COLOR #C9CAA8

HEX: #C9CAA8
RGB: (201,202,168)

Color info

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

RGB color model

#C9CAA8 color RGB value is (201,202,168).

  • red value is 201;
  • green value is 202;
  • blue value is 168.
RGB:
(201,202,168)
(79%,79%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 168 of 255 = 66%

201
202
168

R + G + B ~ 75%. #C9CAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 168 = 571 (100%)
R 201 of 571 ~ 35.2%
G 202 of 571 ~ 35.38%
B 168 of 571 ~ 29.42%

%35.2
%35.38
%29.42

CMYK color model

#C9CAA8 color CMYK value is (0,0,17,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 20.78%
CMYK:
(0,0,17,21)
C0M0Y17K21 
(0%,0%,17%,21%)
(0.00/0.00/0.17/0.21)	

CMYK percentages

%0.5
%0
%16.83
%20.78

Codes

Color #C9CAA8 in popluar color models

C9CAA8
RGB201202168
HSL62°24.29%72.55%
HSB/HSV62°16.83%79.22%
CMYK0.50%0.00%16.83%
20.78%

Color #C9CAA8 in popluar number systems.

HEXC9CAA8
Decimal201202168
Binary110010011100101010101000
Octal311312250

Shades and tints

Shades of #C9CAA8

#C9CAA8
(201,202,168)
#B7B899
(183,184,153)
#A5A68A
(165,166,138)
#93947B
(147,148,123)
#81826C
(129,130,108)
#6F705D
(111,112,93)
#5D5E4E
(93,94,78)
#4B4C3F
(75,76,63)
#393A30
(57,58,48)
#272821
(39,40,33)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9CAA8

#C9CAA8
(201,202,168)
#CDCEAF
(205,206,175)
#D1D2B6
(209,210,182)
#D5D6BD
(213,214,189)
#D9DAC4
(217,218,196)
#DDDECB
(221,222,203)
#E1E2D2
(225,226,210)
#E5E6D9
(229,230,217)
#E9EAE0
(233,234,224)
#EDEEE7
(237,238,231)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CAA8 color. Also use rgb(201,202,168) instead hex code.

Text Font Color

.myTextColor { color: #C9CAA8; }

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

This text font color is #C9CAA8.


Background Color

.myBgColor { background-color: #C9CAA8; }

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

This div background color is #C9CAA8.


Border color

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

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

This div border color is #C9CAA8.


Opacity

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

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

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

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

This text has shadow with #C9CAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CAA8 on black background.


Color preview on white background

This text has color #C9CAA8 on white background.



Black color preview on #C9CAA8 background

This text has black color on #C9CAA8 background.


White color preview on #C9CAA8 background

This text has white color on #C9CAA8 background.