COLOR #CECCC9

HEX: #CECCC9 RGB: (206,204,201)

Color info

#CECCC9 contains red, green and blue colors in about the same proportion. Web safe color of #CECCC9 is #CCCCCC (or #CCC).

RGB color model

#CECCC9 color RGB value is (206,204,201).

RGB: (206,204,201) (81%, 80%, 79%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 201 of 255 = 79%

206
204
201

R + G + B ~ 80%. #CECCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 201 = 611 (100%)
R 206 of 611 ~ 33.72%
G 204 of 611 ~ 33.39%
B 201 of 611 ~ 32.9'%

%33.72
%33.39
%32.9

CMYK color model

#CECCC9 color CMYK value is (0,1,2,19).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK: (0,1,2,19) C0M1Y2K19 (0%,1%,2%,19%) (0.00/0.01/0.02/0.19) 

CMYK percentages

%0
%0.97
%2.43
%19.22

Codes

Color #CECCC9 in popluar color models

CE CC C9
RGB 206 204 201
HSL 36° 4.85% 79.80%
HSB/HSV 36° 2.43% 80.78%
CMYK 0.00% 0.97% 2.43%
19.22%

Color #CECCC9 in popluar number systems.

HEX CE CC C9
Decimal 206 204 201
Binary 11001110 11001100 11001001
Octal 316 314 311

Shades and tints

Shades of #CECCC9

#CECCC9
(206,204,201)
#BCBAB7
(188,186,183)
#AAA8A5
(170,168,165)
#989693
(152,150,147)
#868481
(134,132,129)
#74726F
(116,114,111)
#62605D
(98,96,93)
#504E4B
(80,78,75)
#3E3C39
(62,60,57)
#2C2A27
(44,42,39)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #CECCC9

#CECCC9
(206,204,201)
#D2D0CD
(210,208,205)
#D6D4D1
(214,212,209)
#DAD8D5
(218,216,213)
#DEDCD9
(222,220,217)
#E2E0DD
(226,224,221)
#E6E4E1
(230,228,225)
#EAE8E5
(234,232,229)
#EEECE9
(238,236,233)
#F2F0ED
(242,240,237)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCC9; }

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

This text font color is #CECCC9.

Background Color

.myBgColor { background-color: #CECCC9; }

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

This div background color is #CECCC9.

Border color

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

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

This div border color is #CECCC9.

Opacity

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

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

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

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

This text has shadow with #CECCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECCC9.

Preview

Color preview on black background

This text has color #CECCC9 on black background.


Color preview on white background

This text has color #CECCC9 on white background.


Black color preview on #CECCC9 background

This text has black color on #CECCC9 background.


White color preview on #CECCC9 background

This text has white color on #CECCC9 background.


Related colors

Complementary color

Complementary color for #hex is #313336.


I love getcolorcode.com

Triadic colors

1 #C9CECC and #CCC9CE with #CECCC9 are triadic colors.

2 #C9CCCE and #CCCEC9 with #CECCC9 are triadic colors.