COLOR #D0F4D0

HEX: #D0F4D0
RGB: (208,244,208)

Color info

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

RGB color model

#D0F4D0 color RGB value is (208,244,208).

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

RGB channels and saturation

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

208
244
208

R + G + B ~ 87%. #D0F4D0 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 244 + 208 = 660 (100%)
R 208 of 660 ~ 31.52%
G 244 of 660 ~ 36.97%
B 208 of 660 ~ 31.52%

%31.52
%36.97
%31.52

CMYK color model

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

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

CMYK percentages

%14.75
%0
%14.75
%4.31

Codes

Color #D0F4D0 in popluar color models

D0F4D0
RGB208244208
HSL120°62.07%88.63%
HSB/HSV120°14.75%95.69%
CMYK14.75%0.00%14.75%
4.31%

Color #D0F4D0 in popluar number systems.

HEXD0F4D0
Decimal208244208
Binary110100001111010011010000
Octal320364320

Shades and tints

Shades of #D0F4D0

#D0F4D0
(208,244,208)
#BEDEBE
(190,222,190)
#ACC8AC
(172,200,172)
#9AB29A
(154,178,154)
#889C88
(136,156,136)
#768676
(118,134,118)
#647064
(100,112,100)
#525A52
(82,90,82)
#404440
(64,68,64)
#2E2E2E
(46,46,46)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #D0F4D0

#D0F4D0
(208,244,208)
#D4F5D4
(212,245,212)
#D8F6D8
(216,246,216)
#DCF7DC
(220,247,220)
#E0F8E0
(224,248,224)
#E4F9E4
(228,249,228)
#E8FAE8
(232,250,232)
#ECFBEC
(236,251,236)
#F0FCF0
(240,252,240)
#F4FDF4
(244,253,244)
#F8FEF8
(248,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F4D0; }

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

This text font color is #D0F4D0.


Background Color

.myBgColor { background-color: #D0F4D0; }

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

This div background color is #D0F4D0.


Border color

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

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

This div border color is #D0F4D0.


Opacity

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

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

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

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

This text has shadow with #D0F4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F4D0 on black background.


Color preview on white background

This text has color #D0F4D0 on white background.



Black color preview on #D0F4D0 background

This text has black color on #D0F4D0 background.


White color preview on #D0F4D0 background

This text has white color on #D0F4D0 background.