COLOR #D3E9FE

HEX: #D3E9FE RGB: (211,233,254)

Color info

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

RGB color model

#D3E9FE color RGB value is (211,233,254).

RGB: (211,233,254) (83%, 91%, 100%)

RGB channels and saturation

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

211
233
254

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

Portions of RGB colors in percentages

R + G + B = 211 + 233 + 254 = 698 (100%)
R 211 of 698 ~ 30.23%
G 233 of 698 ~ 33.38%
B 254 of 698 ~ 36.39'%

%30.23
%33.38
%36.39

CMYK color model

#D3E9FE color CMYK value is (17,8,0,0).

  • cyan value is 16.93%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,8,0,0)
C17M8Y0K0 (17%, 8%, 0%, 0%)
(0.17 / 0.08 / 0.00 / 0.00)

CMYK percentages

%16.93
%8.27
%0
%0.39

Codes

Color #D3E9FE in popluar color models

D3 E9 FE
RGB 211 233 254
HSL 209° 95.56% 91.18%
HSB/HSV 209° 16.93% 99.61%
CMYK 16.93% 8.27% 0.00%
0.39%

Color #D3E9FE in popluar number systems.

HEX D3 E9 FE
Decimal 211 233 254
Binary 11010011 11101001 11111110
Octal 323 351 376

Shades and tints

Shades of #D3E9FE

#D3E9FE
(211,233,254)
#C0D4E7
(192,212,231)
#ADBFD0
(173,191,208)
#9AAAB9
(154,170,185)
#8795A2
(135,149,162)
#74808B
(116,128,139)
#616B74
(97,107,116)
#4E565D
(78,86,93)
#3B4146
(59,65,70)
#282C2F
(40,44,47)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #D3E9FE

#D3E9FE
(211,233,254)
#D7EBFE
(215,235,254)
#DBEDFE
(219,237,254)
#DFEFFE
(223,239,254)
#E3F1FE
(227,241,254)
#E7F3FE
(231,243,254)
#EBF5FE
(235,245,254)
#EFF7FE
(239,247,254)
#F3F9FE
(243,249,254)
#F7FBFE
(247,251,254)
#FBFDFE
(251,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E9FE; }

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

This text font color is #D3E9FE.

Background Color

.myBgColor { background-color: #D3E9FE; }

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

This div background color is #D3E9FE.

Border color

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

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

This div border color is #D3E9FE.

Opacity

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

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

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

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

This text has shadow with #D3E9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E9FE.

Preview

Color preview on black background

This text has color #D3E9FE on black background.


Color preview on white background

This text has color #D3E9FE on white background.


Black color preview on #D3E9FE background

This text has black color on #D3E9FE background.


White color preview on #D3E9FE background

This text has white color on #D3E9FE background.


Related colors

Complementary color

Complementary color for #hex is #2C1601.


I love getcolorcode.com

Triadic colors

1 #FED3E9 and #E9FED3 with #D3E9FE are triadic colors.

2 #FEE9D3 and #E9D3FE with #D3E9FE are triadic colors.