COLOR #D8F2CE

HEX: #D8F2CE
RGB: (216,242,206)

Color info

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

RGB color model

#D8F2CE color RGB value is (216,242,206).

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

RGB channels and saturation

R 216 of 255 = 85%
G 242 of 255 = 95%
B 206 of 255 = 81%

216
242
206

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

Portions of RGB colors in percentages

R + G + B =
216 + 242 + 206 = 664 (100%)
R 216 of 664 ~ 32.53%
G 242 of 664 ~ 36.45%
B 206 of 664 ~ 31.02%

%32.53
%36.45
%31.02

CMYK color model

#D8F2CE color CMYK value is (11,0,15,5).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(11,0,15,5)
C11M0Y15K5 
(11%,0%,15%,5%)
(0.11/0.00/0.15/0.05)	

CMYK percentages

%10.74
%0
%14.88
%5.1

Codes

Color #D8F2CE in popluar color models

D8F2CE
RGB216242206
HSL103°58.06%87.84%
HSB/HSV103°14.88%94.90%
CMYK10.74%0.00%14.88%
5.10%

Color #D8F2CE in popluar number systems.

HEXD8F2CE
Decimal216242206
Binary110110001111001011001110
Octal330362316

Shades and tints

Shades of #D8F2CE

#D8F2CE
(216,242,206)
#C5DCBC
(197,220,188)
#B2C6AA
(178,198,170)
#9FB098
(159,176,152)
#8C9A86
(140,154,134)
#798474
(121,132,116)
#666E62
(102,110,98)
#535850
(83,88,80)
#40423E
(64,66,62)
#2D2C2C
(45,44,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #D8F2CE

#D8F2CE
(216,242,206)
#DBF3D2
(219,243,210)
#DEF4D6
(222,244,214)
#E1F5DA
(225,245,218)
#E4F6DE
(228,246,222)
#E7F7E2
(231,247,226)
#EAF8E6
(234,248,230)
#EDF9EA
(237,249,234)
#F0FAEE
(240,250,238)
#F3FBF2
(243,251,242)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F2CE; }

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

This text font color is #D8F2CE.


Background Color

.myBgColor { background-color: #D8F2CE; }

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

This div background color is #D8F2CE.


Border color

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

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

This div border color is #D8F2CE.


Opacity

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

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

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

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

This text has shadow with #D8F2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F2CE on black background.


Color preview on white background

This text has color #D8F2CE on white background.



Black color preview on #D8F2CE background

This text has black color on #D8F2CE background.


White color preview on #D8F2CE background

This text has white color on #D8F2CE background.