COLOR #D3EAF9

HEX: #D3EAF9 RGB: (211,234,249)

Color info

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

RGB color model

#D3EAF9 color RGB value is (211,234,249).

RGB: (211,234,249) (83%, 92%, 98%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 249 of 255 = 98%

211
234
249

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

Portions of RGB colors in percentages

R + G + B = 211 + 234 + 249 = 694 (100%)
R 211 of 694 ~ 30.4%
G 234 of 694 ~ 33.72%
B 249 of 694 ~ 35.88'%

%30.4
%33.72
%35.88

CMYK color model

#D3EAF9 color CMYK value is (15,6,0,2).

  • cyan value is 15.26%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (15,6,0,2) C15M6Y0K2 (15%,6%,0%,2%) (0.15/0.06/0.00/0.02) 

CMYK percentages

%15.26
%6.02
%0
%2.35

Codes

Color #D3EAF9 in popluar color models

D3 EA F9
RGB 211 234 249
HSL 204° 76.00% 90.20%
HSB/HSV 204° 15.26% 97.65%
CMYK 15.26% 6.02% 0.00%
2.35%

Color #D3EAF9 in popluar number systems.

HEX D3 EA F9
Decimal 211 234 249
Binary 11010011 11101010 11111001
Octal 323 352 371

Shades and tints

Shades of #D3EAF9

#D3EAF9
(211,234,249)
#C0D5E3
(192,213,227)
#ADC0CD
(173,192,205)
#9AABB7
(154,171,183)
#8796A1
(135,150,161)
#74818B
(116,129,139)
#616C75
(97,108,117)
#4E575F
(78,87,95)
#3B4249
(59,66,73)
#282D33
(40,45,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3EAF9

#D3EAF9
(211,234,249)
#D7EBF9
(215,235,249)
#DBECF9
(219,236,249)
#DFEDF9
(223,237,249)
#E3EEF9
(227,238,249)
#E7EFF9
(231,239,249)
#EBF0F9
(235,240,249)
#EFF1F9
(239,241,249)
#F3F2F9
(243,242,249)
#F7F3F9
(247,243,249)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EAF9 color. Also use rgb(211,234,249) instead hex code.

Text Font Color

.myTextColor { color: #D3EAF9; }

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

This text font color is #D3EAF9.

Background Color

.myBgColor { background-color: #D3EAF9; }

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

This div background color is #D3EAF9.

Border color

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

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

This div border color is #D3EAF9.

Opacity

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

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

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

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

This text has shadow with #D3EAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EAF9.

Preview

Color preview on black background

This text has color #D3EAF9 on black background.


Color preview on white background

This text has color #D3EAF9 on white background.


Black color preview on #D3EAF9 background

This text has black color on #D3EAF9 background.


White color preview on #D3EAF9 background

This text has white color on #D3EAF9 background.


Related colors

Complementary color

Complementary color for #hex is #2C1506.


I love getcolorcode.com

Triadic colors

1 #F9D3EA and #EAF9D3 with #D3EAF9 are triadic colors.

2 #F9EAD3 and #EAD3F9 with #D3EAF9 are triadic colors.