COLOR #D8F4DE

HEX: #D8F4DE
RGB: (216,244,222)

Color info

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

RGB color model

#D8F4DE color RGB value is (216,244,222).

  • red value is 216;
  • green value is 244;
  • blue value is 222.
RGB:
(216,244,222)
(85%,96%,87%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 222 of 255 = 87%

216
244
222

R + G + B ~ 89%. #D8F4DE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 244 + 222 = 682 (100%)
R 216 of 682 ~ 31.67%
G 244 of 682 ~ 35.78%
B 222 of 682 ~ 32.55%

%31.67
%35.78
%32.55

CMYK color model

#D8F4DE color CMYK value is (11,0,9,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(11,0,9,4)
C11M0Y9K4 
(11%,0%,9%,4%)
(0.11/0.00/0.09/0.04)	

CMYK percentages

%11.48
%0
%9.02
%4.31

Codes

Color #D8F4DE in popluar color models

D8F4DE
RGB216244222
HSL133°56.00%90.20%
HSB/HSV133°11.48%95.69%
CMYK11.48%0.00%9.02%
4.31%

Color #D8F4DE in popluar number systems.

HEXD8F4DE
Decimal216244222
Binary110110001111010011011110
Octal330364336

Shades and tints

Shades of #D8F4DE

#D8F4DE
(216,244,222)
#C5DECA
(197,222,202)
#B2C8B6
(178,200,182)
#9FB2A2
(159,178,162)
#8C9C8E
(140,156,142)
#79867A
(121,134,122)
#667066
(102,112,102)
#535A52
(83,90,82)
#40443E
(64,68,62)
#2D2E2A
(45,46,42)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8F4DE

#D8F4DE
(216,244,222)
#DBF5E1
(219,245,225)
#DEF6E4
(222,246,228)
#E1F7E7
(225,247,231)
#E4F8EA
(228,248,234)
#E7F9ED
(231,249,237)
#EAFAF0
(234,250,240)
#EDFBF3
(237,251,243)
#F0FCF6
(240,252,246)
#F3FDF9
(243,253,249)
#F6FEFC
(246,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F4DE; }

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

This text font color is #D8F4DE.


Background Color

.myBgColor { background-color: #D8F4DE; }

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

This div background color is #D8F4DE.


Border color

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

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

This div border color is #D8F4DE.


Opacity

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

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

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

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

This text has shadow with #D8F4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F4DE on black background.


Color preview on white background

This text has color #D8F4DE on white background.



Black color preview on #D8F4DE background

This text has black color on #D8F4DE background.


White color preview on #D8F4DE background

This text has white color on #D8F4DE background.