COLOR #D3E9FF

HEX: #D3E9FF
RGB: (211,233,255)

Color info

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

RGB color model

#D3E9FF color RGB value is (211,233,255).

  • red value is 211;
  • green value is 233;
  • blue value is 255.
RGB:
(211,233,255)
(83%,91%,100%)

RGB channels and saturation

R 211 of 255 = 83%
G 233 of 255 = 91%
B 255 of 255 = 100%

211
233
255

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

Portions of RGB colors in percentages

R + G + B =
211 + 233 + 255 = 699 (100%)
R 211 of 699 ~ 30.19%
G 233 of 699 ~ 33.33%
B 255 of 699 ~ 36.48%

%30.19
%33.33
%36.48

CMYK color model

#D3E9FF color CMYK value is (17,9,0,0).

  • cyan value is 17.25%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,9,0,0)
C17M9Y0K0 
(17%,9%,0%,0%)
(0.17/0.09/0.00/0.00)	

CMYK percentages

%17.25
%8.63
%0
%0

Codes

Color #D3E9FF in popluar color models

D3E9FF
RGB211233255
HSL210°100.00%91.37%
HSB/HSV210°17.25%100.00%
CMYK17.25%8.63%0.00%
0.00%

Color #D3E9FF in popluar number systems.

HEXD3E9FF
Decimal211233255
Binary110100111110100111111111
Octal323351377

Shades and tints

Shades of #D3E9FF

#D3E9FF
(211,233,255)
#C0D4E8
(192,212,232)
#ADBFD1
(173,191,209)
#9AAABA
(154,170,186)
#8795A3
(135,149,163)
#74808C
(116,128,140)
#616B75
(97,107,117)
#4E565E
(78,86,94)
#3B4147
(59,65,71)
#282C30
(40,44,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #D3E9FF

#D3E9FF
(211,233,255)
#D7EBFF
(215,235,255)
#DBEDFF
(219,237,255)
#DFEFFF
(223,239,255)
#E3F1FF
(227,241,255)
#E7F3FF
(231,243,255)
#EBF5FF
(235,245,255)
#EFF7FF
(239,247,255)
#F3F9FF
(243,249,255)
#F7FBFF
(247,251,255)
#FBFDFF
(251,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E9FF color. Also use rgb(211,233,255) instead hex code.

Text Font Color

.myTextColor { color: #D3E9FF; }

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

This text font color is #D3E9FF.


Background Color

.myBgColor { background-color: #D3E9FF; }

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

This div background color is #D3E9FF.


Border color

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

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

This div border color is #D3E9FF.


Opacity

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

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

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

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

This text has shadow with #D3E9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E9FF on black background.


Color preview on white background

This text has color #D3E9FF on white background.



Black color preview on #D3E9FF background

This text has black color on #D3E9FF background.


White color preview on #D3E9FF background

This text has white color on #D3E9FF background.