COLOR #D9FAEE

HEX: #D9FAEE
RGB: (217,250,238)

Color info

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

RGB color model

#D9FAEE color RGB value is (217,250,238).

  • red value is 217;
  • green value is 250;
  • blue value is 238.
RGB:
(217,250,238)
(85%,98%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 238 of 255 = 93%

217
250
238

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

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 238 = 705 (100%)
R 217 of 705 ~ 30.78%
G 250 of 705 ~ 35.46%
B 238 of 705 ~ 33.76%

%30.78
%35.46
%33.76

CMYK color model

#D9FAEE color CMYK value is (13,0,5,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(13,0,5,2)
C13M0Y5K2 
(13%,0%,5%,2%)
(0.13/0.00/0.05/0.02)	

CMYK percentages

%13.2
%0
%4.8
%1.96

Codes

Color #D9FAEE in popluar color models

D9FAEE
RGB217250238
HSL158°76.74%91.57%
HSB/HSV158°13.20%98.04%
CMYK13.20%0.00%4.80%
1.96%

Color #D9FAEE in popluar number systems.

HEXD9FAEE
Decimal217250238
Binary110110011111101011101110
Octal331372356

Shades and tints

Shades of #D9FAEE

#D9FAEE
(217,250,238)
#C6E4D9
(198,228,217)
#B3CEC4
(179,206,196)
#A0B8AF
(160,184,175)
#8DA29A
(141,162,154)
#7A8C85
(122,140,133)
#677670
(103,118,112)
#54605B
(84,96,91)
#414A46
(65,74,70)
#2E3431
(46,52,49)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #D9FAEE

#D9FAEE
(217,250,238)
#DCFAEF
(220,250,239)
#DFFAF0
(223,250,240)
#E2FAF1
(226,250,241)
#E5FAF2
(229,250,242)
#E8FAF3
(232,250,243)
#EBFAF4
(235,250,244)
#EEFAF5
(238,250,245)
#F1FAF6
(241,250,246)
#F4FAF7
(244,250,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FAEE color. Also use rgb(217,250,238) instead hex code.

Text Font Color

.myTextColor { color: #D9FAEE; }

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

This text font color is #D9FAEE.


Background Color

.myBgColor { background-color: #D9FAEE; }

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

This div background color is #D9FAEE.


Border color

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

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

This div border color is #D9FAEE.


Opacity

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

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

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

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

This text has shadow with #D9FAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FAEE on black background.


Color preview on white background

This text has color #D9FAEE on white background.



Black color preview on #D9FAEE background

This text has black color on #D9FAEE background.


White color preview on #D9FAEE background

This text has white color on #D9FAEE background.