COLOR #D0DBF5

HEX: #D0DBF5
RGB: (208,219,245)

Color info

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

RGB color model

#D0DBF5 color RGB value is (208,219,245).

  • red value is 208;
  • green value is 219;
  • blue value is 245.
RGB:
(208,219,245)
(82%,86%,96%)

RGB channels and saturation

R 208 of 255 = 82%
G 219 of 255 = 86%
B 245 of 255 = 96%

208
219
245

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

Portions of RGB colors in percentages

R + G + B =
208 + 219 + 245 = 672 (100%)
R 208 of 672 ~ 30.95%
G 219 of 672 ~ 32.59%
B 245 of 672 ~ 36.46%

%30.95
%32.59
%36.46

CMYK color model

#D0DBF5 color CMYK value is (15,11,0,4).

  • cyan value is 15.10%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(15,11,0,4)
C15M11Y0K4 
(15%,11%,0%,4%)
(0.15/0.11/0.00/0.04)	

CMYK percentages

%15.1
%10.61
%0
%3.92

Codes

Color #D0DBF5 in popluar color models

D0DBF5
RGB208219245
HSL222°64.91%88.82%
HSB/HSV222°15.10%96.08%
CMYK15.10%10.61%0.00%
3.92%

Color #D0DBF5 in popluar number systems.

HEXD0DBF5
Decimal208219245
Binary110100001101101111110101
Octal320333365

Shades and tints

Shades of #D0DBF5

#D0DBF5
(208,219,245)
#BEC8DF
(190,200,223)
#ACB5C9
(172,181,201)
#9AA2B3
(154,162,179)
#888F9D
(136,143,157)
#767C87
(118,124,135)
#646971
(100,105,113)
#52565B
(82,86,91)
#404345
(64,67,69)
#2E302F
(46,48,47)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #D0DBF5

#D0DBF5
(208,219,245)
#D4DEF5
(212,222,245)
#D8E1F5
(216,225,245)
#DCE4F5
(220,228,245)
#E0E7F5
(224,231,245)
#E4EAF5
(228,234,245)
#E8EDF5
(232,237,245)
#ECF0F5
(236,240,245)
#F0F3F5
(240,243,245)
#F4F6F5
(244,246,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DBF5 color. Also use rgb(208,219,245) instead hex code.

Text Font Color

.myTextColor { color: #D0DBF5; }

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

This text font color is #D0DBF5.


Background Color

.myBgColor { background-color: #D0DBF5; }

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

This div background color is #D0DBF5.


Border color

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

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

This div border color is #D0DBF5.


Opacity

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

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

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

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

This text has shadow with #D0DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DBF5 on black background.


Color preview on white background

This text has color #D0DBF5 on white background.



Black color preview on #D0DBF5 background

This text has black color on #D0DBF5 background.


White color preview on #D0DBF5 background

This text has white color on #D0DBF5 background.