COLOR #D0D6FD

HEX: #D0D6FD
RGB: (208,214,253)

Color info

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

RGB color model

#D0D6FD color RGB value is (208,214,253).

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

RGB channels and saturation

R 208 of 255 = 82%
G 214 of 255 = 84%
B 253 of 255 = 99%

208
214
253

R + G + B ~ 88%. #D0D6FD is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 253 = 675 (100%)
R 208 of 675 ~ 30.81%
G 214 of 675 ~ 31.7%
B 253 of 675 ~ 37.48%

%30.81
%31.7
%37.48

CMYK color model

#D0D6FD color CMYK value is (18,15,0,1).

  • cyan value is 17.79%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(18,15,0,1)
C18M15Y0K1 
(18%,15%,0%,1%)
(0.18/0.15/0.00/0.01)	

CMYK percentages

%17.79
%15.42
%0
%0.78

Codes

Color #D0D6FD in popluar color models

D0D6FD
RGB208214253
HSL232°91.84%90.39%
HSB/HSV232°17.79%99.22%
CMYK17.79%15.42%0.00%
0.78%

Color #D0D6FD in popluar number systems.

HEXD0D6FD
Decimal208214253
Binary110100001101011011111101
Octal320326375

Shades and tints

Shades of #D0D6FD

#D0D6FD
(208,214,253)
#BEC3E6
(190,195,230)
#ACB0CF
(172,176,207)
#9A9DB8
(154,157,184)
#888AA1
(136,138,161)
#76778A
(118,119,138)
#646473
(100,100,115)
#52515C
(82,81,92)
#403E45
(64,62,69)
#2E2B2E
(46,43,46)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #D0D6FD

#D0D6FD
(208,214,253)
#D4D9FD
(212,217,253)
#D8DCFD
(216,220,253)
#DCDFFD
(220,223,253)
#E0E2FD
(224,226,253)
#E4E5FD
(228,229,253)
#E8E8FD
(232,232,253)
#ECEBFD
(236,235,253)
#F0EEFD
(240,238,253)
#F4F1FD
(244,241,253)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6FD; }

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

This text font color is #D0D6FD.


Background Color

.myBgColor { background-color: #D0D6FD; }

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

This div background color is #D0D6FD.


Border color

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

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

This div border color is #D0D6FD.


Opacity

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

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

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

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

This text has shadow with #D0D6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6FD on black background.


Color preview on white background

This text has color #D0D6FD on white background.



Black color preview on #D0D6FD background

This text has black color on #D0D6FD background.


White color preview on #D0D6FD background

This text has white color on #D0D6FD background.