COLOR #D9F1FD

HEX: #D9F1FD
RGB: (217,241,253)

Color info

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

RGB color model

#D9F1FD color RGB value is (217,241,253).

  • red value is 217;
  • green value is 241;
  • blue value is 253.
RGB:
(217,241,253)
(85%,95%,99%)

RGB channels and saturation

R 217 of 255 = 85%
G 241 of 255 = 95%
B 253 of 255 = 99%

217
241
253

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

Portions of RGB colors in percentages

R + G + B =
217 + 241 + 253 = 711 (100%)
R 217 of 711 ~ 30.52%
G 241 of 711 ~ 33.9%
B 253 of 711 ~ 35.58%

%30.52
%33.9
%35.58

CMYK color model

#D9F1FD color CMYK value is (14,5,0,1).

  • cyan value is 14.23%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(14,5,0,1)
C14M5Y0K1 
(14%,5%,0%,1%)
(0.14/0.05/0.00/0.01)	

CMYK percentages

%14.23
%4.74
%0
%0.78

Codes

Color #D9F1FD in popluar color models

D9F1FD
RGB217241253
HSL200°90.00%92.16%
HSB/HSV200°14.23%99.22%
CMYK14.23%4.74%0.00%
0.78%

Color #D9F1FD in popluar number systems.

HEXD9F1FD
Decimal217241253
Binary110110011111000111111101
Octal331361375

Shades and tints

Shades of #D9F1FD

#D9F1FD
(217,241,253)
#C6DCE6
(198,220,230)
#B3C7CF
(179,199,207)
#A0B2B8
(160,178,184)
#8D9DA1
(141,157,161)
#7A888A
(122,136,138)
#677373
(103,115,115)
#545E5C
(84,94,92)
#414945
(65,73,69)
#2E342E
(46,52,46)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #D9F1FD

#D9F1FD
(217,241,253)
#DCF2FD
(220,242,253)
#DFF3FD
(223,243,253)
#E2F4FD
(226,244,253)
#E5F5FD
(229,245,253)
#E8F6FD
(232,246,253)
#EBF7FD
(235,247,253)
#EEF8FD
(238,248,253)
#F1F9FD
(241,249,253)
#F4FAFD
(244,250,253)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F1FD color. Also use rgb(217,241,253) instead hex code.

Text Font Color

.myTextColor { color: #D9F1FD; }

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

This text font color is #D9F1FD.


Background Color

.myBgColor { background-color: #D9F1FD; }

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

This div background color is #D9F1FD.


Border color

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

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

This div border color is #D9F1FD.


Opacity

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

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

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

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

This text has shadow with #D9F1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F1FD on black background.


Color preview on white background

This text has color #D9F1FD on white background.



Black color preview on #D9F1FD background

This text has black color on #D9F1FD background.


White color preview on #D9F1FD background

This text has white color on #D9F1FD background.