COLOR #D9EBE5

HEX: #D9EBE5
RGB: (217,235,229)

Color info

#D9EBE5 contains red, green and blue colors in about the same proportion. Web safe color of #D9EBE5 is #CCFFCC (or #CFC).

RGB color model

#D9EBE5 color RGB value is (217,235,229).

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

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 229 of 255 = 90%

217
235
229

R + G + B ~ 89%. #D9EBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 229 = 681 (100%)
R 217 of 681 ~ 31.86%
G 235 of 681 ~ 34.51%
B 229 of 681 ~ 33.63%

%31.86
%34.51
%33.63

CMYK color model

#D9EBE5 color CMYK value is (8,0,3,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(8,0,3,8)
C8M0Y3K8 
(8%,0%,3%,8%)
(0.08/0.00/0.03/0.08)	

CMYK percentages

%7.66
%0
%2.55
%7.84

Codes

Color #D9EBE5 in popluar color models

D9EBE5
RGB217235229
HSL160°31.03%88.63%
HSB/HSV160°7.66%92.16%
CMYK7.66%0.00%2.55%
7.84%

Color #D9EBE5 in popluar number systems.

HEXD9EBE5
Decimal217235229
Binary110110011110101111100101
Octal331353345

Shades and tints

Shades of #D9EBE5

#D9EBE5
(217,235,229)
#C6D6D1
(198,214,209)
#B3C1BD
(179,193,189)
#A0ACA9
(160,172,169)
#8D9795
(141,151,149)
#7A8281
(122,130,129)
#676D6D
(103,109,109)
#545859
(84,88,89)
#414345
(65,67,69)
#2E2E31
(46,46,49)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #D9EBE5

#D9EBE5
(217,235,229)
#DCECE7
(220,236,231)
#DFEDE9
(223,237,233)
#E2EEEB
(226,238,235)
#E5EFED
(229,239,237)
#E8F0EF
(232,240,239)
#EBF1F1
(235,241,241)
#EEF2F3
(238,242,243)
#F1F3F5
(241,243,245)
#F4F4F7
(244,244,247)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBE5; }

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

This text font color is #D9EBE5.


Background Color

.myBgColor { background-color: #D9EBE5; }

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

This div background color is #D9EBE5.


Border color

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

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

This div border color is #D9EBE5.


Opacity

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

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

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

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

This text has shadow with #D9EBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBE5 on black background.


Color preview on white background

This text has color #D9EBE5 on white background.



Black color preview on #D9EBE5 background

This text has black color on #D9EBE5 background.


White color preview on #D9EBE5 background

This text has white color on #D9EBE5 background.