COLOR #CED9DC

HEX: #CED9DC RGB: (206,217,220)

Color info

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

RGB color model

#CED9DC color RGB value is (206,217,220).

RGB: (206,217,220) (81%, 85%, 86%)

RGB channels and saturation

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

206
217
220

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

Portions of RGB colors in percentages

R + G + B = 206 + 217 + 220 = 643 (100%)
R 206 of 643 ~ 32.04%
G 217 of 643 ~ 33.75%
B 220 of 643 ~ 34.21'%

%32.04
%33.75
%34.21

CMYK color model

#CED9DC color CMYK value is (6,1,0,14).

  • cyan value is 6.36%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (6,1,0,14)
C6M1Y0K14 (6%, 1%, 0%, 14%)
(0.06 / 0.01 / 0.00 / 0.14)

CMYK percentages

%6.36
%1.36
%0
%13.73

Codes

Color #CED9DC in popluar color models

CE D9 DC
RGB 206 217 220
HSL 193° 16.67% 83.53%
HSB/HSV 193° 6.36% 86.27%
CMYK 6.36% 1.36% 0.00%
13.73%

Color #CED9DC in popluar number systems.

HEX CE D9 DC
Decimal 206 217 220
Binary 11001110 11011001 11011100
Octal 316 331 334

Shades and tints

Shades of #CED9DC

#CED9DC
(206,217,220)
#BCC6C8
(188,198,200)
#AAB3B4
(170,179,180)
#98A0A0
(152,160,160)
#868D8C
(134,141,140)
#747A78
(116,122,120)
#626764
(98,103,100)
#505450
(80,84,80)
#3E413C
(62,65,60)
#2C2E28
(44,46,40)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #CED9DC

#CED9DC
(206,217,220)
#D2DCDF
(210,220,223)
#D6DFE2
(214,223,226)
#DAE2E5
(218,226,229)
#DEE5E8
(222,229,232)
#E2E8EB
(226,232,235)
#E6EBEE
(230,235,238)
#EAEEF1
(234,238,241)
#EEF1F4
(238,241,244)
#F2F4F7
(242,244,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED9DC; }

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

This text font color is #CED9DC.

Background Color

.myBgColor { background-color: #CED9DC; }

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

This div background color is #CED9DC.

Border color

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

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

This div border color is #CED9DC.

Opacity

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

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

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

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

This text has shadow with #CED9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED9DC.

Preview

Color preview on black background

This text has color #CED9DC on black background.


Color preview on white background

This text has color #CED9DC on white background.


Black color preview on #CED9DC background

This text has black color on #CED9DC background.


White color preview on #CED9DC background

This text has white color on #CED9DC background.


Related colors

Complementary color

Complementary color for #hex is #312623.


I love getcolorcode.com

Triadic colors

1 #DCCED9 and #D9DCCE with #CED9DC are triadic colors.

2 #DCD9CE and #D9CEDC with #CED9DC are triadic colors.