COLOR #D9E9F3

HEX: #D9E9F3
RGB: (217,233,243)

Color info

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

RGB color model

#D9E9F3 color RGB value is (217,233,243).

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

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 243 of 255 = 95%

217
233
243

R + G + B ~ 90%. #D9E9F3 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 243 = 693 (100%)
R 217 of 693 ~ 31.31%
G 233 of 693 ~ 33.62%
B 243 of 693 ~ 35.06%

%31.31
%33.62
%35.06

CMYK color model

#D9E9F3 color CMYK value is (11,4,0,5).

  • cyan value is 10.70%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(11,4,0,5)
C11M4Y0K5 
(11%,4%,0%,5%)
(0.11/0.04/0.00/0.05)	

CMYK percentages

%10.7
%4.12
%0
%4.71

Codes

Color #D9E9F3 in popluar color models

D9E9F3
RGB217233243
HSL203°52.00%90.20%
HSB/HSV203°10.70%95.29%
CMYK10.70%4.12%0.00%
4.71%

Color #D9E9F3 in popluar number systems.

HEXD9E9F3
Decimal217233243
Binary110110011110100111110011
Octal331351363

Shades and tints

Shades of #D9E9F3

#D9E9F3
(217,233,243)
#C6D4DD
(198,212,221)
#B3BFC7
(179,191,199)
#A0AAB1
(160,170,177)
#8D959B
(141,149,155)
#7A8085
(122,128,133)
#676B6F
(103,107,111)
#545659
(84,86,89)
#414143
(65,65,67)
#2E2C2D
(46,44,45)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9E9F3

#D9E9F3
(217,233,243)
#DCEBF4
(220,235,244)
#DFEDF5
(223,237,245)
#E2EFF6
(226,239,246)
#E5F1F7
(229,241,247)
#E8F3F8
(232,243,248)
#EBF5F9
(235,245,249)
#EEF7FA
(238,247,250)
#F1F9FB
(241,249,251)
#F4FBFC
(244,251,252)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E9F3; }

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

This text font color is #D9E9F3.


Background Color

.myBgColor { background-color: #D9E9F3; }

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

This div background color is #D9E9F3.


Border color

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

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

This div border color is #D9E9F3.


Opacity

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

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

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

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

This text has shadow with #D9E9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9F3 on black background.


Color preview on white background

This text has color #D9E9F3 on white background.



Black color preview on #D9E9F3 background

This text has black color on #D9E9F3 background.


White color preview on #D9E9F3 background

This text has white color on #D9E9F3 background.