COLOR #D4FEED

HEX: #D4FEED
RGB: (212,254,237)

Color info

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

RGB color model

#D4FEED color RGB value is (212,254,237).

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

RGB channels and saturation

R 212 of 255 = 83%
G 254 of 255 = 100%
B 237 of 255 = 93%

212
254
237

R + G + B ~ 92%. #D4FEED is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 254 + 237 = 703 (100%)
R 212 of 703 ~ 30.16%
G 254 of 703 ~ 36.13%
B 237 of 703 ~ 33.71%

%30.16
%36.13
%33.71

CMYK color model

#D4FEED color CMYK value is (17,0,7,0).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 0.39%
CMYK:
(17,0,7,0)
C17M0Y7K0 
(17%,0%,7%,0%)
(0.17/0.00/0.07/0.00)	

CMYK percentages

%16.54
%0
%6.69
%0.39

Codes

Color #D4FEED in popluar color models

D4FEED
RGB212254237
HSL156°95.45%91.37%
HSB/HSV156°16.54%99.61%
CMYK16.54%0.00%6.69%
0.39%

Color #D4FEED in popluar number systems.

HEXD4FEED
Decimal212254237
Binary110101001111111011101101
Octal324376355

Shades and tints

Shades of #D4FEED

#D4FEED
(212,254,237)
#C1E7D8
(193,231,216)
#AED0C3
(174,208,195)
#9BB9AE
(155,185,174)
#88A299
(136,162,153)
#758B84
(117,139,132)
#62746F
(98,116,111)
#4F5D5A
(79,93,90)
#3C4645
(60,70,69)
#292F30
(41,47,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4FEED

#D4FEED
(212,254,237)
#D7FEEE
(215,254,238)
#DAFEEF
(218,254,239)
#DDFEF0
(221,254,240)
#E0FEF1
(224,254,241)
#E3FEF2
(227,254,242)
#E6FEF3
(230,254,243)
#E9FEF4
(233,254,244)
#ECFEF5
(236,254,245)
#EFFEF6
(239,254,246)
#F2FEF7
(242,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FEED; }

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

This text font color is #D4FEED.


Background Color

.myBgColor { background-color: #D4FEED; }

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

This div background color is #D4FEED.


Border color

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

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

This div border color is #D4FEED.


Opacity

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

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

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

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

This text has shadow with #D4FEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FEED on black background.


Color preview on white background

This text has color #D4FEED on white background.



Black color preview on #D4FEED background

This text has black color on #D4FEED background.


White color preview on #D4FEED background

This text has white color on #D4FEED background.