COLOR #D9FAE9

HEX: #D9FAE9
RGB: (217,250,233)

Color info

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

RGB color model

#D9FAE9 color RGB value is (217,250,233).

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

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 233 of 255 = 91%

217
250
233

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

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 233 = 700 (100%)
R 217 of 700 ~ 31%
G 250 of 700 ~ 35.71%
B 233 of 700 ~ 33.29%

%31
%35.71
%33.29

CMYK color model

#D9FAE9 color CMYK value is (13,0,7,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK: (13,0,7,2) C13M0Y7K2 (13%,0%,7%,2%) (0.13/0.00/0.07/0.02)

CMYK percentages

%13.2
%0
%6.8
%1.96

Codes

Color #D9FAE9 in popluar color models

D9FAE9
RGB217250233
HSL149°76.74%91.57%
HSB/HSV149°13.20%98.04%
CMYK13.20%0.00%6.80%
1.96%

Color #D9FAE9 in popluar number systems.

HEXD9FAE9
Decimal217250233
Binary110110011111101011101001
Octal331372351

Shades and tints

Shades of #D9FAE9

#D9FAE9
(217,250,233)
#C6E4D4
(198,228,212)
#B3CEBF
(179,206,191)
#A0B8AA
(160,184,170)
#8DA295
(141,162,149)
#7A8C80
(122,140,128)
#67766B
(103,118,107)
#546056
(84,96,86)
#414A41
(65,74,65)
#2E342C
(46,52,44)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #D9FAE9

#D9FAE9
(217,250,233)
#DCFAEB
(220,250,235)
#DFFAED
(223,250,237)
#E2FAEF
(226,250,239)
#E5FAF1
(229,250,241)
#E8FAF3
(232,250,243)
#EBFAF5
(235,250,245)
#EEFAF7
(238,250,247)
#F1FAF9
(241,250,249)
#F4FAFB
(244,250,251)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FAE9; }

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

This text font color is #D9FAE9.


Background Color

.myBgColor { background-color: #D9FAE9; }

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

This div background color is #D9FAE9.


Border color

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

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

This div border color is #D9FAE9.


Opacity

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

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

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

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

This text has shadow with #D9FAE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D9FAE9 on black background.


Color preview on white background

This text has color #D9FAE9 on white background.



Black color preview on #D9FAE9 background

This text has black color on #D9FAE9 background.


White color preview on #D9FAE9 background

This text has white color on #D9FAE9 background.