COLOR #D4FDE2

HEX: #D4FDE2
RGB: (212,253,226)

Color info

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

RGB color model

#D4FDE2 color RGB value is (212,253,226).

  • red value is 212;
  • green value is 253;
  • blue value is 226.
RGB:
(212,253,226)
(83%,99%,89%)

RGB channels and saturation

R 212 of 255 = 83%
G 253 of 255 = 99%
B 226 of 255 = 89%

212
253
226

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

Portions of RGB colors in percentages

R + G + B =
212 + 253 + 226 = 691 (100%)
R 212 of 691 ~ 30.68%
G 253 of 691 ~ 36.61%
B 226 of 691 ~ 32.71%

%30.68
%36.61
%32.71

CMYK color model

#D4FDE2 color CMYK value is (16,0,11,1).

  • cyan value is 16.21%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(16,0,11,1)
C16M0Y11K1 
(16%,0%,11%,1%)
(0.16/0.00/0.11/0.01)	

CMYK percentages

%16.21
%0
%10.67
%0.78

Codes

Color #D4FDE2 in popluar color models

D4FDE2
RGB212253226
HSL140°91.11%91.18%
HSB/HSV140°16.21%99.22%
CMYK16.21%0.00%10.67%
0.78%

Color #D4FDE2 in popluar number systems.

HEXD4FDE2
Decimal212253226
Binary110101001111110111100010
Octal324375342

Shades and tints

Shades of #D4FDE2

#D4FDE2
(212,253,226)
#C1E6CE
(193,230,206)
#AECFBA
(174,207,186)
#9BB8A6
(155,184,166)
#88A192
(136,161,146)
#758A7E
(117,138,126)
#62736A
(98,115,106)
#4F5C56
(79,92,86)
#3C4542
(60,69,66)
#292E2E
(41,46,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #D4FDE2

#D4FDE2
(212,253,226)
#D7FDE4
(215,253,228)
#DAFDE6
(218,253,230)
#DDFDE8
(221,253,232)
#E0FDEA
(224,253,234)
#E3FDEC
(227,253,236)
#E6FDEE
(230,253,238)
#E9FDF0
(233,253,240)
#ECFDF2
(236,253,242)
#EFFDF4
(239,253,244)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FDE2 color. Also use rgb(212,253,226) instead hex code.

Text Font Color

.myTextColor { color: #D4FDE2; }

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

This text font color is #D4FDE2.


Background Color

.myBgColor { background-color: #D4FDE2; }

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

This div background color is #D4FDE2.


Border color

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

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

This div border color is #D4FDE2.


Opacity

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

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

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

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

This text has shadow with #D4FDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FDE2 on black background.


Color preview on white background

This text has color #D4FDE2 on white background.



Black color preview on #D4FDE2 background

This text has black color on #D4FDE2 background.


White color preview on #D4FDE2 background

This text has white color on #D4FDE2 background.