COLOR #D4F8CE

HEX: #D4F8CE
RGB: (212,248,206)

Color info

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

RGB color model

#D4F8CE color RGB value is (212,248,206).

  • red value is 212;
  • green value is 248;
  • blue value is 206.
RGB:
(212,248,206)
(83%,97%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 248 of 255 = 97%
B 206 of 255 = 81%

212
248
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 248 + 206 = 666 (100%)
R 212 of 666 ~ 31.83%
G 248 of 666 ~ 37.24%
B 206 of 666 ~ 30.93%

%31.83
%37.24
%30.93

CMYK color model

#D4F8CE color CMYK value is (15,0,17,3).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%
CMYK:
(15,0,17,3)
C15M0Y17K3 
(15%,0%,17%,3%)
(0.15/0.00/0.17/0.03)	

CMYK percentages

%14.52
%0
%16.94
%2.75

Codes

Color #D4F8CE in popluar color models

D4F8CE
RGB212248206
HSL111°75.00%89.02%
HSB/HSV111°16.94%97.25%
CMYK14.52%0.00%16.94%
2.75%

Color #D4F8CE in popluar number systems.

HEXD4F8CE
Decimal212248206
Binary110101001111100011001110
Octal324370316

Shades and tints

Shades of #D4F8CE

#D4F8CE
(212,248,206)
#C1E2BC
(193,226,188)
#AECCAA
(174,204,170)
#9BB698
(155,182,152)
#88A086
(136,160,134)
#758A74
(117,138,116)
#627462
(98,116,98)
#4F5E50
(79,94,80)
#3C483E
(60,72,62)
#29322C
(41,50,44)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #D4F8CE

#D4F8CE
(212,248,206)
#D7F8D2
(215,248,210)
#DAF8D6
(218,248,214)
#DDF8DA
(221,248,218)
#E0F8DE
(224,248,222)
#E3F8E2
(227,248,226)
#E6F8E6
(230,248,230)
#E9F8EA
(233,248,234)
#ECF8EE
(236,248,238)
#EFF8F2
(239,248,242)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F8CE color. Also use rgb(212,248,206) instead hex code.

Text Font Color

.myTextColor { color: #D4F8CE; }

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

This text font color is #D4F8CE.


Background Color

.myBgColor { background-color: #D4F8CE; }

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

This div background color is #D4F8CE.


Border color

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

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

This div border color is #D4F8CE.


Opacity

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

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

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

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

This text has shadow with #D4F8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F8CE on black background.


Color preview on white background

This text has color #D4F8CE on white background.



Black color preview on #D4F8CE background

This text has black color on #D4F8CE background.


White color preview on #D4F8CE background

This text has white color on #D4F8CE background.