COLOR #D9EBF8

HEX: #D9EBF8
RGB: (217,235,248)

Color info

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

RGB color model

#D9EBF8 color RGB value is (217,235,248).

  • red value is 217;
  • green value is 235;
  • blue value is 248.
RGB:
(217,235,248)
(85%,92%,97%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 248 of 255 = 97%

217
235
248

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

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 248 = 700 (100%)
R 217 of 700 ~ 31%
G 235 of 700 ~ 33.57%
B 248 of 700 ~ 35.43%

%31
%33.57
%35.43

CMYK color model

#D9EBF8 color CMYK value is (13,5,0,3).

  • cyan value is 12.50%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(13,5,0,3)
C13M5Y0K3 
(13%,5%,0%,3%)
(0.13/0.05/0.00/0.03)	

CMYK percentages

%12.5
%5.24
%0
%2.75

Codes

Color #D9EBF8 in popluar color models

D9EBF8
RGB217235248
HSL205°68.89%91.18%
HSB/HSV205°12.50%97.25%
CMYK12.50%5.24%0.00%
2.75%

Color #D9EBF8 in popluar number systems.

HEXD9EBF8
Decimal217235248
Binary110110011110101111111000
Octal331353370

Shades and tints

Shades of #D9EBF8

#D9EBF8
(217,235,248)
#C6D6E2
(198,214,226)
#B3C1CC
(179,193,204)
#A0ACB6
(160,172,182)
#8D97A0
(141,151,160)
#7A828A
(122,130,138)
#676D74
(103,109,116)
#54585E
(84,88,94)
#414348
(65,67,72)
#2E2E32
(46,46,50)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #D9EBF8

#D9EBF8
(217,235,248)
#DCECF8
(220,236,248)
#DFEDF8
(223,237,248)
#E2EEF8
(226,238,248)
#E5EFF8
(229,239,248)
#E8F0F8
(232,240,248)
#EBF1F8
(235,241,248)
#EEF2F8
(238,242,248)
#F1F3F8
(241,243,248)
#F4F4F8
(244,244,248)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBF8 color. Also use rgb(217,235,248) instead hex code.

Text Font Color

.myTextColor { color: #D9EBF8; }

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

This text font color is #D9EBF8.


Background Color

.myBgColor { background-color: #D9EBF8; }

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

This div background color is #D9EBF8.


Border color

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

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

This div border color is #D9EBF8.


Opacity

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

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

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

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

This text has shadow with #D9EBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBF8 on black background.


Color preview on white background

This text has color #D9EBF8 on white background.



Black color preview on #D9EBF8 background

This text has black color on #D9EBF8 background.


White color preview on #D9EBF8 background

This text has white color on #D9EBF8 background.