COLOR #D0E3F2

HEX: #D0E3F2
RGB: (208,227,242)

Color info

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

RGB color model

#D0E3F2 color RGB value is (208,227,242).

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

RGB channels and saturation

R 208 of 255 = 82%
G 227 of 255 = 89%
B 242 of 255 = 95%

208
227
242

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

Portions of RGB colors in percentages

R + G + B =
208 + 227 + 242 = 677 (100%)
R 208 of 677 ~ 30.72%
G 227 of 677 ~ 33.53%
B 242 of 677 ~ 35.75%

%30.72
%33.53
%35.75

CMYK color model

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

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

CMYK percentages

%14.05
%6.2
%0
%5.1

Codes

Color #D0E3F2 in popluar color models

D0E3F2
RGB208227242
HSL206°56.67%88.24%
HSB/HSV206°14.05%94.90%
CMYK14.05%6.20%0.00%
5.10%

Color #D0E3F2 in popluar number systems.

HEXD0E3F2
Decimal208227242
Binary110100001110001111110010
Octal320343362

Shades and tints

Shades of #D0E3F2

#D0E3F2
(208,227,242)
#BECFDC
(190,207,220)
#ACBBC6
(172,187,198)
#9AA7B0
(154,167,176)
#88939A
(136,147,154)
#767F84
(118,127,132)
#646B6E
(100,107,110)
#525758
(82,87,88)
#404342
(64,67,66)
#2E2F2C
(46,47,44)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #D0E3F2

#D0E3F2
(208,227,242)
#D4E5F3
(212,229,243)
#D8E7F4
(216,231,244)
#DCE9F5
(220,233,245)
#E0EBF6
(224,235,246)
#E4EDF7
(228,237,247)
#E8EFF8
(232,239,248)
#ECF1F9
(236,241,249)
#F0F3FA
(240,243,250)
#F4F5FB
(244,245,251)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E3F2 color. Also use rgb(208,227,242) instead hex code.

Text Font Color

.myTextColor { color: #D0E3F2; }

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

This text font color is #D0E3F2.


Background Color

.myBgColor { background-color: #D0E3F2; }

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

This div background color is #D0E3F2.


Border color

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

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

This div border color is #D0E3F2.


Opacity

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

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

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

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

This text has shadow with #D0E3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E3F2 on black background.


Color preview on white background

This text has color #D0E3F2 on white background.



Black color preview on #D0E3F2 background

This text has black color on #D0E3F2 background.


White color preview on #D0E3F2 background

This text has white color on #D0E3F2 background.