COLOR #CED9CE

HEX: #CED9CE
RGB: (206,217,206)

Color info

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

RGB color model

#CED9CE color RGB value is (206,217,206).

  • red value is 206;
  • green value is 217;
  • blue value is 206.
RGB:
(206,217,206)
(81%,85%,81%)

RGB channels and saturation

R 206 of 255 = 81%
G 217 of 255 = 85%
B 206 of 255 = 81%

206
217
206

R + G + B ~ 82%. #CED9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 217 + 206 = 629 (100%)
R 206 of 629 ~ 32.75%
G 217 of 629 ~ 34.5%
B 206 of 629 ~ 32.75%

%32.75
%34.5
%32.75

CMYK color model

#CED9CE color CMYK value is (5,0,5,15).

  • cyan value is 5.07%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(5,0,5,15)
C5M0Y5K15 
(5%,0%,5%,15%)
(0.05/0.00/0.05/0.15)	

CMYK percentages

%5.07
%0
%5.07
%14.9

Codes

Color #CED9CE in popluar color models

CED9CE
RGB206217206
HSL120°12.64%82.94%
HSB/HSV120°5.07%85.10%
CMYK5.07%0.00%5.07%
14.90%

Color #CED9CE in popluar number systems.

HEXCED9CE
Decimal206217206
Binary110011101101100111001110
Octal316331316

Shades and tints

Shades of #CED9CE

#CED9CE
(206,217,206)
#BCC6BC
(188,198,188)
#AAB3AA
(170,179,170)
#98A098
(152,160,152)
#868D86
(134,141,134)
#747A74
(116,122,116)
#626762
(98,103,98)
#505450
(80,84,80)
#3E413E
(62,65,62)
#2C2E2C
(44,46,44)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #CED9CE

#CED9CE
(206,217,206)
#D2DCD2
(210,220,210)
#D6DFD6
(214,223,214)
#DAE2DA
(218,226,218)
#DEE5DE
(222,229,222)
#E2E8E2
(226,232,226)
#E6EBE6
(230,235,230)
#EAEEEA
(234,238,234)
#EEF1EE
(238,241,238)
#F2F4F2
(242,244,242)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED9CE; }

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

This text font color is #CED9CE.


Background Color

.myBgColor { background-color: #CED9CE; }

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

This div background color is #CED9CE.


Border color

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

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

This div border color is #CED9CE.


Opacity

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

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

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

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

This text has shadow with #CED9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED9CE on black background.


Color preview on white background

This text has color #CED9CE on white background.



Black color preview on #CED9CE background

This text has black color on #CED9CE background.


White color preview on #CED9CE background

This text has white color on #CED9CE background.