COLOR #D0D7EC

HEX: #D0D7EC
RGB: (208,215,236)

Color info

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

RGB color model

#D0D7EC color RGB value is (208,215,236).

  • red value is 208;
  • green value is 215;
  • blue value is 236.
RGB:
(208,215,236)
(82%,84%,93%)

RGB channels and saturation

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

208
215
236

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

Portions of RGB colors in percentages

R + G + B =
208 + 215 + 236 = 659 (100%)
R 208 of 659 ~ 31.56%
G 215 of 659 ~ 32.63%
B 236 of 659 ~ 35.81%

%31.56
%32.63
%35.81

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 8.90%
  • 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
%8.9
%0
%7.45

Codes

Color #D0D7EC in popluar color models

D0D7EC
RGB208215236
HSL225°42.42%87.06%
HSB/HSV225°11.86%92.55%
CMYK11.86%8.90%0.00%
7.45%

Color #D0D7EC in popluar number systems.

HEXD0D7EC
Decimal208215236
Binary110100001101011111101100
Octal320327354

Shades and tints

Shades of #D0D7EC

#D0D7EC
(208,215,236)
#BEC4D7
(190,196,215)
#ACB1C2
(172,177,194)
#9A9EAD
(154,158,173)
#888B98
(136,139,152)
#767883
(118,120,131)
#64656E
(100,101,110)
#525259
(82,82,89)
#403F44
(64,63,68)
#2E2C2F
(46,44,47)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #D0D7EC

#D0D7EC
(208,215,236)
#D4DAED
(212,218,237)
#D8DDEE
(216,221,238)
#DCE0EF
(220,224,239)
#E0E3F0
(224,227,240)
#E4E6F1
(228,230,241)
#E8E9F2
(232,233,242)
#ECECF3
(236,236,243)
#F0EFF4
(240,239,244)
#F4F2F5
(244,242,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D7EC; }

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

This text font color is #D0D7EC.


Background Color

.myBgColor { background-color: #D0D7EC; }

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

This div background color is #D0D7EC.


Border color

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

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

This div border color is #D0D7EC.


Opacity

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

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

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

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

This text has shadow with #D0D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D7EC on black background.


Color preview on white background

This text has color #D0D7EC on white background.



Black color preview on #D0D7EC background

This text has black color on #D0D7EC background.


White color preview on #D0D7EC background

This text has white color on #D0D7EC background.