COLOR #CED5D6

HEX: #CED5D6
RGB: (206,213,214)

Color info

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

RGB color model

#CED5D6 color RGB value is (206,213,214).

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

RGB channels and saturation

R 206 of 255 = 81%
G 213 of 255 = 84%
B 214 of 255 = 84%

206
213
214

R + G + B ~ 83%. #CED5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 213 + 214 = 633 (100%)
R 206 of 633 ~ 32.54%
G 213 of 633 ~ 33.65%
B 214 of 633 ~ 33.81%

%32.54
%33.65
%33.81

CMYK color model

#CED5D6 color CMYK value is (4,0,0,16).

  • cyan value is 3.74%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(4,0,0,16)
C4M0Y0K16 
(4%,0%,0%,16%)
(0.04/0.00/0.00/0.16)	

CMYK percentages

%3.74
%0.47
%0
%16.08

Codes

Color #CED5D6 in popluar color models

CED5D6
RGB206213214
HSL188°8.89%82.35%
HSB/HSV188°3.74%83.92%
CMYK3.74%0.47%0.00%
16.08%

Color #CED5D6 in popluar number systems.

HEXCED5D6
Decimal206213214
Binary110011101101010111010110
Octal316325326

Shades and tints

Shades of #CED5D6

#CED5D6
(206,213,214)
#BCC2C3
(188,194,195)
#AAAFB0
(170,175,176)
#989C9D
(152,156,157)
#86898A
(134,137,138)
#747677
(116,118,119)
#626364
(98,99,100)
#505051
(80,80,81)
#3E3D3E
(62,61,62)
#2C2A2B
(44,42,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #CED5D6

#CED5D6
(206,213,214)
#D2D8D9
(210,216,217)
#D6DBDC
(214,219,220)
#DADEDF
(218,222,223)
#DEE1E2
(222,225,226)
#E2E4E5
(226,228,229)
#E6E7E8
(230,231,232)
#EAEAEB
(234,234,235)
#EEEDEE
(238,237,238)
#F2F0F1
(242,240,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED5D6; }

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

This text font color is #CED5D6.


Background Color

.myBgColor { background-color: #CED5D6; }

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

This div background color is #CED5D6.


Border color

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

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

This div border color is #CED5D6.


Opacity

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

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

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

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

This text has shadow with #CED5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED5D6 on black background.


Color preview on white background

This text has color #CED5D6 on white background.



Black color preview on #CED5D6 background

This text has black color on #CED5D6 background.


White color preview on #CED5D6 background

This text has white color on #CED5D6 background.