COLOR #D4FAEF

HEX: #D4FAEF
RGB: (212,250,239)

Color info

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

RGB color model

#D4FAEF color RGB value is (212,250,239).

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

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 239 of 255 = 94%

212
250
239

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

Portions of RGB colors in percentages

R + G + B =
212 + 250 + 239 = 701 (100%)
R 212 of 701 ~ 30.24%
G 250 of 701 ~ 35.66%
B 239 of 701 ~ 34.09%

%30.24
%35.66
%34.09

CMYK color model

#D4FAEF color CMYK value is (15,0,4,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK:
(15,0,4,2)
C15M0Y4K2 
(15%,0%,4%,2%)
(0.15/0.00/0.04/0.02)	

CMYK percentages

%15.2
%0
%4.4
%1.96

Codes

Color #D4FAEF in popluar color models

D4FAEF
RGB212250239
HSL163°79.17%90.59%
HSB/HSV163°15.20%98.04%
CMYK15.20%0.00%4.40%
1.96%

Color #D4FAEF in popluar number systems.

HEXD4FAEF
Decimal212250239
Binary110101001111101011101111
Octal324372357

Shades and tints

Shades of #D4FAEF

#D4FAEF
(212,250,239)
#C1E4DA
(193,228,218)
#AECEC5
(174,206,197)
#9BB8B0
(155,184,176)
#88A29B
(136,162,155)
#758C86
(117,140,134)
#627671
(98,118,113)
#4F605C
(79,96,92)
#3C4A47
(60,74,71)
#293432
(41,52,50)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #D4FAEF

#D4FAEF
(212,250,239)
#D7FAF0
(215,250,240)
#DAFAF1
(218,250,241)
#DDFAF2
(221,250,242)
#E0FAF3
(224,250,243)
#E3FAF4
(227,250,244)
#E6FAF5
(230,250,245)
#E9FAF6
(233,250,246)
#ECFAF7
(236,250,247)
#EFFAF8
(239,250,248)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FAEF; }

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

This text font color is #D4FAEF.


Background Color

.myBgColor { background-color: #D4FAEF; }

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

This div background color is #D4FAEF.


Border color

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

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

This div border color is #D4FAEF.


Opacity

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

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

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

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

This text has shadow with #D4FAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FAEF on black background.


Color preview on white background

This text has color #D4FAEF on white background.



Black color preview on #D4FAEF background

This text has black color on #D4FAEF background.


White color preview on #D4FAEF background

This text has white color on #D4FAEF background.