COLOR #D8F7DE

HEX: #D8F7DE RGB: (216,247,222)

Color info

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

RGB color model

#D8F7DE color RGB value is (216,247,222).

RGB: (216,247,222) (85%, 97%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 222 of 255 = 87%

216
247
222

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

Portions of RGB colors in percentages

R + G + B = 216 + 247 + 222 = 685 (100%)
R 216 of 685 ~ 31.53%
G 247 of 685 ~ 36.06%
B 222 of 685 ~ 32.41'%

%31.53
%36.06
%32.41

CMYK color model

#D8F7DE color CMYK value is (13,0,10,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%

CMYK: (13,0,10,3)
C13M0Y10K3 (13%, 0%, 10%, 3%)
(0.13 / 0.00 / 0.10 / 0.03)

CMYK percentages

%12.55
%0
%10.12
%3.14

Codes

Color #D8F7DE in popluar color models

D8 F7 DE
RGB 216 247 222
HSL 132° 65.96% 90.78%
HSB/HSV 132° 12.55% 96.86%
CMYK 12.55% 0.00% 10.12%
3.14%

Color #D8F7DE in popluar number systems.

HEX D8 F7 DE
Decimal 216 247 222
Binary 11011000 11110111 11011110
Octal 330 367 336

Shades and tints

Shades of #D8F7DE

#D8F7DE
(216,247,222)
#C5E1CA
(197,225,202)
#B2CBB6
(178,203,182)
#9FB5A2
(159,181,162)
#8C9F8E
(140,159,142)
#79897A
(121,137,122)
#667366
(102,115,102)
#535D52
(83,93,82)
#40473E
(64,71,62)
#2D312A
(45,49,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #D8F7DE

#D8F7DE
(216,247,222)
#DBF7E1
(219,247,225)
#DEF7E4
(222,247,228)
#E1F7E7
(225,247,231)
#E4F7EA
(228,247,234)
#E7F7ED
(231,247,237)
#EAF7F0
(234,247,240)
#EDF7F3
(237,247,243)
#F0F7F6
(240,247,246)
#F3F7F9
(243,247,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F7DE color. Also use rgb(216,247,222) instead hex code.

Text Font Color

.myTextColor { color: #D8F7DE; }

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

This text font color is #D8F7DE.

Background Color

.myBgColor { background-color: #D8F7DE; }

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

This div background color is #D8F7DE.

Border color

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

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

This div border color is #D8F7DE.

Opacity

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

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

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

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

This text has shadow with #D8F7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F7DE.

Preview

Color preview on black background

This text has color #D8F7DE on black background.


Color preview on white background

This text has color #D8F7DE on white background.


Black color preview on #D8F7DE background

This text has black color on #D8F7DE background.


White color preview on #D8F7DE background

This text has white color on #D8F7DE background.


Related colors

Complementary color

Complementary color for #hex is #270821.


I love getcolorcode.com

Triadic colors

1 #DED8F7 and #F7DED8 with #D8F7DE are triadic colors.

2 #DEF7D8 and #F7D8DE with #D8F7DE are triadic colors.