COLOR #CECC9C

HEX: #CECC9C RGB: (206,204,156)

Color info

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

RGB color model

#CECC9C color RGB value is (206,204,156).

RGB: (206,204,156) (81%, 80%, 61%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 156 of 255 = 61%

206
204
156

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

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 156 = 566 (100%)
R 206 of 566 ~ 36.4%
G 204 of 566 ~ 36.04%
B 156 of 566 ~ 27.56'%

%36.4
%36.04
%27.56

CMYK color model

#CECC9C color CMYK value is (0,1,24,19).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 24.27%
  • key color value is 19.22%

CMYK: (0,1,24,19)
C0M1Y24K19 (0%, 1%, 24%, 19%)
(0.00 / 0.01 / 0.24 / 0.19)

CMYK percentages

%0
%0.97
%24.27
%19.22

Codes

Color #CECC9C in popluar color models

CE CC 9C
RGB 206 204 156
HSL 58° 33.78% 70.98%
HSB/HSV 58° 24.27% 80.78%
CMYK 0.00% 0.97% 24.27%
19.22%

Color #CECC9C in popluar number systems.

HEX CE CC 9C
Decimal 206 204 156
Binary 11001110 11001100 10011100
Octal 316 314 234

Shades and tints

Shades of #CECC9C

#CECC9C
(206,204,156)
#BCBA8E
(188,186,142)
#AAA880
(170,168,128)
#989672
(152,150,114)
#868464
(134,132,100)
#747256
(116,114,86)
#626048
(98,96,72)
#504E3A
(80,78,58)
#3E3C2C
(62,60,44)
#2C2A1E
(44,42,30)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #CECC9C

#CECC9C
(206,204,156)
#D2D0A5
(210,208,165)
#D6D4AE
(214,212,174)
#DAD8B7
(218,216,183)
#DEDCC0
(222,220,192)
#E2E0C9
(226,224,201)
#E6E4D2
(230,228,210)
#EAE8DB
(234,232,219)
#EEECE4
(238,236,228)
#F2F0ED
(242,240,237)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECC9C color. Also use rgb(206,204,156) instead hex code.

Text Font Color

.myTextColor { color: #CECC9C; }

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

This text font color is #CECC9C.

Background Color

.myBgColor { background-color: #CECC9C; }

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

This div background color is #CECC9C.

Border color

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

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

This div border color is #CECC9C.

Opacity

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

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

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

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

This text has shadow with #CECC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECC9C.

Preview

Color preview on black background

This text has color #CECC9C on black background.


Color preview on white background

This text has color #CECC9C on white background.


Black color preview on #CECC9C background

This text has black color on #CECC9C background.


White color preview on #CECC9C background

This text has white color on #CECC9C background.


Related colors

Complementary color

Complementary color for #hex is #313363.


I love getcolorcode.com

Triadic colors

1 #9CCECC and #CC9CCE with #CECC9C are triadic colors.

2 #9CCCCE and #CCCE9C with #CECC9C are triadic colors.