COLOR #D4FAEC

HEX: #D4FAEC
RGB: (212,250,236)

Color info

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

RGB color model

#D4FAEC color RGB value is (212,250,236).

  • red value is 212;
  • green value is 250;
  • blue value is 236.
RGB:
(212,250,236)
(83%,98%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 236 of 255 = 93%

212
250
236

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

Portions of RGB colors in percentages

R + G + B =
212 + 250 + 236 = 698 (100%)
R 212 of 698 ~ 30.37%
G 250 of 698 ~ 35.82%
B 236 of 698 ~ 33.81%

%30.37
%35.82
%33.81

CMYK color model

#D4FAEC color CMYK value is (15,0,6,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(15,0,6,2)
C15M0Y6K2 
(15%,0%,6%,2%)
(0.15/0.00/0.06/0.02)	

CMYK percentages

%15.2
%0
%5.6
%1.96

Codes

Color #D4FAEC in popluar color models

D4FAEC
RGB212250236
HSL158°79.17%90.59%
HSB/HSV158°15.20%98.04%
CMYK15.20%0.00%5.60%
1.96%

Color #D4FAEC in popluar number systems.

HEXD4FAEC
Decimal212250236
Binary110101001111101011101100
Octal324372354

Shades and tints

Shades of #D4FAEC

#D4FAEC
(212,250,236)
#C1E4D7
(193,228,215)
#AECEC2
(174,206,194)
#9BB8AD
(155,184,173)
#88A298
(136,162,152)
#758C83
(117,140,131)
#62766E
(98,118,110)
#4F6059
(79,96,89)
#3C4A44
(60,74,68)
#29342F
(41,52,47)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #D4FAEC

#D4FAEC
(212,250,236)
#D7FAED
(215,250,237)
#DAFAEE
(218,250,238)
#DDFAEF
(221,250,239)
#E0FAF0
(224,250,240)
#E3FAF1
(227,250,241)
#E6FAF2
(230,250,242)
#E9FAF3
(233,250,243)
#ECFAF4
(236,250,244)
#EFFAF5
(239,250,245)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FAEC color. Also use rgb(212,250,236) instead hex code.

Text Font Color

.myTextColor { color: #D4FAEC; }

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

This text font color is #D4FAEC.


Background Color

.myBgColor { background-color: #D4FAEC; }

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

This div background color is #D4FAEC.


Border color

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

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

This div border color is #D4FAEC.


Opacity

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

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

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

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

This text has shadow with #D4FAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FAEC on black background.


Color preview on white background

This text has color #D4FAEC on white background.



Black color preview on #D4FAEC background

This text has black color on #D4FAEC background.


White color preview on #D4FAEC background

This text has white color on #D4FAEC background.