COLOR #D9EBC5

HEX: #D9EBC5
RGB: (217,235,197)

Color info

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

RGB color model

#D9EBC5 color RGB value is (217,235,197).

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

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 197 of 255 = 77%

217
235
197

R + G + B ~ 85%. #D9EBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 197 = 649 (100%)
R 217 of 649 ~ 33.44%
G 235 of 649 ~ 36.21%
B 197 of 649 ~ 30.35%

%33.44
%36.21
%30.35

CMYK color model

#D9EBC5 color CMYK value is (8,0,16,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK:
(8,0,16,8)
C8M0Y16K8 
(8%,0%,16%,8%)
(0.08/0.00/0.16/0.08)	

CMYK percentages

%7.66
%0
%16.17
%7.84

Codes

Color #D9EBC5 in popluar color models

D9EBC5
RGB217235197
HSL88°48.72%84.71%
HSB/HSV88°16.17%92.16%
CMYK7.66%0.00%16.17%
7.84%

Color #D9EBC5 in popluar number systems.

HEXD9EBC5
Decimal217235197
Binary110110011110101111000101
Octal331353305

Shades and tints

Shades of #D9EBC5

#D9EBC5
(217,235,197)
#C6D6B4
(198,214,180)
#B3C1A3
(179,193,163)
#A0AC92
(160,172,146)
#8D9781
(141,151,129)
#7A8270
(122,130,112)
#676D5F
(103,109,95)
#54584E
(84,88,78)
#41433D
(65,67,61)
#2E2E2C
(46,46,44)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #D9EBC5

#D9EBC5
(217,235,197)
#DCECCA
(220,236,202)
#DFEDCF
(223,237,207)
#E2EED4
(226,238,212)
#E5EFD9
(229,239,217)
#E8F0DE
(232,240,222)
#EBF1E3
(235,241,227)
#EEF2E8
(238,242,232)
#F1F3ED
(241,243,237)
#F4F4F2
(244,244,242)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBC5; }

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

This text font color is #D9EBC5.


Background Color

.myBgColor { background-color: #D9EBC5; }

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

This div background color is #D9EBC5.


Border color

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

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

This div border color is #D9EBC5.


Opacity

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

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

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

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

This text has shadow with #D9EBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBC5 on black background.


Color preview on white background

This text has color #D9EBC5 on white background.



Black color preview on #D9EBC5 background

This text has black color on #D9EBC5 background.


White color preview on #D9EBC5 background

This text has white color on #D9EBC5 background.