COLOR #D0E2EF

HEX: #D0E2EF
RGB: (208,226,239)

Color info

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

RGB color model

#D0E2EF color RGB value is (208,226,239).

  • red value is 208;
  • green value is 226;
  • blue value is 239.
RGB:
(208,226,239)
(82%,89%,94%)

RGB channels and saturation

R 208 of 255 = 82%
G 226 of 255 = 89%
B 239 of 255 = 94%

208
226
239

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

Portions of RGB colors in percentages

R + G + B =
208 + 226 + 239 = 673 (100%)
R 208 of 673 ~ 30.91%
G 226 of 673 ~ 33.58%
B 239 of 673 ~ 35.51%

%30.91
%33.58
%35.51

CMYK color model

#D0E2EF color CMYK value is (13,5,0,6).

  • cyan value is 12.97%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,5,0,6)
C13M5Y0K6 
(13%,5%,0%,6%)
(0.13/0.05/0.00/0.06)	

CMYK percentages

%12.97
%5.44
%0
%6.27

Codes

Color #D0E2EF in popluar color models

D0E2EF
RGB208226239
HSL205°49.21%87.65%
HSB/HSV205°12.97%93.73%
CMYK12.97%5.44%0.00%
6.27%

Color #D0E2EF in popluar number systems.

HEXD0E2EF
Decimal208226239
Binary110100001110001011101111
Octal320342357

Shades and tints

Shades of #D0E2EF

#D0E2EF
(208,226,239)
#BECEDA
(190,206,218)
#ACBAC5
(172,186,197)
#9AA6B0
(154,166,176)
#88929B
(136,146,155)
#767E86
(118,126,134)
#646A71
(100,106,113)
#52565C
(82,86,92)
#404247
(64,66,71)
#2E2E32
(46,46,50)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #D0E2EF

#D0E2EF
(208,226,239)
#D4E4F0
(212,228,240)
#D8E6F1
(216,230,241)
#DCE8F2
(220,232,242)
#E0EAF3
(224,234,243)
#E4ECF4
(228,236,244)
#E8EEF5
(232,238,245)
#ECF0F6
(236,240,246)
#F0F2F7
(240,242,247)
#F4F4F8
(244,244,248)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E2EF color. Also use rgb(208,226,239) instead hex code.

Text Font Color

.myTextColor { color: #D0E2EF; }

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

This text font color is #D0E2EF.


Background Color

.myBgColor { background-color: #D0E2EF; }

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

This div background color is #D0E2EF.


Border color

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

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

This div border color is #D0E2EF.


Opacity

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

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

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

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

This text has shadow with #D0E2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E2EF on black background.


Color preview on white background

This text has color #D0E2EF on white background.



Black color preview on #D0E2EF background

This text has black color on #D0E2EF background.


White color preview on #D0E2EF background

This text has white color on #D0E2EF background.