COLOR #D0F2F7

HEX: #D0F2F7
RGB: (208,242,247)

Color info

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

RGB color model

#D0F2F7 color RGB value is (208,242,247).

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

RGB channels and saturation

R 208 of 255 = 82%
G 242 of 255 = 95%
B 247 of 255 = 97%

208
242
247

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

Portions of RGB colors in percentages

R + G + B =
208 + 242 + 247 = 697 (100%)
R 208 of 697 ~ 29.84%
G 242 of 697 ~ 34.72%
B 247 of 697 ~ 35.44%

%29.84
%34.72
%35.44

CMYK color model

#D0F2F7 color CMYK value is (16,2,0,3).

  • cyan value is 15.79%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(16,2,0,3)
C16M2Y0K3 
(16%,2%,0%,3%)
(0.16/0.02/0.00/0.03)	

CMYK percentages

%15.79
%2.02
%0
%3.14

Codes

Color #D0F2F7 in popluar color models

D0F2F7
RGB208242247
HSL188°70.91%89.22%
HSB/HSV188°15.79%96.86%
CMYK15.79%2.02%0.00%
3.14%

Color #D0F2F7 in popluar number systems.

HEXD0F2F7
Decimal208242247
Binary110100001111001011110111
Octal320362367

Shades and tints

Shades of #D0F2F7

#D0F2F7
(208,242,247)
#BEDCE1
(190,220,225)
#ACC6CB
(172,198,203)
#9AB0B5
(154,176,181)
#889A9F
(136,154,159)
#768489
(118,132,137)
#646E73
(100,110,115)
#52585D
(82,88,93)
#404247
(64,66,71)
#2E2C31
(46,44,49)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #D0F2F7

#D0F2F7
(208,242,247)
#D4F3F7
(212,243,247)
#D8F4F7
(216,244,247)
#DCF5F7
(220,245,247)
#E0F6F7
(224,246,247)
#E4F7F7
(228,247,247)
#E8F8F7
(232,248,247)
#ECF9F7
(236,249,247)
#F0FAF7
(240,250,247)
#F4FBF7
(244,251,247)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F2F7; }

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

This text font color is #D0F2F7.


Background Color

.myBgColor { background-color: #D0F2F7; }

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

This div background color is #D0F2F7.


Border color

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

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

This div border color is #D0F2F7.


Opacity

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

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

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

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

This text has shadow with #D0F2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F2F7 on black background.


Color preview on white background

This text has color #D0F2F7 on white background.



Black color preview on #D0F2F7 background

This text has black color on #D0F2F7 background.


White color preview on #D0F2F7 background

This text has white color on #D0F2F7 background.