COLOR #D0E2F1

HEX: #D0E2F1
RGB: (208,226,241)

Color info

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

RGB color model

#D0E2F1 color RGB value is (208,226,241).

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

RGB channels and saturation

R 208 of 255 = 82%
G 226 of 255 = 89%
B 241 of 255 = 95%

208
226
241

R + G + B ~ 89%. #D0E2F1 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 226 + 241 = 675 (100%)
R 208 of 675 ~ 30.81%
G 226 of 675 ~ 33.48%
B 241 of 675 ~ 35.7%

%30.81
%33.48
%35.7

CMYK color model

#D0E2F1 color CMYK value is (14,6,0,5).

  • cyan value is 13.69%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(14,6,0,5)
C14M6Y0K5 
(14%,6%,0%,5%)
(0.14/0.06/0.00/0.05)	

CMYK percentages

%13.69
%6.22
%0
%5.49

Codes

Color #D0E2F1 in popluar color models

D0E2F1
RGB208226241
HSL207°54.10%88.04%
HSB/HSV207°13.69%94.51%
CMYK13.69%6.22%0.00%
5.49%

Color #D0E2F1 in popluar number systems.

HEXD0E2F1
Decimal208226241
Binary110100001110001011110001
Octal320342361

Shades and tints

Shades of #D0E2F1

#D0E2F1
(208,226,241)
#BECEDC
(190,206,220)
#ACBAC7
(172,186,199)
#9AA6B2
(154,166,178)
#88929D
(136,146,157)
#767E88
(118,126,136)
#646A73
(100,106,115)
#52565E
(82,86,94)
#404249
(64,66,73)
#2E2E34
(46,46,52)
#1C1A1F
(28,26,31)
#000000
(0,0,0)

Tints of #D0E2F1

#D0E2F1
(208,226,241)
#D4E4F2
(212,228,242)
#D8E6F3
(216,230,243)
#DCE8F4
(220,232,244)
#E0EAF5
(224,234,245)
#E4ECF6
(228,236,246)
#E8EEF7
(232,238,247)
#ECF0F8
(236,240,248)
#F0F2F9
(240,242,249)
#F4F4FA
(244,244,250)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E2F1; }

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

This text font color is #D0E2F1.


Background Color

.myBgColor { background-color: #D0E2F1; }

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

This div background color is #D0E2F1.


Border color

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

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

This div border color is #D0E2F1.


Opacity

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

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

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

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

This text has shadow with #D0E2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E2F1 on black background.


Color preview on white background

This text has color #D0E2F1 on white background.



Black color preview on #D0E2F1 background

This text has black color on #D0E2F1 background.


White color preview on #D0E2F1 background

This text has white color on #D0E2F1 background.