COLOR #D9FAF5

HEX: #D9FAF5 RGB: (217,250,245)

Color info

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

RGB color model

#D9FAF5 color RGB value is (217,250,245).

RGB: (217,250,245) (85%, 98%, 96%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 245 of 255 = 96%

217
250
245

R + G + B ~ 93%. #D9FAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 250 + 245 = 712 (100%)
R 217 of 712 ~ 30.48%
G 250 of 712 ~ 35.11%
B 245 of 712 ~ 34.41'%

%30.48
%35.11
%34.41

CMYK color model

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

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 1.96%

CMYK: (13,0,2,2)
C13M0Y2K2 (13%, 0%, 2%, 2%)
(0.13 / 0.00 / 0.02 / 0.02)

CMYK percentages

%13.2
%0
%2
%1.96

Codes

Color #D9FAF5 in popluar color models

D9 FA F5
RGB 217 250 245
HSL 171° 76.74% 91.57%
HSB/HSV 171° 13.20% 98.04%
CMYK 13.20% 0.00% 2.00%
1.96%

Color #D9FAF5 in popluar number systems.

HEX D9 FA F5
Decimal 217 250 245
Binary 11011001 11111010 11110101
Octal 331 372 365

Shades and tints

Shades of #D9FAF5

#D9FAF5
(217,250,245)
#C6E4DF
(198,228,223)
#B3CEC9
(179,206,201)
#A0B8B3
(160,184,179)
#8DA29D
(141,162,157)
#7A8C87
(122,140,135)
#677671
(103,118,113)
#54605B
(84,96,91)
#414A45
(65,74,69)
#2E342F
(46,52,47)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #D9FAF5

#D9FAF5
(217,250,245)
#DCFAF5
(220,250,245)
#DFFAF5
(223,250,245)
#E2FAF5
(226,250,245)
#E5FAF5
(229,250,245)
#E8FAF5
(232,250,245)
#EBFAF5
(235,250,245)
#EEFAF5
(238,250,245)
#F1FAF5
(241,250,245)
#F4FAF5
(244,250,245)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FAF5; }

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

This text font color is #D9FAF5.

Background Color

.myBgColor { background-color: #D9FAF5; }

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

This div background color is #D9FAF5.

Border color

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

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

This div border color is #D9FAF5.

Opacity

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

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

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

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

This text has shadow with #D9FAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FAF5.

Preview

Color preview on black background

This text has color #D9FAF5 on black background.


Color preview on white background

This text has color #D9FAF5 on white background.


Black color preview on #D9FAF5 background

This text has black color on #D9FAF5 background.


White color preview on #D9FAF5 background

This text has white color on #D9FAF5 background.


Related colors

Complementary color

Complementary color for #hex is #26050A.


I love getcolorcode.com

Triadic colors

1 #F5D9FA and #FAF5D9 with #D9FAF5 are triadic colors.

2 #F5FAD9 and #FAD9F5 with #D9FAF5 are triadic colors.