COLOR #D0F8CD

HEX: #D0F8CD
RGB: (208,248,205)

Color info

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

RGB color model

#D0F8CD color RGB value is (208,248,205).

  • red value is 208;
  • green value is 248;
  • blue value is 205.
RGB:
(208,248,205)
(82%,97%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 205 of 255 = 80%

208
248
205

R + G + B ~ 86%. #D0F8CD is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 248 + 205 = 661 (100%)
R 208 of 661 ~ 31.47%
G 248 of 661 ~ 37.52%
B 205 of 661 ~ 31.01%

%31.47
%37.52
%31.01

CMYK color model

#D0F8CD color CMYK value is (16,0,17,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(16,0,17,3)
C16M0Y17K3 
(16%,0%,17%,3%)
(0.16/0.00/0.17/0.03)	

CMYK percentages

%16.13
%0
%17.34
%2.75

Codes

Color #D0F8CD in popluar color models

D0F8CD
RGB208248205
HSL116°75.44%88.82%
HSB/HSV116°17.34%97.25%
CMYK16.13%0.00%17.34%
2.75%

Color #D0F8CD in popluar number systems.

HEXD0F8CD
Decimal208248205
Binary110100001111100011001101
Octal320370315

Shades and tints

Shades of #D0F8CD

#D0F8CD
(208,248,205)
#BEE2BB
(190,226,187)
#ACCCA9
(172,204,169)
#9AB697
(154,182,151)
#88A085
(136,160,133)
#768A73
(118,138,115)
#647461
(100,116,97)
#525E4F
(82,94,79)
#40483D
(64,72,61)
#2E322B
(46,50,43)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #D0F8CD

#D0F8CD
(208,248,205)
#D4F8D1
(212,248,209)
#D8F8D5
(216,248,213)
#DCF8D9
(220,248,217)
#E0F8DD
(224,248,221)
#E4F8E1
(228,248,225)
#E8F8E5
(232,248,229)
#ECF8E9
(236,248,233)
#F0F8ED
(240,248,237)
#F4F8F1
(244,248,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F8CD; }

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

This text font color is #D0F8CD.


Background Color

.myBgColor { background-color: #D0F8CD; }

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

This div background color is #D0F8CD.


Border color

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

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

This div border color is #D0F8CD.


Opacity

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

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

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

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

This text has shadow with #D0F8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F8CD on black background.


Color preview on white background

This text has color #D0F8CD on white background.



Black color preview on #D0F8CD background

This text has black color on #D0F8CD background.


White color preview on #D0F8CD background

This text has white color on #D0F8CD background.