COLOR #D0DDE7

HEX: #D0DDE7
RGB: (208,221,231)

Color info

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

RGB color model

#D0DDE7 color RGB value is (208,221,231).

  • red value is 208;
  • green value is 221;
  • blue value is 231.
RGB:
(208,221,231)
(82%,87%,91%)

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 231 of 255 = 91%

208
221
231

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 231 = 660 (100%)
R 208 of 660 ~ 31.52%
G 221 of 660 ~ 33.48%
B 231 of 660 ~ 35%

%31.52
%33.48
%35

CMYK color model

#D0DDE7 color CMYK value is (10,4,0,9).

  • cyan value is 9.96%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,4,0,9)
C10M4Y0K9 
(10%,4%,0%,9%)
(0.10/0.04/0.00/0.09)	

CMYK percentages

%9.96
%4.33
%0
%9.41

Codes

Color #D0DDE7 in popluar color models

D0DDE7
RGB208221231
HSL206°32.39%86.08%
HSB/HSV206°9.96%90.59%
CMYK9.96%4.33%0.00%
9.41%

Color #D0DDE7 in popluar number systems.

HEXD0DDE7
Decimal208221231
Binary110100001101110111100111
Octal320335347

Shades and tints

Shades of #D0DDE7

#D0DDE7
(208,221,231)
#BEC9D2
(190,201,210)
#ACB5BD
(172,181,189)
#9AA1A8
(154,161,168)
#888D93
(136,141,147)
#76797E
(118,121,126)
#646569
(100,101,105)
#525154
(82,81,84)
#403D3F
(64,61,63)
#2E292A
(46,41,42)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0DDE7

#D0DDE7
(208,221,231)
#D4E0E9
(212,224,233)
#D8E3EB
(216,227,235)
#DCE6ED
(220,230,237)
#E0E9EF
(224,233,239)
#E4ECF1
(228,236,241)
#E8EFF3
(232,239,243)
#ECF2F5
(236,242,245)
#F0F5F7
(240,245,247)
#F4F8F9
(244,248,249)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DDE7 color. Also use rgb(208,221,231) instead hex code.

Text Font Color

.myTextColor { color: #D0DDE7; }

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

This text font color is #D0DDE7.


Background Color

.myBgColor { background-color: #D0DDE7; }

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

This div background color is #D0DDE7.


Border color

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

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

This div border color is #D0DDE7.


Opacity

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

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

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

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

This text has shadow with #D0DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDE7 on black background.


Color preview on white background

This text has color #D0DDE7 on white background.



Black color preview on #D0DDE7 background

This text has black color on #D0DDE7 background.


White color preview on #D0DDE7 background

This text has white color on #D0DDE7 background.