COLOR #D0D6ED

HEX: #D0D6ED
RGB: (208,214,237)

Color info

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

RGB color model

#D0D6ED color RGB value is (208,214,237).

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

RGB channels and saturation

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

208
214
237

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

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 237 = 659 (100%)
R 208 of 659 ~ 31.56%
G 214 of 659 ~ 32.47%
B 237 of 659 ~ 35.96%

%31.56
%32.47
%35.96

CMYK color model

#D0D6ED color CMYK value is (12,10,0,7).

  • cyan value is 12.24%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(12,10,0,7)
C12M10Y0K7 
(12%,10%,0%,7%)
(0.12/0.10/0.00/0.07)	

CMYK percentages

%12.24
%9.7
%0
%7.06

Codes

Color #D0D6ED in popluar color models

D0D6ED
RGB208214237
HSL228°44.62%87.25%
HSB/HSV228°12.24%92.94%
CMYK12.24%9.70%0.00%
7.06%

Color #D0D6ED in popluar number systems.

HEXD0D6ED
Decimal208214237
Binary110100001101011011101101
Octal320326355

Shades and tints

Shades of #D0D6ED

#D0D6ED
(208,214,237)
#BEC3D8
(190,195,216)
#ACB0C3
(172,176,195)
#9A9DAE
(154,157,174)
#888A99
(136,138,153)
#767784
(118,119,132)
#64646F
(100,100,111)
#52515A
(82,81,90)
#403E45
(64,62,69)
#2E2B30
(46,43,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #D0D6ED

#D0D6ED
(208,214,237)
#D4D9EE
(212,217,238)
#D8DCEF
(216,220,239)
#DCDFF0
(220,223,240)
#E0E2F1
(224,226,241)
#E4E5F2
(228,229,242)
#E8E8F3
(232,232,243)
#ECEBF4
(236,235,244)
#F0EEF5
(240,238,245)
#F4F1F6
(244,241,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6ED; }

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

This text font color is #D0D6ED.


Background Color

.myBgColor { background-color: #D0D6ED; }

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

This div background color is #D0D6ED.


Border color

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

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

This div border color is #D0D6ED.


Opacity

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

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

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

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

This text has shadow with #D0D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6ED on black background.


Color preview on white background

This text has color #D0D6ED on white background.



Black color preview on #D0D6ED background

This text has black color on #D0D6ED background.


White color preview on #D0D6ED background

This text has white color on #D0D6ED background.