COLOR #D3EDFE

HEX: #D3EDFE RGB: (211,237,254)

Color info

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

RGB color model

#D3EDFE color RGB value is (211,237,254).

RGB: (211,237,254) (83%, 93%, 100%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 254 of 255 = 100%

211
237
254

R + G + B ~ 92%. #D3EDFE is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 254 = 702 (100%)
R 211 of 702 ~ 30.06%
G 237 of 702 ~ 33.76%
B 254 of 702 ~ 36.18'%

%30.06
%33.76
%36.18

CMYK color model

#D3EDFE color CMYK value is (17,7,0,0).

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

CMYK: (17,7,0,0)
C17M7Y0K0 (17%, 7%, 0%, 0%)
(0.17 / 0.07 / 0.00 / 0.00)

CMYK percentages

%16.93
%6.69
%0
%0.39

Codes

Color #D3EDFE in popluar color models

D3 ED FE
RGB 211 237 254
HSL 204° 95.56% 91.18%
HSB/HSV 204° 16.93% 99.61%
CMYK 16.93% 6.69% 0.00%
0.39%

Color #D3EDFE in popluar number systems.

HEX D3 ED FE
Decimal 211 237 254
Binary 11010011 11101101 11111110
Octal 323 355 376

Shades and tints

Shades of #D3EDFE

#D3EDFE
(211,237,254)
#C0D8E7
(192,216,231)
#ADC3D0
(173,195,208)
#9AAEB9
(154,174,185)
#8799A2
(135,153,162)
#74848B
(116,132,139)
#616F74
(97,111,116)
#4E5A5D
(78,90,93)
#3B4546
(59,69,70)
#28302F
(40,48,47)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3EDFE

#D3EDFE
(211,237,254)
#D7EEFE
(215,238,254)
#DBEFFE
(219,239,254)
#DFF0FE
(223,240,254)
#E3F1FE
(227,241,254)
#E7F2FE
(231,242,254)
#EBF3FE
(235,243,254)
#EFF4FE
(239,244,254)
#F3F5FE
(243,245,254)
#F7F6FE
(247,246,254)
#FBF7FE
(251,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDFE; }

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

This text font color is #D3EDFE.

Background Color

.myBgColor { background-color: #D3EDFE; }

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

This div background color is #D3EDFE.

Border color

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

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

This div border color is #D3EDFE.

Opacity

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

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

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

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

This text has shadow with #D3EDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDFE.

Preview

Color preview on black background

This text has color #D3EDFE on black background.


Color preview on white background

This text has color #D3EDFE on white background.


Black color preview on #D3EDFE background

This text has black color on #D3EDFE background.


White color preview on #D3EDFE background

This text has white color on #D3EDFE background.


Related colors

Complementary color

Complementary color for #hex is #2C1201.


I love getcolorcode.com

Triadic colors

1 #FED3ED and #EDFED3 with #D3EDFE are triadic colors.

2 #FEEDD3 and #EDD3FE with #D3EDFE are triadic colors.