COLOR #D0D6EF

HEX: #D0D6EF
RGB: (208,214,239)

Color info

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

RGB color model

#D0D6EF color RGB value is (208,214,239).

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

RGB channels and saturation

R 208 of 255 = 82%
G 214 of 255 = 84%
B 239 of 255 = 94%

208
214
239

R + G + B ~ 87%. #D0D6EF is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 239 = 661 (100%)
R 208 of 661 ~ 31.47%
G 214 of 661 ~ 32.38%
B 239 of 661 ~ 36.16%

%31.47
%32.38
%36.16

CMYK color model

#D0D6EF color CMYK value is (13,10,0,6).

  • cyan value is 12.97%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,10,0,6)
C13M10Y0K6 
(13%,10%,0%,6%)
(0.13/0.10/0.00/0.06)	

CMYK percentages

%12.97
%10.46
%0
%6.27

Codes

Color #D0D6EF in popluar color models

D0D6EF
RGB208214239
HSL228°49.21%87.65%
HSB/HSV228°12.97%93.73%
CMYK12.97%10.46%0.00%
6.27%

Color #D0D6EF in popluar number systems.

HEXD0D6EF
Decimal208214239
Binary110100001101011011101111
Octal320326357

Shades and tints

Shades of #D0D6EF

#D0D6EF
(208,214,239)
#BEC3DA
(190,195,218)
#ACB0C5
(172,176,197)
#9A9DB0
(154,157,176)
#888A9B
(136,138,155)
#767786
(118,119,134)
#646471
(100,100,113)
#52515C
(82,81,92)
#403E47
(64,62,71)
#2E2B32
(46,43,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #D0D6EF

#D0D6EF
(208,214,239)
#D4D9F0
(212,217,240)
#D8DCF1
(216,220,241)
#DCDFF2
(220,223,242)
#E0E2F3
(224,226,243)
#E4E5F4
(228,229,244)
#E8E8F5
(232,232,245)
#ECEBF6
(236,235,246)
#F0EEF7
(240,238,247)
#F4F1F8
(244,241,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6EF; }

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

This text font color is #D0D6EF.


Background Color

.myBgColor { background-color: #D0D6EF; }

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

This div background color is #D0D6EF.


Border color

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

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

This div border color is #D0D6EF.


Opacity

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

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

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

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

This text has shadow with #D0D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6EF on black background.


Color preview on white background

This text has color #D0D6EF on white background.



Black color preview on #D0D6EF background

This text has black color on #D0D6EF background.


White color preview on #D0D6EF background

This text has white color on #D0D6EF background.