COLOR #D9EBF7

HEX: #D9EBF7 RGB: (217,235,247)

Color info

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

RGB color model

#D9EBF7 color RGB value is (217,235,247).

RGB: (217,235,247) (85%, 92%, 97%)

RGB channels and saturation

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

217
235
247

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

Portions of RGB colors in percentages

R + G + B = 217 + 235 + 247 = 699 (100%)
R 217 of 699 ~ 31.04%
G 235 of 699 ~ 33.62%
B 247 of 699 ~ 35.34'%

%31.04
%33.62
%35.34

CMYK color model

#D9EBF7 color CMYK value is (12,5,0,3).

  • cyan value is 12.15%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (12,5,0,3) C12M5Y0K3 (12%,5%,0%,3%) (0.12/0.05/0.00/0.03) 

CMYK percentages

%12.15
%4.86
%0
%3.14

Codes

Color #D9EBF7 in popluar color models

D9 EB F7
RGB 217 235 247
HSL 204° 65.22% 90.98%
HSB/HSV 204° 12.15% 96.86%
CMYK 12.15% 4.86% 0.00%
3.14%

Color #D9EBF7 in popluar number systems.

HEX D9 EB F7
Decimal 217 235 247
Binary 11011001 11101011 11110111
Octal 331 353 367

Shades and tints

Shades of #D9EBF7

#D9EBF7
(217,235,247)
#C6D6E1
(198,214,225)
#B3C1CB
(179,193,203)
#A0ACB5
(160,172,181)
#8D979F
(141,151,159)
#7A8289
(122,130,137)
#676D73
(103,109,115)
#54585D
(84,88,93)
#414347
(65,67,71)
#2E2E31
(46,46,49)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #D9EBF7

#D9EBF7
(217,235,247)
#DCECF7
(220,236,247)
#DFEDF7
(223,237,247)
#E2EEF7
(226,238,247)
#E5EFF7
(229,239,247)
#E8F0F7
(232,240,247)
#EBF1F7
(235,241,247)
#EEF2F7
(238,242,247)
#F1F3F7
(241,243,247)
#F4F4F7
(244,244,247)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBF7; }

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

This text font color is #D9EBF7.

Background Color

.myBgColor { background-color: #D9EBF7; }

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

This div background color is #D9EBF7.

Border color

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

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

This div border color is #D9EBF7.

Opacity

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

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

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

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

This text has shadow with #D9EBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EBF7.

Preview

Color preview on black background

This text has color #D9EBF7 on black background.


Color preview on white background

This text has color #D9EBF7 on white background.


Black color preview on #D9EBF7 background

This text has black color on #D9EBF7 background.


White color preview on #D9EBF7 background

This text has white color on #D9EBF7 background.


Related colors

Complementary color

Complementary color for #hex is #261408.


I love getcolorcode.com

Triadic colors

1 #F7D9EB and #EBF7D9 with #D9EBF7 are triadic colors.

2 #F7EBD9 and #EBD9F7 with #D9EBF7 are triadic colors.