COLOR #D0F8C9

HEX: #D0F8C9
RGB: (208,248,201)

Color info

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

RGB color model

#D0F8C9 color RGB value is (208,248,201).

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

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 201 of 255 = 79%

208
248
201

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

Portions of RGB colors in percentages

R + G + B =
208 + 248 + 201 = 657 (100%)
R 208 of 657 ~ 31.66%
G 248 of 657 ~ 37.75%
B 201 of 657 ~ 30.59%

%31.66
%37.75
%30.59

CMYK color model

#D0F8C9 color CMYK value is (16,0,19,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 2.75%
CMYK:
(16,0,19,3)
C16M0Y19K3 
(16%,0%,19%,3%)
(0.16/0.00/0.19/0.03)	

CMYK percentages

%16.13
%0
%18.95
%2.75

Codes

Color #D0F8C9 in popluar color models

D0F8C9
RGB208248201
HSL111°77.05%88.04%
HSB/HSV111°18.95%97.25%
CMYK16.13%0.00%18.95%
2.75%

Color #D0F8C9 in popluar number systems.

HEXD0F8C9
Decimal208248201
Binary110100001111100011001001
Octal320370311

Shades and tints

Shades of #D0F8C9

#D0F8C9
(208,248,201)
#BEE2B7
(190,226,183)
#ACCCA5
(172,204,165)
#9AB693
(154,182,147)
#88A081
(136,160,129)
#768A6F
(118,138,111)
#64745D
(100,116,93)
#525E4B
(82,94,75)
#404839
(64,72,57)
#2E3227
(46,50,39)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #D0F8C9

#D0F8C9
(208,248,201)
#D4F8CD
(212,248,205)
#D8F8D1
(216,248,209)
#DCF8D5
(220,248,213)
#E0F8D9
(224,248,217)
#E4F8DD
(228,248,221)
#E8F8E1
(232,248,225)
#ECF8E5
(236,248,229)
#F0F8E9
(240,248,233)
#F4F8ED
(244,248,237)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F8C9; }

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

This text font color is #D0F8C9.


Background Color

.myBgColor { background-color: #D0F8C9; }

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

This div background color is #D0F8C9.


Border color

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

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

This div border color is #D0F8C9.


Opacity

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

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

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

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

This text has shadow with #D0F8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F8C9 on black background.


Color preview on white background

This text has color #D0F8C9 on white background.



Black color preview on #D0F8C9 background

This text has black color on #D0F8C9 background.


White color preview on #D0F8C9 background

This text has white color on #D0F8C9 background.