COLOR #D4F9DE

HEX: #D4F9DE
RGB: (212,249,222)

Color info

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

RGB color model

#D4F9DE color RGB value is (212,249,222).

  • red value is 212;
  • green value is 249;
  • blue value is 222.
RGB:
(212,249,222)
(83%,98%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 249 of 255 = 98%
B 222 of 255 = 87%

212
249
222

R + G + B ~ 89%. #D4F9DE is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 249 + 222 = 683 (100%)
R 212 of 683 ~ 31.04%
G 249 of 683 ~ 36.46%
B 222 of 683 ~ 32.5%

%31.04
%36.46
%32.5

CMYK color model

#D4F9DE color CMYK value is (15,0,11,2).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(15,0,11,2)
C15M0Y11K2 
(15%,0%,11%,2%)
(0.15/0.00/0.11/0.02)	

CMYK percentages

%14.86
%0
%10.84
%2.35

Codes

Color #D4F9DE in popluar color models

D4F9DE
RGB212249222
HSL136°75.51%90.39%
HSB/HSV136°14.86%97.65%
CMYK14.86%0.00%10.84%
2.35%

Color #D4F9DE in popluar number systems.

HEXD4F9DE
Decimal212249222
Binary110101001111100111011110
Octal324371336

Shades and tints

Shades of #D4F9DE

#D4F9DE
(212,249,222)
#C1E3CA
(193,227,202)
#AECDB6
(174,205,182)
#9BB7A2
(155,183,162)
#88A18E
(136,161,142)
#758B7A
(117,139,122)
#627566
(98,117,102)
#4F5F52
(79,95,82)
#3C493E
(60,73,62)
#29332A
(41,51,42)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #D4F9DE

#D4F9DE
(212,249,222)
#D7F9E1
(215,249,225)
#DAF9E4
(218,249,228)
#DDF9E7
(221,249,231)
#E0F9EA
(224,249,234)
#E3F9ED
(227,249,237)
#E6F9F0
(230,249,240)
#E9F9F3
(233,249,243)
#ECF9F6
(236,249,246)
#EFF9F9
(239,249,249)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F9DE color. Also use rgb(212,249,222) instead hex code.

Text Font Color

.myTextColor { color: #D4F9DE; }

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

This text font color is #D4F9DE.


Background Color

.myBgColor { background-color: #D4F9DE; }

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

This div background color is #D4F9DE.


Border color

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

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

This div border color is #D4F9DE.


Opacity

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

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

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

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

This text has shadow with #D4F9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F9DE on black background.


Color preview on white background

This text has color #D4F9DE on white background.



Black color preview on #D4F9DE background

This text has black color on #D4F9DE background.


White color preview on #D4F9DE background

This text has white color on #D4F9DE background.