COLOR #D0EFF4

HEX: #D0EFF4
RGB: (208,239,244)

Color info

#D0EFF4 contains red, green and blue colors in about the same proportion. Web safe color of #D0EFF4 is #CCFFFF (or #CFF).

RGB color model

#D0EFF4 color RGB value is (208,239,244).

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

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 244 of 255 = 96%

208
239
244

R + G + B ~ 91%. #D0EFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 239 + 244 = 691 (100%)
R 208 of 691 ~ 30.1%
G 239 of 691 ~ 34.59%
B 244 of 691 ~ 35.31%

%30.1
%34.59
%35.31

CMYK color model

#D0EFF4 color CMYK value is (15,2,0,4).

  • cyan value is 14.75%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(15,2,0,4)
C15M2Y0K4 
(15%,2%,0%,4%)
(0.15/0.02/0.00/0.04)	

CMYK percentages

%14.75
%2.05
%0
%4.31

Codes

Color #D0EFF4 in popluar color models

D0EFF4
RGB208239244
HSL188°62.07%88.63%
HSB/HSV188°14.75%95.69%
CMYK14.75%2.05%0.00%
4.31%

Color #D0EFF4 in popluar number systems.

HEXD0EFF4
Decimal208239244
Binary110100001110111111110100
Octal320357364

Shades and tints

Shades of #D0EFF4

#D0EFF4
(208,239,244)
#BEDADE
(190,218,222)
#ACC5C8
(172,197,200)
#9AB0B2
(154,176,178)
#889B9C
(136,155,156)
#768686
(118,134,134)
#647170
(100,113,112)
#525C5A
(82,92,90)
#404744
(64,71,68)
#2E322E
(46,50,46)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #D0EFF4

#D0EFF4
(208,239,244)
#D4F0F5
(212,240,245)
#D8F1F6
(216,241,246)
#DCF2F7
(220,242,247)
#E0F3F8
(224,243,248)
#E4F4F9
(228,244,249)
#E8F5FA
(232,245,250)
#ECF6FB
(236,246,251)
#F0F7FC
(240,247,252)
#F4F8FD
(244,248,253)
#F8F9FE
(248,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EFF4; }

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

This text font color is #D0EFF4.


Background Color

.myBgColor { background-color: #D0EFF4; }

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

This div background color is #D0EFF4.


Border color

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

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

This div border color is #D0EFF4.


Opacity

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

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

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

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

This text has shadow with #D0EFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EFF4 on black background.


Color preview on white background

This text has color #D0EFF4 on white background.



Black color preview on #D0EFF4 background

This text has black color on #D0EFF4 background.


White color preview on #D0EFF4 background

This text has white color on #D0EFF4 background.