COLOR #D9EBB7

HEX: #D9EBB7
RGB: (217,235,183)

Color info

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

RGB color model

#D9EBB7 color RGB value is (217,235,183).

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

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 183 of 255 = 72%

217
235
183

R + G + B ~ 83%. #D9EBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 183 = 635 (100%)
R 217 of 635 ~ 34.17%
G 235 of 635 ~ 37.01%
B 183 of 635 ~ 28.82%

%34.17
%37.01
%28.82

CMYK color model

#D9EBB7 color CMYK value is (8,0,22,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 7.84%
CMYK:
(8,0,22,8)
C8M0Y22K8 
(8%,0%,22%,8%)
(0.08/0.00/0.22/0.08)	

CMYK percentages

%7.66
%0
%22.13
%7.84

Codes

Color #D9EBB7 in popluar color models

D9EBB7
RGB217235183
HSL81°56.52%81.96%
HSB/HSV81°22.13%92.16%
CMYK7.66%0.00%22.13%
7.84%

Color #D9EBB7 in popluar number systems.

HEXD9EBB7
Decimal217235183
Binary110110011110101110110111
Octal331353267

Shades and tints

Shades of #D9EBB7

#D9EBB7
(217,235,183)
#C6D6A7
(198,214,167)
#B3C197
(179,193,151)
#A0AC87
(160,172,135)
#8D9777
(141,151,119)
#7A8267
(122,130,103)
#676D57
(103,109,87)
#545847
(84,88,71)
#414337
(65,67,55)
#2E2E27
(46,46,39)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #D9EBB7

#D9EBB7
(217,235,183)
#DCECBD
(220,236,189)
#DFEDC3
(223,237,195)
#E2EEC9
(226,238,201)
#E5EFCF
(229,239,207)
#E8F0D5
(232,240,213)
#EBF1DB
(235,241,219)
#EEF2E1
(238,242,225)
#F1F3E7
(241,243,231)
#F4F4ED
(244,244,237)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBB7; }

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

This text font color is #D9EBB7.


Background Color

.myBgColor { background-color: #D9EBB7; }

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

This div background color is #D9EBB7.


Border color

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

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

This div border color is #D9EBB7.


Opacity

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

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

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

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

This text has shadow with #D9EBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBB7 on black background.


Color preview on white background

This text has color #D9EBB7 on white background.



Black color preview on #D9EBB7 background

This text has black color on #D9EBB7 background.


White color preview on #D9EBB7 background

This text has white color on #D9EBB7 background.