To make the table more readable, following are the ways to color it:
Rows
Columns
Lines
Cells
Coloring Rows
Use \rowcolor (provided by colortbl; also loaded by xcolor under the [table] package option). Example:
\documentclass{article}
\usepackage[table]{xcolor}
\begin{document}
\be...