COLOR #D9EBE3

HEX: #D9EBE3 RGB: (217,235,227)

Color info

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

RGB color model

#D9EBE3 color RGB value is (217,235,227).

RGB: (217,235,227) (85%, 92%, 89%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 227 of 255 = 89%

217
235
227

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

Portions of RGB colors in percentages

R + G + B = 217 + 235 + 227 = 679 (100%)
R 217 of 679 ~ 31.96%
G 235 of 679 ~ 34.61%
B 227 of 679 ~ 33.43'%

%31.96
%34.61
%33.43

CMYK color model

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

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • 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
%3.4
%7.84

Codes

Color #D9EBE3 in popluar color models

D9 EB E3
RGB 217 235 227
HSL 153° 31.03% 88.63%
HSB/HSV 153° 7.66% 92.16%
CMYK 7.66% 0.00% 3.40%
7.84%

Color #D9EBE3 in popluar number systems.

HEX D9 EB E3
Decimal 217 235 227
Binary 11011001 11101011 11100011
Octal 331 353 343

Shades and tints

Shades of #D9EBE3

#D9EBE3
(217,235,227)
#C6D6CF
(198,214,207)
#B3C1BB
(179,193,187)
#A0ACA7
(160,172,167)
#8D9793
(141,151,147)
#7A827F
(122,130,127)
#676D6B
(103,109,107)
#545857
(84,88,87)
#414343
(65,67,67)
#2E2E2F
(46,46,47)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #D9EBE3

#D9EBE3
(217,235,227)
#DCECE5
(220,236,229)
#DFEDE7
(223,237,231)
#E2EEE9
(226,238,233)
#E5EFEB
(229,239,235)
#E8F0ED
(232,240,237)
#EBF1EF
(235,241,239)
#EEF2F1
(238,242,241)
#F1F3F3
(241,243,243)
#F4F4F5
(244,244,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBE3; }

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

This text font color is #D9EBE3.

Background Color

.myBgColor { background-color: #D9EBE3; }

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

This div background color is #D9EBE3.

Border color

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

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

This div border color is #D9EBE3.

Opacity

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

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

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

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

This text has shadow with #D9EBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EBE3.

Preview

Color preview on black background

This text has color #D9EBE3 on black background.


Color preview on white background

This text has color #D9EBE3 on white background.


Black color preview on #D9EBE3 background

This text has black color on #D9EBE3 background.


White color preview on #D9EBE3 background

This text has white color on #D9EBE3 background.


Related colors

Complementary color

Complementary color for #hex is #26141C.


I love getcolorcode.com

Triadic colors

1 #E3D9EB and #EBE3D9 with #D9EBE3 are triadic colors.

2 #E3EBD9 and #EBD9E3 with #D9EBE3 are triadic colors.