COLOR #D4FED7

HEX: #D4FED7
RGB: (212,254,215)

Color info

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

RGB color model

#D4FED7 color RGB value is (212,254,215).

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

RGB channels and saturation

R 212 of 255 = 83%
G 254 of 255 = 100%
B 215 of 255 = 84%

212
254
215

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

Portions of RGB colors in percentages

R + G + B =
212 + 254 + 215 = 681 (100%)
R 212 of 681 ~ 31.13%
G 254 of 681 ~ 37.3%
B 215 of 681 ~ 31.57%

%31.13
%37.3
%31.57

CMYK color model

#D4FED7 color CMYK value is (17,0,15,0).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(17,0,15,0)
C17M0Y15K0 
(17%,0%,15%,0%)
(0.17/0.00/0.15/0.00)	

CMYK percentages

%16.54
%0
%15.35
%0.39

Codes

Color #D4FED7 in popluar color models

D4FED7
RGB212254215
HSL124°95.45%91.37%
HSB/HSV124°16.54%99.61%
CMYK16.54%0.00%15.35%
0.39%

Color #D4FED7 in popluar number systems.

HEXD4FED7
Decimal212254215
Binary110101001111111011010111
Octal324376327

Shades and tints

Shades of #D4FED7

#D4FED7
(212,254,215)
#C1E7C4
(193,231,196)
#AED0B1
(174,208,177)
#9BB99E
(155,185,158)
#88A28B
(136,162,139)
#758B78
(117,139,120)
#627465
(98,116,101)
#4F5D52
(79,93,82)
#3C463F
(60,70,63)
#292F2C
(41,47,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4FED7

#D4FED7
(212,254,215)
#D7FEDA
(215,254,218)
#DAFEDD
(218,254,221)
#DDFEE0
(221,254,224)
#E0FEE3
(224,254,227)
#E3FEE6
(227,254,230)
#E6FEE9
(230,254,233)
#E9FEEC
(233,254,236)
#ECFEEF
(236,254,239)
#EFFEF2
(239,254,242)
#F2FEF5
(242,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FED7; }

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

This text font color is #D4FED7.


Background Color

.myBgColor { background-color: #D4FED7; }

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

This div background color is #D4FED7.


Border color

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

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

This div border color is #D4FED7.


Opacity

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

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

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

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

This text has shadow with #D4FED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FED7 on black background.


Color preview on white background

This text has color #D4FED7 on white background.



Black color preview on #D4FED7 background

This text has black color on #D4FED7 background.


White color preview on #D4FED7 background

This text has white color on #D4FED7 background.