COLOR #D9EAF1

HEX: #D9EAF1
RGB: (217,234,241)

Color info

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

RGB color model

#D9EAF1 color RGB value is (217,234,241).

  • red value is 217;
  • green value is 234;
  • blue value is 241.
RGB:
(217,234,241)
(85%,92%,95%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 241 of 255 = 95%

217
234
241

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 241 = 692 (100%)
R 217 of 692 ~ 31.36%
G 234 of 692 ~ 33.82%
B 241 of 692 ~ 34.83%

%31.36
%33.82
%34.83

CMYK color model

#D9EAF1 color CMYK value is (10,3,0,5).

  • cyan value is 9.96%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,3,0,5)
C10M3Y0K5 
(10%,3%,0%,5%)
(0.10/0.03/0.00/0.05)	

CMYK percentages

%9.96
%2.9
%0
%5.49

Codes

Color #D9EAF1 in popluar color models

D9EAF1
RGB217234241
HSL198°46.15%89.80%
HSB/HSV198°9.96%94.51%
CMYK9.96%2.90%0.00%
5.49%

Color #D9EAF1 in popluar number systems.

HEXD9EAF1
Decimal217234241
Binary110110011110101011110001
Octal331352361

Shades and tints

Shades of #D9EAF1

#D9EAF1
(217,234,241)
#C6D5DC
(198,213,220)
#B3C0C7
(179,192,199)
#A0ABB2
(160,171,178)
#8D969D
(141,150,157)
#7A8188
(122,129,136)
#676C73
(103,108,115)
#54575E
(84,87,94)
#414249
(65,66,73)
#2E2D34
(46,45,52)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #D9EAF1

#D9EAF1
(217,234,241)
#DCEBF2
(220,235,242)
#DFECF3
(223,236,243)
#E2EDF4
(226,237,244)
#E5EEF5
(229,238,245)
#E8EFF6
(232,239,246)
#EBF0F7
(235,240,247)
#EEF1F8
(238,241,248)
#F1F2F9
(241,242,249)
#F4F3FA
(244,243,250)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EAF1 color. Also use rgb(217,234,241) instead hex code.

Text Font Color

.myTextColor { color: #D9EAF1; }

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

This text font color is #D9EAF1.


Background Color

.myBgColor { background-color: #D9EAF1; }

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

This div background color is #D9EAF1.


Border color

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

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

This div border color is #D9EAF1.


Opacity

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

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

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

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

This text has shadow with #D9EAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAF1 on black background.


Color preview on white background

This text has color #D9EAF1 on white background.



Black color preview on #D9EAF1 background

This text has black color on #D9EAF1 background.


White color preview on #D9EAF1 background

This text has white color on #D9EAF1 background.