COLOR #D3EAF5

HEX: #D3EAF5 RGB: (211,234,245)

Color info

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

RGB color model

#D3EAF5 color RGB value is (211,234,245).

RGB: (211,234,245) (83%, 92%, 96%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 245 of 255 = 96%

211
234
245

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

Portions of RGB colors in percentages

R + G + B = 211 + 234 + 245 = 690 (100%)
R 211 of 690 ~ 30.58%
G 234 of 690 ~ 33.91%
B 245 of 690 ~ 35.51'%

%30.58
%33.91
%35.51

CMYK color model

#D3EAF5 color CMYK value is (14,4,0,4).

  • cyan value is 13.88%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (14,4,0,4)
C14M4Y0K4 (14%, 4%, 0%, 4%)
(0.14 / 0.04 / 0.00 / 0.04)

CMYK percentages

%13.88
%4.49
%0
%3.92

Codes

Color #D3EAF5 in popluar color models

D3 EA F5
RGB 211 234 245
HSL 199° 62.96% 89.41%
HSB/HSV 199° 13.88% 96.08%
CMYK 13.88% 4.49% 0.00%
3.92%

Color #D3EAF5 in popluar number systems.

HEX D3 EA F5
Decimal 211 234 245
Binary 11010011 11101010 11110101
Octal 323 352 365

Shades and tints

Shades of #D3EAF5

#D3EAF5
(211,234,245)
#C0D5DF
(192,213,223)
#ADC0C9
(173,192,201)
#9AABB3
(154,171,179)
#87969D
(135,150,157)
#748187
(116,129,135)
#616C71
(97,108,113)
#4E575B
(78,87,91)
#3B4245
(59,66,69)
#282D2F
(40,45,47)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3EAF5

#D3EAF5
(211,234,245)
#D7EBF5
(215,235,245)
#DBECF5
(219,236,245)
#DFEDF5
(223,237,245)
#E3EEF5
(227,238,245)
#E7EFF5
(231,239,245)
#EBF0F5
(235,240,245)
#EFF1F5
(239,241,245)
#F3F2F5
(243,242,245)
#F7F3F5
(247,243,245)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EAF5; }

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

This text font color is #D3EAF5.

Background Color

.myBgColor { background-color: #D3EAF5; }

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

This div background color is #D3EAF5.

Border color

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

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

This div border color is #D3EAF5.

Opacity

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

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

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

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

This text has shadow with #D3EAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EAF5.

Preview

Color preview on black background

This text has color #D3EAF5 on black background.


Color preview on white background

This text has color #D3EAF5 on white background.


Black color preview on #D3EAF5 background

This text has black color on #D3EAF5 background.


White color preview on #D3EAF5 background

This text has white color on #D3EAF5 background.


Related colors

Complementary color

Complementary color for #hex is #2C150A.


I love getcolorcode.com

Triadic colors

1 #F5D3EA and #EAF5D3 with #D3EAF5 are triadic colors.

2 #F5EAD3 and #EAD3F5 with #D3EAF5 are triadic colors.