COLOR #D0DCE9

HEX: #D0DCE9 RGB: (208,220,233)

Color info

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

RGB color model

#D0DCE9 color RGB value is (208,220,233).

RGB: (208,220,233) (82%, 86%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 220 of 255 = 86%
B 233 of 255 = 91%

208
220
233

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

Portions of RGB colors in percentages

R + G + B = 208 + 220 + 233 = 661 (100%)
R 208 of 661 ~ 31.47%
G 220 of 661 ~ 33.28%
B 233 of 661 ~ 35.25'%

%31.47
%33.28
%35.25

CMYK color model

#D0DCE9 color CMYK value is (11,6,0,9).

  • cyan value is 10.73%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (11,6,0,9)
C11M6Y0K9 (11%, 6%, 0%, 9%)
(0.11 / 0.06 / 0.00 / 0.09)

CMYK percentages

%10.73
%5.58
%0
%8.63

Codes

Color #D0DCE9 in popluar color models

D0 DC E9
RGB 208 220 233
HSL 211° 36.23% 86.47%
HSB/HSV 211° 10.73% 91.37%
CMYK 10.73% 5.58% 0.00%
8.63%

Color #D0DCE9 in popluar number systems.

HEX D0 DC E9
Decimal 208 220 233
Binary 11010000 11011100 11101001
Octal 320 334 351

Shades and tints

Shades of #D0DCE9

#D0DCE9
(208,220,233)
#BEC8D4
(190,200,212)
#ACB4BF
(172,180,191)
#9AA0AA
(154,160,170)
#888C95
(136,140,149)
#767880
(118,120,128)
#64646B
(100,100,107)
#525056
(82,80,86)
#403C41
(64,60,65)
#2E282C
(46,40,44)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #D0DCE9

#D0DCE9
(208,220,233)
#D4DFEB
(212,223,235)
#D8E2ED
(216,226,237)
#DCE5EF
(220,229,239)
#E0E8F1
(224,232,241)
#E4EBF3
(228,235,243)
#E8EEF5
(232,238,245)
#ECF1F7
(236,241,247)
#F0F4F9
(240,244,249)
#F4F7FB
(244,247,251)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DCE9 color. Also use rgb(208,220,233) instead hex code.

Text Font Color

.myTextColor { color: #D0DCE9; }

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

This text font color is #D0DCE9.

Background Color

.myBgColor { background-color: #D0DCE9; }

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

This div background color is #D0DCE9.

Border color

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

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

This div border color is #D0DCE9.

Opacity

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

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

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

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

This text has shadow with #D0DCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0DCE9.

Preview

Color preview on black background

This text has color #D0DCE9 on black background.


Color preview on white background

This text has color #D0DCE9 on white background.


Black color preview on #D0DCE9 background

This text has black color on #D0DCE9 background.


White color preview on #D0DCE9 background

This text has white color on #D0DCE9 background.


Related colors

Complementary color

Complementary color for #hex is #2F2316.


I love getcolorcode.com

Triadic colors

1 #E9D0DC and #DCE9D0 with #D0DCE9 are triadic colors.

2 #E9DCD0 and #DCD0E9 with #D0DCE9 are triadic colors.