COLOR #C5AAA2

HEX: #C5AAA2
RGB: (197,170,162)

Color info

#C5AAA2 contains red, green and blue colors in about the same proportion. Web safe color of #C5AAA2 is #CC9999 (or #C99).

RGB color model

#C5AAA2 color RGB value is (197,170,162).

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

RGB channels and saturation

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

197
170
162

R + G + B ~ 69%. #C5AAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 162 = 529 (100%)
R 197 of 529 ~ 37.24%
G 170 of 529 ~ 32.14%
B 162 of 529 ~ 30.62%

%37.24
%32.14
%30.62

CMYK color model

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

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

CMYK percentages

%0
%13.71
%17.77
%22.75

Codes

Color #C5AAA2 in popluar color models

C5AAA2
RGB197170162
HSL14°23.18%70.39%
HSB/HSV14°17.77%77.25%
CMYK0.00%13.71%17.77%
22.75%

Color #C5AAA2 in popluar number systems.

HEXC5AAA2
Decimal197170162
Binary110001011010101010100010
Octal305252242

Shades and tints

Shades of #C5AAA2

#C5AAA2
(197,170,162)
#B49B94
(180,155,148)
#A38C86
(163,140,134)
#927D78
(146,125,120)
#816E6A
(129,110,106)
#705F5C
(112,95,92)
#5F504E
(95,80,78)
#4E4140
(78,65,64)
#3D3232
(61,50,50)
#2C2324
(44,35,36)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5AAA2

#C5AAA2
(197,170,162)
#CAB1AA
(202,177,170)
#CFB8B2
(207,184,178)
#D4BFBA
(212,191,186)
#D9C6C2
(217,198,194)
#DECDCA
(222,205,202)
#E3D4D2
(227,212,210)
#E8DBDA
(232,219,218)
#EDE2E2
(237,226,226)
#F2E9EA
(242,233,234)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AAA2; }

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

This text font color is #C5AAA2.


Background Color

.myBgColor { background-color: #C5AAA2; }

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

This div background color is #C5AAA2.


Border color

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

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

This div border color is #C5AAA2.


Opacity

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

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

Text with #C5AAA2 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 #C5AAA2;}

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

This text has shadow with #C5AAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAA2 on black background.


Color preview on white background

This text has color #C5AAA2 on white background.



Black color preview on #C5AAA2 background

This text has black color on #C5AAA2 background.


White color preview on #C5AAA2 background

This text has white color on #C5AAA2 background.