COLOR #D4F4CE

HEX: #D4F4CE
RGB: (212,244,206)

Color info

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

RGB color model

#D4F4CE color RGB value is (212,244,206).

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

RGB channels and saturation

R 212 of 255 = 83%
G 244 of 255 = 96%
B 206 of 255 = 81%

212
244
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 244 + 206 = 662 (100%)
R 212 of 662 ~ 32.02%
G 244 of 662 ~ 36.86%
B 206 of 662 ~ 31.12%

%32.02
%36.86
%31.12

CMYK color model

#D4F4CE color CMYK value is (13,0,16,4).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(13,0,16,4)
C13M0Y16K4 
(13%,0%,16%,4%)
(0.13/0.00/0.16/0.04)	

CMYK percentages

%13.11
%0
%15.57
%4.31

Codes

Color #D4F4CE in popluar color models

D4F4CE
RGB212244206
HSL111°63.33%88.24%
HSB/HSV111°15.57%95.69%
CMYK13.11%0.00%15.57%
4.31%

Color #D4F4CE in popluar number systems.

HEXD4F4CE
Decimal212244206
Binary110101001111010011001110
Octal324364316

Shades and tints

Shades of #D4F4CE

#D4F4CE
(212,244,206)
#C1DEBC
(193,222,188)
#AEC8AA
(174,200,170)
#9BB298
(155,178,152)
#889C86
(136,156,134)
#758674
(117,134,116)
#627062
(98,112,98)
#4F5A50
(79,90,80)
#3C443E
(60,68,62)
#292E2C
(41,46,44)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4F4CE

#D4F4CE
(212,244,206)
#D7F5D2
(215,245,210)
#DAF6D6
(218,246,214)
#DDF7DA
(221,247,218)
#E0F8DE
(224,248,222)
#E3F9E2
(227,249,226)
#E6FAE6
(230,250,230)
#E9FBEA
(233,251,234)
#ECFCEE
(236,252,238)
#EFFDF2
(239,253,242)
#F2FEF6
(242,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F4CE; }

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

This text font color is #D4F4CE.


Background Color

.myBgColor { background-color: #D4F4CE; }

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

This div background color is #D4F4CE.


Border color

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

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

This div border color is #D4F4CE.


Opacity

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

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

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

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

This text has shadow with #D4F4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F4CE on black background.


Color preview on white background

This text has color #D4F4CE on white background.



Black color preview on #D4F4CE background

This text has black color on #D4F4CE background.


White color preview on #D4F4CE background

This text has white color on #D4F4CE background.