COLOR #C5C5AA

HEX: #C5C5AA
RGB: (197,197,170)

Color info

#C5C5AA contains red, green and blue colors in about the same proportion. Web safe color of #C5C5AA is #CCCC99 (or #CC9).

RGB color model

#C5C5AA color RGB value is (197,197,170).

  • red value is 197;
  • green value is 197;
  • blue value is 170.
RGB:
(197,197,170)
(77%,77%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 170 of 255 = 67%

197
197
170

R + G + B ~ 74%. #C5C5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 170 = 564 (100%)
R 197 of 564 ~ 34.93%
G 197 of 564 ~ 34.93%
B 170 of 564 ~ 30.14%

%34.93
%34.93
%30.14

CMYK color model

#C5C5AA color CMYK value is (0,0,14,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,0,14,23)
C0M0Y14K23 
(0%,0%,14%,23%)
(0.00/0.00/0.14/0.23)	

CMYK percentages

%0
%0
%13.71
%22.75

Codes

Color #C5C5AA in popluar color models

C5C5AA
RGB197197170
HSL60°18.88%71.96%
HSB/HSV60°13.71%77.25%
CMYK0.00%0.00%13.71%
22.75%

Color #C5C5AA in popluar number systems.

HEXC5C5AA
Decimal197197170
Binary110001011100010110101010
Octal305305252

Shades and tints

Shades of #C5C5AA

#C5C5AA
(197,197,170)
#B4B49B
(180,180,155)
#A3A38C
(163,163,140)
#92927D
(146,146,125)
#81816E
(129,129,110)
#70705F
(112,112,95)
#5F5F50
(95,95,80)
#4E4E41
(78,78,65)
#3D3D32
(61,61,50)
#2C2C23
(44,44,35)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5C5AA

#C5C5AA
(197,197,170)
#CACAB1
(202,202,177)
#CFCFB8
(207,207,184)
#D4D4BF
(212,212,191)
#D9D9C6
(217,217,198)
#DEDECD
(222,222,205)
#E3E3D4
(227,227,212)
#E8E8DB
(232,232,219)
#EDEDE2
(237,237,226)
#F2F2E9
(242,242,233)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C5AA color. Also use rgb(197,197,170) instead hex code.

Text Font Color

.myTextColor { color: #C5C5AA; }

<p style="color:#C5C5AA">This sample text font color is #C5C5AA.</p>

This text font color is #C5C5AA.


Background Color

.myBgColor { background-color: #C5C5AA; }

<div style="background-color:#C5C5AA">Inner text</div>

This div background color is #C5C5AA.


Border color

.myBorderColor { border: 1px solid #C5C5AA; }

<div style="border:3px solid #C5C5AA">Div</div>

This div border color is #C5C5AA.


Opacity

.myOpacity80 { color: #C5C5AA; opacity: 0.8; }

<p style="color:#C5C5AA;opacity:0.8;">80%</p>

Text with #C5C5AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5C5AA;}

<p style="text-shadow: 3px 3px 1px #C5C5AA">Text here.</p>

This text has shadow with #C5C5AA color.

.textShadow {text-shadow: 3px 3px 1px #C5C5AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5C5AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5C5AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C5AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5C5AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5C5AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5C5AA;
  -webkit-box-shadow:	1px 1px 3px 2px #C5C5AA;
  box-shadow:		1px 1px 3px 2px #C5C5AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C5AA;
-webkit-box-shadow: 1px 1px 3px 2px #C5C5AA;
box-shadow:1px 1px 3px 2px #C5C5AA;">
Div content here</div>
This div box has shadow with color #C5C5AA.

Preview

Color preview on black background

This text has color #C5C5AA on black background.


Color preview on white background

This text has color #C5C5AA on white background.



Black color preview on #C5C5AA background

This text has black color on #C5C5AA background.


White color preview on #C5C5AA background

This text has white color on #C5C5AA background.