COLOR #D0F7E7

HEX: #D0F7E7
RGB: (208,247,231)

Color info

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

RGB color model

#D0F7E7 color RGB value is (208,247,231).

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

RGB channels and saturation

R 208 of 255 = 82%
G 247 of 255 = 97%
B 231 of 255 = 91%

208
247
231

R + G + B ~ 90%. #D0F7E7 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 247 + 231 = 686 (100%)
R 208 of 686 ~ 30.32%
G 247 of 686 ~ 36.01%
B 231 of 686 ~ 33.67%

%30.32
%36.01
%33.67

CMYK color model

#D0F7E7 color CMYK value is (16,0,6,3).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 3.14%
CMYK:
(16,0,6,3)
C16M0Y6K3 
(16%,0%,6%,3%)
(0.16/0.00/0.06/0.03)	

CMYK percentages

%15.79
%0
%6.48
%3.14

Codes

Color #D0F7E7 in popluar color models

D0F7E7
RGB208247231
HSL155°70.91%89.22%
HSB/HSV155°15.79%96.86%
CMYK15.79%0.00%6.48%
3.14%

Color #D0F7E7 in popluar number systems.

HEXD0F7E7
Decimal208247231
Binary110100001111011111100111
Octal320367347

Shades and tints

Shades of #D0F7E7

#D0F7E7
(208,247,231)
#BEE1D2
(190,225,210)
#ACCBBD
(172,203,189)
#9AB5A8
(154,181,168)
#889F93
(136,159,147)
#76897E
(118,137,126)
#647369
(100,115,105)
#525D54
(82,93,84)
#40473F
(64,71,63)
#2E312A
(46,49,42)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #D0F7E7

#D0F7E7
(208,247,231)
#D4F7E9
(212,247,233)
#D8F7EB
(216,247,235)
#DCF7ED
(220,247,237)
#E0F7EF
(224,247,239)
#E4F7F1
(228,247,241)
#E8F7F3
(232,247,243)
#ECF7F5
(236,247,245)
#F0F7F7
(240,247,247)
#F4F7F9
(244,247,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F7E7; }

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

This text font color is #D0F7E7.


Background Color

.myBgColor { background-color: #D0F7E7; }

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

This div background color is #D0F7E7.


Border color

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

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

This div border color is #D0F7E7.


Opacity

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

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

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

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

This text has shadow with #D0F7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F7E7 on black background.


Color preview on white background

This text has color #D0F7E7 on white background.



Black color preview on #D0F7E7 background

This text has black color on #D0F7E7 background.


White color preview on #D0F7E7 background

This text has white color on #D0F7E7 background.