COLOR #D4F8DC

HEX: #D4F8DC
RGB: (212,248,220)

Color info

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

RGB color model

#D4F8DC color RGB value is (212,248,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 248 of 255 = 97%
B 220 of 255 = 86%

212
248
220

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

Portions of RGB colors in percentages

R + G + B =
212 + 248 + 220 = 680 (100%)
R 212 of 680 ~ 31.18%
G 248 of 680 ~ 36.47%
B 220 of 680 ~ 32.35%

%31.18
%36.47
%32.35

CMYK color model

#D4F8DC color CMYK value is (15,0,11,3).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(15,0,11,3)
C15M0Y11K3 
(15%,0%,11%,3%)
(0.15/0.00/0.11/0.03)	

CMYK percentages

%14.52
%0
%11.29
%2.75

Codes

Color #D4F8DC in popluar color models

D4F8DC
RGB212248220
HSL133°72.00%90.20%
HSB/HSV133°14.52%97.25%
CMYK14.52%0.00%11.29%
2.75%

Color #D4F8DC in popluar number systems.

HEXD4F8DC
Decimal212248220
Binary110101001111100011011100
Octal324370334

Shades and tints

Shades of #D4F8DC

#D4F8DC
(212,248,220)
#C1E2C8
(193,226,200)
#AECCB4
(174,204,180)
#9BB6A0
(155,182,160)
#88A08C
(136,160,140)
#758A78
(117,138,120)
#627464
(98,116,100)
#4F5E50
(79,94,80)
#3C483C
(60,72,60)
#293228
(41,50,40)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #D4F8DC

#D4F8DC
(212,248,220)
#D7F8DF
(215,248,223)
#DAF8E2
(218,248,226)
#DDF8E5
(221,248,229)
#E0F8E8
(224,248,232)
#E3F8EB
(227,248,235)
#E6F8EE
(230,248,238)
#E9F8F1
(233,248,241)
#ECF8F4
(236,248,244)
#EFF8F7
(239,248,247)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F8DC; }

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

This text font color is #D4F8DC.


Background Color

.myBgColor { background-color: #D4F8DC; }

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

This div background color is #D4F8DC.


Border color

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

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

This div border color is #D4F8DC.


Opacity

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

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

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

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

This text has shadow with #D4F8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F8DC on black background.


Color preview on white background

This text has color #D4F8DC on white background.



Black color preview on #D4F8DC background

This text has black color on #D4F8DC background.


White color preview on #D4F8DC background

This text has white color on #D4F8DC background.