COLOR #D1CED6

HEX: #D1CED6 RGB: (209,206,214)

Color info

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

RGB color model

#D1CED6 color RGB value is (209,206,214).

RGB: (209,206,214) (82%, 81%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 214 of 255 = 84%

209
206
214

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

Portions of RGB colors in percentages

R + G + B = 209 + 206 + 214 = 629 (100%)
R 209 of 629 ~ 33.23%
G 206 of 629 ~ 32.75%
B 214 of 629 ~ 34.02'%

%33.23
%32.75
%34.02

CMYK color model

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

  • cyan value is 2.34%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (2,4,0,16) C2M4Y0K16 (2%,4%,0%,16%) (0.02/0.04/0.00/0.16) 

CMYK percentages

%2.34
%3.74
%0
%16.08

Codes

Color #D1CED6 in popluar color models

D1 CE D6
RGB 209 206 214
HSL 263° 8.89% 82.35%
HSB/HSV 263° 3.74% 83.92%
CMYK 2.34% 3.74% 0.00%
16.08%

Color #D1CED6 in popluar number systems.

HEX D1 CE D6
Decimal 209 206 214
Binary 11010001 11001110 11010110
Octal 321 316 326

Shades and tints

Shades of #D1CED6

#D1CED6
(209,206,214)
#BEBCC3
(190,188,195)
#ABAAB0
(171,170,176)
#98989D
(152,152,157)
#85868A
(133,134,138)
#727477
(114,116,119)
#5F6264
(95,98,100)
#4C5051
(76,80,81)
#393E3E
(57,62,62)
#262C2B
(38,44,43)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #D1CED6

#D1CED6
(209,206,214)
#D5D2D9
(213,210,217)
#D9D6DC
(217,214,220)
#DDDADF
(221,218,223)
#E1DEE2
(225,222,226)
#E5E2E5
(229,226,229)
#E9E6E8
(233,230,232)
#EDEAEB
(237,234,235)
#F1EEEE
(241,238,238)
#F5F2F1
(245,242,241)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CED6; }

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

This text font color is #D1CED6.

Background Color

.myBgColor { background-color: #D1CED6; }

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

This div background color is #D1CED6.

Border color

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

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

This div border color is #D1CED6.

Opacity

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

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

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

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

This text has shadow with #D1CED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CED6.

Preview

Color preview on black background

This text has color #D1CED6 on black background.


Color preview on white background

This text has color #D1CED6 on white background.


Black color preview on #D1CED6 background

This text has black color on #D1CED6 background.


White color preview on #D1CED6 background

This text has white color on #D1CED6 background.


Related colors

Complementary color

Complementary color for #hex is #2E3129.


I love getcolorcode.com

Triadic colors

1 #D6D1CE and #CED6D1 with #D1CED6 are triadic colors.

2 #D6CED1 and #CED1D6 with #D1CED6 are triadic colors.