COLOR #D0DCEA

HEX: #D0DCEA
RGB: (208,220,234)

Color info

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

RGB color model

#D0DCEA color RGB value is (208,220,234).

  • red value is 208;
  • green value is 220;
  • blue value is 234.
RGB:
(208,220,234)
(82%,86%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 220 of 255 = 86%
B 234 of 255 = 92%

208
220
234

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

Portions of RGB colors in percentages

R + G + B =
208 + 220 + 234 = 662 (100%)
R 208 of 662 ~ 31.42%
G 220 of 662 ~ 33.23%
B 234 of 662 ~ 35.35%

%31.42
%33.23
%35.35

CMYK color model

#D0DCEA color CMYK value is (11,6,0,8).

  • cyan value is 11.11%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,6,0,8)
C11M6Y0K8 
(11%,6%,0%,8%)
(0.11/0.06/0.00/0.08)	

CMYK percentages

%11.11
%5.98
%0
%8.24

Codes

Color #D0DCEA in popluar color models

D0DCEA
RGB208220234
HSL212°38.24%86.67%
HSB/HSV212°11.11%91.76%
CMYK11.11%5.98%0.00%
8.24%

Color #D0DCEA in popluar number systems.

HEXD0DCEA
Decimal208220234
Binary110100001101110011101010
Octal320334352

Shades and tints

Shades of #D0DCEA

#D0DCEA
(208,220,234)
#BEC8D5
(190,200,213)
#ACB4C0
(172,180,192)
#9AA0AB
(154,160,171)
#888C96
(136,140,150)
#767881
(118,120,129)
#64646C
(100,100,108)
#525057
(82,80,87)
#403C42
(64,60,66)
#2E282D
(46,40,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #D0DCEA

#D0DCEA
(208,220,234)
#D4DFEB
(212,223,235)
#D8E2EC
(216,226,236)
#DCE5ED
(220,229,237)
#E0E8EE
(224,232,238)
#E4EBEF
(228,235,239)
#E8EEF0
(232,238,240)
#ECF1F1
(236,241,241)
#F0F4F2
(240,244,242)
#F4F7F3
(244,247,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DCEA; }

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

This text font color is #D0DCEA.


Background Color

.myBgColor { background-color: #D0DCEA; }

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

This div background color is #D0DCEA.


Border color

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

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

This div border color is #D0DCEA.


Opacity

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

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

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

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

This text has shadow with #D0DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DCEA on black background.


Color preview on white background

This text has color #D0DCEA on white background.



Black color preview on #D0DCEA background

This text has black color on #D0DCEA background.


White color preview on #D0DCEA background

This text has white color on #D0DCEA background.