COLOR #D8F4CE

HEX: #D8F4CE
RGB: (216,244,206)

Color info

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

RGB color model

#D8F4CE color RGB value is (216,244,206).

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

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 206 of 255 = 81%

216
244
206

R + G + B ~ 87%. #D8F4CE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 244 + 206 = 666 (100%)
R 216 of 666 ~ 32.43%
G 244 of 666 ~ 36.64%
B 206 of 666 ~ 30.93%

%32.43
%36.64
%30.93

CMYK color model

#D8F4CE color CMYK value is (11,0,16,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(11,0,16,4)
C11M0Y16K4 
(11%,0%,16%,4%)
(0.11/0.00/0.16/0.04)	

CMYK percentages

%11.48
%0
%15.57
%4.31

Codes

Color #D8F4CE in popluar color models

D8F4CE
RGB216244206
HSL104°63.33%88.24%
HSB/HSV104°15.57%95.69%
CMYK11.48%0.00%15.57%
4.31%

Color #D8F4CE in popluar number systems.

HEXD8F4CE
Decimal216244206
Binary110110001111010011001110
Octal330364316

Shades and tints

Shades of #D8F4CE

#D8F4CE
(216,244,206)
#C5DEBC
(197,222,188)
#B2C8AA
(178,200,170)
#9FB298
(159,178,152)
#8C9C86
(140,156,134)
#798674
(121,134,116)
#667062
(102,112,98)
#535A50
(83,90,80)
#40443E
(64,68,62)
#2D2E2C
(45,46,44)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #D8F4CE

#D8F4CE
(216,244,206)
#DBF5D2
(219,245,210)
#DEF6D6
(222,246,214)
#E1F7DA
(225,247,218)
#E4F8DE
(228,248,222)
#E7F9E2
(231,249,226)
#EAFAE6
(234,250,230)
#EDFBEA
(237,251,234)
#F0FCEE
(240,252,238)
#F3FDF2
(243,253,242)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F4CE; }

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

This text font color is #D8F4CE.


Background Color

.myBgColor { background-color: #D8F4CE; }

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

This div background color is #D8F4CE.


Border color

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

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

This div border color is #D8F4CE.


Opacity

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

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

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

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

This text has shadow with #D8F4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F4CE on black background.


Color preview on white background

This text has color #D8F4CE on white background.



Black color preview on #D8F4CE background

This text has black color on #D8F4CE background.


White color preview on #D8F4CE background

This text has white color on #D8F4CE background.