COLOR #D4FEE7

HEX: #D4FEE7 RGB: (212,254,231)

Color info

#D4FEE7 contains red, green and blue colors in about the same proportion. Web safe color of #D4FEE7 is #CCFFFF (or #CFF).

RGB color model

#D4FEE7 color RGB value is (212,254,231).

RGB: (212,254,231) (83%, 100%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 254 of 255 = 100%
B 231 of 255 = 91%

212
254
231

R + G + B ~ 91%. #D4FEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 254 + 231 = 697 (100%)
R 212 of 697 ~ 30.42%
G 254 of 697 ~ 36.44%
B 231 of 697 ~ 33.14'%

%30.42
%36.44
%33.14

CMYK color model

#D4FEE7 color CMYK value is (17,0,9,0).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (17,0,9,0)
C17M0Y9K0 (17%, 0%, 9%, 0%)
(0.17 / 0.00 / 0.09 / 0.00)

CMYK percentages

%16.54
%0
%9.06
%0.39

Codes

Color #D4FEE7 in popluar color models

D4 FE E7
RGB 212 254 231
HSL 147° 95.45% 91.37%
HSB/HSV 147° 16.54% 99.61%
CMYK 16.54% 0.00% 9.06%
0.39%

Color #D4FEE7 in popluar number systems.

HEX D4 FE E7
Decimal 212 254 231
Binary 11010100 11111110 11100111
Octal 324 376 347

Shades and tints

Shades of #D4FEE7

#D4FEE7
(212,254,231)
#C1E7D2
(193,231,210)
#AED0BD
(174,208,189)
#9BB9A8
(155,185,168)
#88A293
(136,162,147)
#758B7E
(117,139,126)
#627469
(98,116,105)
#4F5D54
(79,93,84)
#3C463F
(60,70,63)
#292F2A
(41,47,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4FEE7

#D4FEE7
(212,254,231)
#D7FEE9
(215,254,233)
#DAFEEB
(218,254,235)
#DDFEED
(221,254,237)
#E0FEEF
(224,254,239)
#E3FEF1
(227,254,241)
#E6FEF3
(230,254,243)
#E9FEF5
(233,254,245)
#ECFEF7
(236,254,247)
#EFFEF9
(239,254,249)
#F2FEFB
(242,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FEE7; }

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

This text font color is #D4FEE7.

Background Color

.myBgColor { background-color: #D4FEE7; }

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

This div background color is #D4FEE7.

Border color

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

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

This div border color is #D4FEE7.

Opacity

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

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

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

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

This text has shadow with #D4FEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FEE7.

Preview

Color preview on black background

This text has color #D4FEE7 on black background.


Color preview on white background

This text has color #D4FEE7 on white background.


Black color preview on #D4FEE7 background

This text has black color on #D4FEE7 background.


White color preview on #D4FEE7 background

This text has white color on #D4FEE7 background.


Related colors

Complementary color

Complementary color for #hex is #2B0118.


I love getcolorcode.com

Triadic colors

1 #E7D4FE and #FEE7D4 with #D4FEE7 are triadic colors.

2 #E7FED4 and #FED4E7 with #D4FEE7 are triadic colors.