COLOR #D9EEF1

HEX: #D9EEF1
RGB: (217,238,241)

Color info

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

RGB color model

#D9EEF1 color RGB value is (217,238,241).

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

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 241 of 255 = 95%

217
238
241

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 241 = 696 (100%)
R 217 of 696 ~ 31.18%
G 238 of 696 ~ 34.2%
B 241 of 696 ~ 34.63%

%31.18
%34.2
%34.63

CMYK color model

#D9EEF1 color CMYK value is (10,1,0,5).

  • cyan value is 9.96%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,1,0,5)
C10M1Y0K5 
(10%,1%,0%,5%)
(0.10/0.01/0.00/0.05)	

CMYK percentages

%9.96
%1.24
%0
%5.49

Codes

Color #D9EEF1 in popluar color models

D9EEF1
RGB217238241
HSL188°46.15%89.80%
HSB/HSV188°9.96%94.51%
CMYK9.96%1.24%0.00%
5.49%

Color #D9EEF1 in popluar number systems.

HEXD9EEF1
Decimal217238241
Binary110110011110111011110001
Octal331356361

Shades and tints

Shades of #D9EEF1

#D9EEF1
(217,238,241)
#C6D9DC
(198,217,220)
#B3C4C7
(179,196,199)
#A0AFB2
(160,175,178)
#8D9A9D
(141,154,157)
#7A8588
(122,133,136)
#677073
(103,112,115)
#545B5E
(84,91,94)
#414649
(65,70,73)
#2E3134
(46,49,52)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #D9EEF1

#D9EEF1
(217,238,241)
#DCEFF2
(220,239,242)
#DFF0F3
(223,240,243)
#E2F1F4
(226,241,244)
#E5F2F5
(229,242,245)
#E8F3F6
(232,243,246)
#EBF4F7
(235,244,247)
#EEF5F8
(238,245,248)
#F1F6F9
(241,246,249)
#F4F7FA
(244,247,250)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEF1; }

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

This text font color is #D9EEF1.


Background Color

.myBgColor { background-color: #D9EEF1; }

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

This div background color is #D9EEF1.


Border color

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

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

This div border color is #D9EEF1.


Opacity

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

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

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

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

This text has shadow with #D9EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEF1 on black background.


Color preview on white background

This text has color #D9EEF1 on white background.



Black color preview on #D9EEF1 background

This text has black color on #D9EEF1 background.


White color preview on #D9EEF1 background

This text has white color on #D9EEF1 background.