COLOR #CED9CB

HEX: #CED9CB
RGB: (206,217,203)

Color info

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

RGB color model

#CED9CB color RGB value is (206,217,203).

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

RGB channels and saturation

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

206
217
203

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

Portions of RGB colors in percentages

R + G + B =
206 + 217 + 203 = 626 (100%)
R 206 of 626 ~ 32.91%
G 217 of 626 ~ 34.66%
B 203 of 626 ~ 32.43%

%32.91
%34.66
%32.43

CMYK color model

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

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

CMYK percentages

%5.07
%0
%6.45
%14.9

Codes

Color #CED9CB in popluar color models

CED9CB
RGB206217203
HSL107°15.56%82.35%
HSB/HSV107°6.45%85.10%
CMYK5.07%0.00%6.45%
14.90%

Color #CED9CB in popluar number systems.

HEXCED9CB
Decimal206217203
Binary110011101101100111001011
Octal316331313

Shades and tints

Shades of #CED9CB

#CED9CB
(206,217,203)
#BCC6B9
(188,198,185)
#AAB3A7
(170,179,167)
#98A095
(152,160,149)
#868D83
(134,141,131)
#747A71
(116,122,113)
#62675F
(98,103,95)
#50544D
(80,84,77)
#3E413B
(62,65,59)
#2C2E29
(44,46,41)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #CED9CB

#CED9CB
(206,217,203)
#D2DCCF
(210,220,207)
#D6DFD3
(214,223,211)
#DAE2D7
(218,226,215)
#DEE5DB
(222,229,219)
#E2E8DF
(226,232,223)
#E6EBE3
(230,235,227)
#EAEEE7
(234,238,231)
#EEF1EB
(238,241,235)
#F2F4EF
(242,244,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED9CB; }

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

This text font color is #CED9CB.


Background Color

.myBgColor { background-color: #CED9CB; }

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

This div background color is #CED9CB.


Border color

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

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

This div border color is #CED9CB.


Opacity

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

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

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

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

This text has shadow with #CED9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED9CB on black background.


Color preview on white background

This text has color #CED9CB on white background.



Black color preview on #CED9CB background

This text has black color on #CED9CB background.


White color preview on #CED9CB background

This text has white color on #CED9CB background.