COLOR #D4FEDC

HEX: #D4FEDC
RGB: (212,254,220)

Color info

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

RGB color model

#D4FEDC color RGB value is (212,254,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 254 of 255 = 100%
B 220 of 255 = 86%

212
254
220

R + G + B ~ 90%. #D4FEDC is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 254 + 220 = 686 (100%)
R 212 of 686 ~ 30.9%
G 254 of 686 ~ 37.03%
B 220 of 686 ~ 32.07%

%30.9
%37.03
%32.07

CMYK color model

#D4FEDC color CMYK value is (17,0,13,0).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK:
(17,0,13,0)
C17M0Y13K0 
(17%,0%,13%,0%)
(0.17/0.00/0.13/0.00)	

CMYK percentages

%16.54
%0
%13.39
%0.39

Codes

Color #D4FEDC in popluar color models

D4FEDC
RGB212254220
HSL131°95.45%91.37%
HSB/HSV131°16.54%99.61%
CMYK16.54%0.00%13.39%
0.39%

Color #D4FEDC in popluar number systems.

HEXD4FEDC
Decimal212254220
Binary110101001111111011011100
Octal324376334

Shades and tints

Shades of #D4FEDC

#D4FEDC
(212,254,220)
#C1E7C8
(193,231,200)
#AED0B4
(174,208,180)
#9BB9A0
(155,185,160)
#88A28C
(136,162,140)
#758B78
(117,139,120)
#627464
(98,116,100)
#4F5D50
(79,93,80)
#3C463C
(60,70,60)
#292F28
(41,47,40)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #D4FEDC

#D4FEDC
(212,254,220)
#D7FEDF
(215,254,223)
#DAFEE2
(218,254,226)
#DDFEE5
(221,254,229)
#E0FEE8
(224,254,232)
#E3FEEB
(227,254,235)
#E6FEEE
(230,254,238)
#E9FEF1
(233,254,241)
#ECFEF4
(236,254,244)
#EFFEF7
(239,254,247)
#F2FEFA
(242,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FEDC; }

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

This text font color is #D4FEDC.


Background Color

.myBgColor { background-color: #D4FEDC; }

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

This div background color is #D4FEDC.


Border color

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

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

This div border color is #D4FEDC.


Opacity

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

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

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

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

This text has shadow with #D4FEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FEDC on black background.


Color preview on white background

This text has color #D4FEDC on white background.



Black color preview on #D4FEDC background

This text has black color on #D4FEDC background.


White color preview on #D4FEDC background

This text has white color on #D4FEDC background.