COLOR #CED5CB

HEX: #CED5CB
RGB: (206,213,203)

Color info

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

RGB color model

#CED5CB color RGB value is (206,213,203).

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

RGB channels and saturation

R 206 of 255 = 81%
G 213 of 255 = 84%
B 203 of 255 = 80%

206
213
203

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

Portions of RGB colors in percentages

R + G + B =
206 + 213 + 203 = 622 (100%)
R 206 of 622 ~ 33.12%
G 213 of 622 ~ 34.24%
B 203 of 622 ~ 32.64%

%33.12
%34.24
%32.64

CMYK color model

#CED5CB color CMYK value is (3,0,5,16).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(3,0,5,16)
C3M0Y5K16 
(3%,0%,5%,16%)
(0.03/0.00/0.05/0.16)	

CMYK percentages

%3.29
%0
%4.69
%16.47

Codes

Color #CED5CB in popluar color models

CED5CB
RGB206213203
HSL102°10.64%81.57%
HSB/HSV102°4.69%83.53%
CMYK3.29%0.00%4.69%
16.47%

Color #CED5CB in popluar number systems.

HEXCED5CB
Decimal206213203
Binary110011101101010111001011
Octal316325313

Shades and tints

Shades of #CED5CB

#CED5CB
(206,213,203)
#BCC2B9
(188,194,185)
#AAAFA7
(170,175,167)
#989C95
(152,156,149)
#868983
(134,137,131)
#747671
(116,118,113)
#62635F
(98,99,95)
#50504D
(80,80,77)
#3E3D3B
(62,61,59)
#2C2A29
(44,42,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #CED5CB

#CED5CB
(206,213,203)
#D2D8CF
(210,216,207)
#D6DBD3
(214,219,211)
#DADED7
(218,222,215)
#DEE1DB
(222,225,219)
#E2E4DF
(226,228,223)
#E6E7E3
(230,231,227)
#EAEAE7
(234,234,231)
#EEEDEB
(238,237,235)
#F2F0EF
(242,240,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED5CB; }

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

This text font color is #CED5CB.


Background Color

.myBgColor { background-color: #CED5CB; }

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

This div background color is #CED5CB.


Border color

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

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

This div border color is #CED5CB.


Opacity

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

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

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

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

This text has shadow with #CED5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED5CB on black background.


Color preview on white background

This text has color #CED5CB on white background.



Black color preview on #CED5CB background

This text has black color on #CED5CB background.


White color preview on #CED5CB background

This text has white color on #CED5CB background.