COLOR #CED7DC

HEX: #CED7DC
RGB: (206,215,220)

Color info

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

RGB color model

#CED7DC color RGB value is (206,215,220).

  • red value is 206;
  • green value is 215;
  • blue value is 220.
RGB:
(206,215,220)
(81%,84%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 215 of 255 = 84%
B 220 of 255 = 86%

206
215
220

R + G + B ~ 84%. #CED7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 215 + 220 = 641 (100%)
R 206 of 641 ~ 32.14%
G 215 of 641 ~ 33.54%
B 220 of 641 ~ 34.32%

%32.14
%33.54
%34.32

CMYK color model

#CED7DC color CMYK value is (6,2,0,14).

  • cyan value is 6.36%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,2,0,14)
C6M2Y0K14 
(6%,2%,0%,14%)
(0.06/0.02/0.00/0.14)	

CMYK percentages

%6.36
%2.27
%0
%13.73

Codes

Color #CED7DC in popluar color models

CED7DC
RGB206215220
HSL201°16.67%83.53%
HSB/HSV201°6.36%86.27%
CMYK6.36%2.27%0.00%
13.73%

Color #CED7DC in popluar number systems.

HEXCED7DC
Decimal206215220
Binary110011101101011111011100
Octal316327334

Shades and tints

Shades of #CED7DC

#CED7DC
(206,215,220)
#BCC4C8
(188,196,200)
#AAB1B4
(170,177,180)
#989EA0
(152,158,160)
#868B8C
(134,139,140)
#747878
(116,120,120)
#626564
(98,101,100)
#505250
(80,82,80)
#3E3F3C
(62,63,60)
#2C2C28
(44,44,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #CED7DC

#CED7DC
(206,215,220)
#D2DADF
(210,218,223)
#D6DDE2
(214,221,226)
#DAE0E5
(218,224,229)
#DEE3E8
(222,227,232)
#E2E6EB
(226,230,235)
#E6E9EE
(230,233,238)
#EAECF1
(234,236,241)
#EEEFF4
(238,239,244)
#F2F2F7
(242,242,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED7DC; }

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

This text font color is #CED7DC.


Background Color

.myBgColor { background-color: #CED7DC; }

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

This div background color is #CED7DC.


Border color

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

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

This div border color is #CED7DC.


Opacity

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

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

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

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

This text has shadow with #CED7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED7DC on black background.


Color preview on white background

This text has color #CED7DC on white background.



Black color preview on #CED7DC background

This text has black color on #CED7DC background.


White color preview on #CED7DC background

This text has white color on #CED7DC background.