COLOR #CED9D5

HEX: #CED9D5 RGB: (206,217,213)

Color info

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

RGB color model

#CED9D5 color RGB value is (206,217,213).

RGB: (206,217,213) (81%, 85%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 217 of 255 = 85%
B 213 of 255 = 84%

206
217
213

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

Portions of RGB colors in percentages

R + G + B = 206 + 217 + 213 = 636 (100%)
R 206 of 636 ~ 32.39%
G 217 of 636 ~ 34.12%
B 213 of 636 ~ 33.49'%

%32.39
%34.12
%33.49

CMYK color model

#CED9D5 color CMYK value is (5,0,2,15).

  • cyan value is 5.07%
  • magenta value is 0.00%
  • yellow value is 1.84%
  • key color value is 14.90%

CMYK: (5,0,2,15)
C5M0Y2K15 (5%, 0%, 2%, 15%)
(0.05 / 0.00 / 0.02 / 0.15)

CMYK percentages

%5.07
%0
%1.84
%14.9

Codes

Color #CED9D5 in popluar color models

CE D9 D5
RGB 206 217 213
HSL 158° 12.64% 82.94%
HSB/HSV 158° 5.07% 85.10%
CMYK 5.07% 0.00% 1.84%
14.90%

Color #CED9D5 in popluar number systems.

HEX CE D9 D5
Decimal 206 217 213
Binary 11001110 11011001 11010101
Octal 316 331 325

Shades and tints

Shades of #CED9D5

#CED9D5
(206,217,213)
#BCC6C2
(188,198,194)
#AAB3AF
(170,179,175)
#98A09C
(152,160,156)
#868D89
(134,141,137)
#747A76
(116,122,118)
#626763
(98,103,99)
#505450
(80,84,80)
#3E413D
(62,65,61)
#2C2E2A
(44,46,42)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #CED9D5

#CED9D5
(206,217,213)
#D2DCD8
(210,220,216)
#D6DFDB
(214,223,219)
#DAE2DE
(218,226,222)
#DEE5E1
(222,229,225)
#E2E8E4
(226,232,228)
#E6EBE7
(230,235,231)
#EAEEEA
(234,238,234)
#EEF1ED
(238,241,237)
#F2F4F0
(242,244,240)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED9D5; }

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

This text font color is #CED9D5.

Background Color

.myBgColor { background-color: #CED9D5; }

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

This div background color is #CED9D5.

Border color

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

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

This div border color is #CED9D5.

Opacity

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

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

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

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

This text has shadow with #CED9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED9D5.

Preview

Color preview on black background

This text has color #CED9D5 on black background.


Color preview on white background

This text has color #CED9D5 on white background.


Black color preview on #CED9D5 background

This text has black color on #CED9D5 background.


White color preview on #CED9D5 background

This text has white color on #CED9D5 background.


Related colors

Complementary color

Complementary color for #hex is #31262A.


I love getcolorcode.com

Triadic colors

1 #D5CED9 and #D9D5CE with #CED9D5 are triadic colors.

2 #D5D9CE and #D9CED5 with #CED9D5 are triadic colors.