COLOR #D8F9DC

HEX: #D8F9DC
RGB: (216,249,220)

Color info

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

RGB color model

#D8F9DC color RGB value is (216,249,220).

  • red value is 216;
  • green value is 249;
  • blue value is 220.
RGB:
(216,249,220)
(85%,98%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 249 of 255 = 98%
B 220 of 255 = 86%

216
249
220

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

Portions of RGB colors in percentages

R + G + B =
216 + 249 + 220 = 685 (100%)
R 216 of 685 ~ 31.53%
G 249 of 685 ~ 36.35%
B 220 of 685 ~ 32.12%

%31.53
%36.35
%32.12

CMYK color model

#D8F9DC color CMYK value is (13,0,12,2).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(13,0,12,2)
C13M0Y12K2 
(13%,0%,12%,2%)
(0.13/0.00/0.12/0.02)	

CMYK percentages

%13.25
%0
%11.65
%2.35

Codes

Color #D8F9DC in popluar color models

D8F9DC
RGB216249220
HSL127°73.33%91.18%
HSB/HSV127°13.25%97.65%
CMYK13.25%0.00%11.65%
2.35%

Color #D8F9DC in popluar number systems.

HEXD8F9DC
Decimal216249220
Binary110110001111100111011100
Octal330371334

Shades and tints

Shades of #D8F9DC

#D8F9DC
(216,249,220)
#C5E3C8
(197,227,200)
#B2CDB4
(178,205,180)
#9FB7A0
(159,183,160)
#8CA18C
(140,161,140)
#798B78
(121,139,120)
#667564
(102,117,100)
#535F50
(83,95,80)
#40493C
(64,73,60)
#2D3328
(45,51,40)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #D8F9DC

#D8F9DC
(216,249,220)
#DBF9DF
(219,249,223)
#DEF9E2
(222,249,226)
#E1F9E5
(225,249,229)
#E4F9E8
(228,249,232)
#E7F9EB
(231,249,235)
#EAF9EE
(234,249,238)
#EDF9F1
(237,249,241)
#F0F9F4
(240,249,244)
#F3F9F7
(243,249,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F9DC color. Also use rgb(216,249,220) instead hex code.

Text Font Color

.myTextColor { color: #D8F9DC; }

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

This text font color is #D8F9DC.


Background Color

.myBgColor { background-color: #D8F9DC; }

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

This div background color is #D8F9DC.


Border color

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

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

This div border color is #D8F9DC.


Opacity

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

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

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

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

This text has shadow with #D8F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F9DC on black background.


Color preview on white background

This text has color #D8F9DC on white background.



Black color preview on #D8F9DC background

This text has black color on #D8F9DC background.


White color preview on #D8F9DC background

This text has white color on #D8F9DC background.