COLOR #D0D6EC

HEX: #D0D6EC RGB: (208,214,236)

Color info

#D0D6EC contains red, green and blue colors in about the same proportion. Web safe color of #D0D6EC is #CCCCFF (or #CCF).

RGB color model

#D0D6EC color RGB value is (208,214,236).

RGB: (208,214,236) (82%, 84%, 93%)

RGB channels and saturation

R 208 of 255 = 82%
G 214 of 255 = 84%
B 236 of 255 = 93%

208
214
236

R + G + B ~ 86%. #D0D6EC is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 214 + 236 = 658 (100%)
R 208 of 658 ~ 31.61%
G 214 of 658 ~ 32.52%
B 236 of 658 ~ 35.87'%

%31.61
%32.52
%35.87

CMYK color model

#D0D6EC color CMYK value is (12,9,0,7).

  • cyan value is 11.86%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (12,9,0,7)
C12M9Y0K7 (12%, 9%, 0%, 7%)
(0.12 / 0.09 / 0.00 / 0.07)

CMYK percentages

%11.86
%9.32
%0
%7.45

Codes

Color #D0D6EC in popluar color models

D0 D6 EC
RGB 208 214 236
HSL 227° 42.42% 87.06%
HSB/HSV 227° 11.86% 92.55%
CMYK 11.86% 9.32% 0.00%
7.45%

Color #D0D6EC in popluar number systems.

HEX D0 D6 EC
Decimal 208 214 236
Binary 11010000 11010110 11101100
Octal 320 326 354

Shades and tints

Shades of #D0D6EC

#D0D6EC
(208,214,236)
#BEC3D7
(190,195,215)
#ACB0C2
(172,176,194)
#9A9DAD
(154,157,173)
#888A98
(136,138,152)
#767783
(118,119,131)
#64646E
(100,100,110)
#525159
(82,81,89)
#403E44
(64,62,68)
#2E2B2F
(46,43,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #D0D6EC

#D0D6EC
(208,214,236)
#D4D9ED
(212,217,237)
#D8DCEE
(216,220,238)
#DCDFEF
(220,223,239)
#E0E2F0
(224,226,240)
#E4E5F1
(228,229,241)
#E8E8F2
(232,232,242)
#ECEBF3
(236,235,243)
#F0EEF4
(240,238,244)
#F4F1F5
(244,241,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D6EC color. Also use rgb(208,214,236) instead hex code.

Text Font Color

.myTextColor { color: #D0D6EC; }

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

This text font color is #D0D6EC.

Background Color

.myBgColor { background-color: #D0D6EC; }

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

This div background color is #D0D6EC.

Border color

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

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

This div border color is #D0D6EC.

Opacity

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

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

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

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

This text has shadow with #D0D6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D6EC.

Preview

Color preview on black background

This text has color #D0D6EC on black background.


Color preview on white background

This text has color #D0D6EC on white background.


Black color preview on #D0D6EC background

This text has black color on #D0D6EC background.


White color preview on #D0D6EC background

This text has white color on #D0D6EC background.


Related colors

Complementary color

Complementary color for #hex is #2F2913.


I love getcolorcode.com

Triadic colors

1 #ECD0D6 and #D6ECD0 with #D0D6EC are triadic colors.

2 #ECD6D0 and #D6D0EC with #D0D6EC are triadic colors.