COLOR #CEC9AA

HEX: #CEC9AA
RGB: (206,201,170)

Color info

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

RGB color model

#CEC9AA color RGB value is (206,201,170).

  • red value is 206;
  • green value is 201;
  • blue value is 170.
RGB:
(206,201,170)
(81%,79%,67%)

RGB channels and saturation

R 206 of 255 = 81%
G 201 of 255 = 79%
B 170 of 255 = 67%

206
201
170

R + G + B ~ 76%. #CEC9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 201 + 170 = 577 (100%)
R 206 of 577 ~ 35.7%
G 201 of 577 ~ 34.84%
B 170 of 577 ~ 29.46%

%35.7
%34.84
%29.46

CMYK color model

#CEC9AA color CMYK value is (0,2,17,19).

  • cyan value is 0.00%
  • magenta value is 2.43%
  • yellow value is 17.48%
  • key color value is 19.22%
CMYK:
(0,2,17,19)
C0M2Y17K19 
(0%,2%,17%,19%)
(0.00/0.02/0.17/0.19)	

CMYK percentages

%0
%2.43
%17.48
%19.22

Codes

Color #CEC9AA in popluar color models

CEC9AA
RGB206201170
HSL52°26.87%73.73%
HSB/HSV52°17.48%80.78%
CMYK0.00%2.43%17.48%
19.22%

Color #CEC9AA in popluar number systems.

HEXCEC9AA
Decimal206201170
Binary110011101100100110101010
Octal316311252

Shades and tints

Shades of #CEC9AA

#CEC9AA
(206,201,170)
#BCB79B
(188,183,155)
#AAA58C
(170,165,140)
#98937D
(152,147,125)
#86816E
(134,129,110)
#746F5F
(116,111,95)
#625D50
(98,93,80)
#504B41
(80,75,65)
#3E3932
(62,57,50)
#2C2723
(44,39,35)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #CEC9AA

#CEC9AA
(206,201,170)
#D2CDB1
(210,205,177)
#D6D1B8
(214,209,184)
#DAD5BF
(218,213,191)
#DED9C6
(222,217,198)
#E2DDCD
(226,221,205)
#E6E1D4
(230,225,212)
#EAE5DB
(234,229,219)
#EEE9E2
(238,233,226)
#F2EDE9
(242,237,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC9AA; }

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

This text font color is #CEC9AA.


Background Color

.myBgColor { background-color: #CEC9AA; }

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

This div background color is #CEC9AA.


Border color

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

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

This div border color is #CEC9AA.


Opacity

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

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

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

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

This text has shadow with #CEC9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC9AA on black background.


Color preview on white background

This text has color #CEC9AA on white background.



Black color preview on #CEC9AA background

This text has black color on #CEC9AA background.


White color preview on #CEC9AA background

This text has white color on #CEC9AA background.