COLOR #D0F6DC

HEX: #D0F6DC
RGB: (208,246,220)

Color info

#D0F6DC contains red, green and blue colors in about the same proportion. Web safe color of #D0F6DC is #CCFFCC (or #CFC).

RGB color model

#D0F6DC color RGB value is (208,246,220).

  • red value is 208;
  • green value is 246;
  • blue value is 220.
RGB:
(208,246,220)
(82%,96%,86%)

RGB channels and saturation

R 208 of 255 = 82%
G 246 of 255 = 96%
B 220 of 255 = 86%

208
246
220

R + G + B ~ 88%. #D0F6DC is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 246 + 220 = 674 (100%)
R 208 of 674 ~ 30.86%
G 246 of 674 ~ 36.5%
B 220 of 674 ~ 32.64%

%30.86
%36.5
%32.64

CMYK color model

#D0F6DC color CMYK value is (15,0,11,4).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(15,0,11,4)
C15M0Y11K4 
(15%,0%,11%,4%)
(0.15/0.00/0.11/0.04)	

CMYK percentages

%15.45
%0
%10.57
%3.53

Codes

Color #D0F6DC in popluar color models

D0F6DC
RGB208246220
HSL139°67.86%89.02%
HSB/HSV139°15.45%96.47%
CMYK15.45%0.00%10.57%
3.53%

Color #D0F6DC in popluar number systems.

HEXD0F6DC
Decimal208246220
Binary110100001111011011011100
Octal320366334

Shades and tints

Shades of #D0F6DC

#D0F6DC
(208,246,220)
#BEE0C8
(190,224,200)
#ACCAB4
(172,202,180)
#9AB4A0
(154,180,160)
#889E8C
(136,158,140)
#768878
(118,136,120)
#647264
(100,114,100)
#525C50
(82,92,80)
#40463C
(64,70,60)
#2E3028
(46,48,40)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #D0F6DC

#D0F6DC
(208,246,220)
#D4F6DF
(212,246,223)
#D8F6E2
(216,246,226)
#DCF6E5
(220,246,229)
#E0F6E8
(224,246,232)
#E4F6EB
(228,246,235)
#E8F6EE
(232,246,238)
#ECF6F1
(236,246,241)
#F0F6F4
(240,246,244)
#F4F6F7
(244,246,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F6DC color. Also use rgb(208,246,220) instead hex code.

Text Font Color

.myTextColor { color: #D0F6DC; }

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

This text font color is #D0F6DC.


Background Color

.myBgColor { background-color: #D0F6DC; }

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

This div background color is #D0F6DC.


Border color

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

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

This div border color is #D0F6DC.


Opacity

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

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

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

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

This text has shadow with #D0F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F6DC on black background.


Color preview on white background

This text has color #D0F6DC on white background.



Black color preview on #D0F6DC background

This text has black color on #D0F6DC background.


White color preview on #D0F6DC background

This text has white color on #D0F6DC background.