COLOR #D4F5DC

HEX: #D4F5DC
RGB: (212,245,220)

Color info

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

RGB color model

#D4F5DC color RGB value is (212,245,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 245 of 255 = 96%
B 220 of 255 = 86%

212
245
220

R + G + B ~ 88%. #D4F5DC is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 245 + 220 = 677 (100%)
R 212 of 677 ~ 31.31%
G 245 of 677 ~ 36.19%
B 220 of 677 ~ 32.5%

%31.31
%36.19
%32.5

CMYK color model

#D4F5DC color CMYK value is (13,0,10,4).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK:
(13,0,10,4)
C13M0Y10K4 
(13%,0%,10%,4%)
(0.13/0.00/0.10/0.04)	

CMYK percentages

%13.47
%0
%10.2
%3.92

Codes

Color #D4F5DC in popluar color models

D4F5DC
RGB212245220
HSL135°62.26%89.61%
HSB/HSV135°13.47%96.08%
CMYK13.47%0.00%10.20%
3.92%

Color #D4F5DC in popluar number systems.

HEXD4F5DC
Decimal212245220
Binary110101001111010111011100
Octal324365334

Shades and tints

Shades of #D4F5DC

#D4F5DC
(212,245,220)
#C1DFC8
(193,223,200)
#AEC9B4
(174,201,180)
#9BB3A0
(155,179,160)
#889D8C
(136,157,140)
#758778
(117,135,120)
#627164
(98,113,100)
#4F5B50
(79,91,80)
#3C453C
(60,69,60)
#292F28
(41,47,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4F5DC

#D4F5DC
(212,245,220)
#D7F5DF
(215,245,223)
#DAF5E2
(218,245,226)
#DDF5E5
(221,245,229)
#E0F5E8
(224,245,232)
#E3F5EB
(227,245,235)
#E6F5EE
(230,245,238)
#E9F5F1
(233,245,241)
#ECF5F4
(236,245,244)
#EFF5F7
(239,245,247)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F5DC; }

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

This text font color is #D4F5DC.


Background Color

.myBgColor { background-color: #D4F5DC; }

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

This div background color is #D4F5DC.


Border color

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

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

This div border color is #D4F5DC.


Opacity

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

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

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

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

This text has shadow with #D4F5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F5DC on black background.


Color preview on white background

This text has color #D4F5DC on white background.



Black color preview on #D4F5DC background

This text has black color on #D4F5DC background.


White color preview on #D4F5DC background

This text has white color on #D4F5DC background.