COLOR #D9FAEA

HEX: #D9FAEA
RGB: (217,250,234)

Color info

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

RGB color model

#D9FAEA color RGB value is (217,250,234).

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

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 234 of 255 = 92%

217
250
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 234 = 701 (100%)
R 217 of 701 ~ 30.96%
G 250 of 701 ~ 35.66%
B 234 of 701 ~ 33.38%

%30.96
%35.66
%33.38

CMYK color model

#D9FAEA color CMYK value is (13,0,6,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(13,0,6,2)
C13M0Y6K2 
(13%,0%,6%,2%)
(0.13/0.00/0.06/0.02)	

CMYK percentages

%13.2
%0
%6.4
%1.96

Codes

Color #D9FAEA in popluar color models

D9FAEA
RGB217250234
HSL151°76.74%91.57%
HSB/HSV151°13.20%98.04%
CMYK13.20%0.00%6.40%
1.96%

Color #D9FAEA in popluar number systems.

HEXD9FAEA
Decimal217250234
Binary110110011111101011101010
Octal331372352

Shades and tints

Shades of #D9FAEA

#D9FAEA
(217,250,234)
#C6E4D5
(198,228,213)
#B3CEC0
(179,206,192)
#A0B8AB
(160,184,171)
#8DA296
(141,162,150)
#7A8C81
(122,140,129)
#67766C
(103,118,108)
#546057
(84,96,87)
#414A42
(65,74,66)
#2E342D
(46,52,45)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #D9FAEA

#D9FAEA
(217,250,234)
#DCFAEB
(220,250,235)
#DFFAEC
(223,250,236)
#E2FAED
(226,250,237)
#E5FAEE
(229,250,238)
#E8FAEF
(232,250,239)
#EBFAF0
(235,250,240)
#EEFAF1
(238,250,241)
#F1FAF2
(241,250,242)
#F4FAF3
(244,250,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FAEA; }

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

This text font color is #D9FAEA.


Background Color

.myBgColor { background-color: #D9FAEA; }

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

This div background color is #D9FAEA.


Border color

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

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

This div border color is #D9FAEA.


Opacity

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

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

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

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

This text has shadow with #D9FAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FAEA on black background.


Color preview on white background

This text has color #D9FAEA on white background.



Black color preview on #D9FAEA background

This text has black color on #D9FAEA background.


White color preview on #D9FAEA background

This text has white color on #D9FAEA background.