COLOR #D4F5CE

HEX: #D4F5CE
RGB: (212,245,206)

Color info

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

RGB color model

#D4F5CE color RGB value is (212,245,206).

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

RGB channels and saturation

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

212
245
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 245 + 206 = 663 (100%)
R 212 of 663 ~ 31.98%
G 245 of 663 ~ 36.95%
B 206 of 663 ~ 31.07%

%31.98
%36.95
%31.07

CMYK color model

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

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

CMYK percentages

%13.47
%0
%15.92
%3.92

Codes

Color #D4F5CE in popluar color models

D4F5CE
RGB212245206
HSL111°66.10%88.43%
HSB/HSV111°15.92%96.08%
CMYK13.47%0.00%15.92%
3.92%

Color #D4F5CE in popluar number systems.

HEXD4F5CE
Decimal212245206
Binary110101001111010111001110
Octal324365316

Shades and tints

Shades of #D4F5CE

#D4F5CE
(212,245,206)
#C1DFBC
(193,223,188)
#AEC9AA
(174,201,170)
#9BB398
(155,179,152)
#889D86
(136,157,134)
#758774
(117,135,116)
#627162
(98,113,98)
#4F5B50
(79,91,80)
#3C453E
(60,69,62)
#292F2C
(41,47,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4F5CE

#D4F5CE
(212,245,206)
#D7F5D2
(215,245,210)
#DAF5D6
(218,245,214)
#DDF5DA
(221,245,218)
#E0F5DE
(224,245,222)
#E3F5E2
(227,245,226)
#E6F5E6
(230,245,230)
#E9F5EA
(233,245,234)
#ECF5EE
(236,245,238)
#EFF5F2
(239,245,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F5CE; }

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

This text font color is #D4F5CE.


Background Color

.myBgColor { background-color: #D4F5CE; }

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

This div background color is #D4F5CE.


Border color

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

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

This div border color is #D4F5CE.


Opacity

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

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

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

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

This text has shadow with #D4F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F5CE on black background.


Color preview on white background

This text has color #D4F5CE on white background.



Black color preview on #D4F5CE background

This text has black color on #D4F5CE background.


White color preview on #D4F5CE background

This text has white color on #D4F5CE background.