COLOR #D9F3FF

HEX: #D9F3FF
RGB: (217,243,255)

Color info

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

RGB color model

#D9F3FF color RGB value is (217,243,255).

  • red value is 217;
  • green value is 243;
  • blue value is 255.
RGB:
(217,243,255)
(85%,95%,100%)

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 255 of 255 = 100%

217
243
255

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

Portions of RGB colors in percentages

R + G + B =
217 + 243 + 255 = 715 (100%)
R 217 of 715 ~ 30.35%
G 243 of 715 ~ 33.99%
B 255 of 715 ~ 35.66%

%30.35
%33.99
%35.66

CMYK color model

#D9F3FF color CMYK value is (15,5,0,0).

  • cyan value is 14.90%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,5,0,0)
C15M5Y0K0 
(15%,5%,0%,0%)
(0.15/0.05/0.00/0.00)	

CMYK percentages

%14.9
%4.71
%0
%0

Codes

Color #D9F3FF in popluar color models

D9F3FF
RGB217243255
HSL199°100.00%92.55%
HSB/HSV199°14.90%100.00%
CMYK14.90%4.71%0.00%
0.00%

Color #D9F3FF in popluar number systems.

HEXD9F3FF
Decimal217243255
Binary110110011111001111111111
Octal331363377

Shades and tints

Shades of #D9F3FF

#D9F3FF
(217,243,255)
#C6DDE8
(198,221,232)
#B3C7D1
(179,199,209)
#A0B1BA
(160,177,186)
#8D9BA3
(141,155,163)
#7A858C
(122,133,140)
#676F75
(103,111,117)
#54595E
(84,89,94)
#414347
(65,67,71)
#2E2D30
(46,45,48)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9F3FF

#D9F3FF
(217,243,255)
#DCF4FF
(220,244,255)
#DFF5FF
(223,245,255)
#E2F6FF
(226,246,255)
#E5F7FF
(229,247,255)
#E8F8FF
(232,248,255)
#EBF9FF
(235,249,255)
#EEFAFF
(238,250,255)
#F1FBFF
(241,251,255)
#F4FCFF
(244,252,255)
#F7FDFF
(247,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F3FF color. Also use rgb(217,243,255) instead hex code.

Text Font Color

.myTextColor { color: #D9F3FF; }

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

This text font color is #D9F3FF.


Background Color

.myBgColor { background-color: #D9F3FF; }

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

This div background color is #D9F3FF.


Border color

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

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

This div border color is #D9F3FF.


Opacity

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

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

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

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

This text has shadow with #D9F3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F3FF on black background.


Color preview on white background

This text has color #D9F3FF on white background.



Black color preview on #D9F3FF background

This text has black color on #D9F3FF background.


White color preview on #D9F3FF background

This text has white color on #D9F3FF background.