COLOR #D9E0BD

HEX: #D9E0BD
RGB: (217,224,189)

Color info

#D9E0BD contains red, green and blue colors in about the same proportion. Web safe color of #D9E0BD is #CCCCCC (or #CCC).

RGB color model

#D9E0BD color RGB value is (217,224,189).

  • red value is 217;
  • green value is 224;
  • blue value is 189.
RGB:
(217,224,189)
(85%,88%,74%)

RGB channels and saturation

R 217 of 255 = 85%
G 224 of 255 = 88%
B 189 of 255 = 74%

217
224
189

R + G + B ~ 82%. #D9E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 224 + 189 = 630 (100%)
R 217 of 630 ~ 34.44%
G 224 of 630 ~ 35.56%
B 189 of 630 ~ 30%

%34.44
%35.56
%30

CMYK color model

#D9E0BD color CMYK value is (3,0,16,12).

  • cyan value is 3.13%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(3,0,16,12)
C3M0Y16K12 
(3%,0%,16%,12%)
(0.03/0.00/0.16/0.12)	

CMYK percentages

%3.13
%0
%15.63
%12.16

Codes

Color #D9E0BD in popluar color models

D9E0BD
RGB217224189
HSL72°36.08%80.98%
HSB/HSV72°15.63%87.84%
CMYK3.13%0.00%15.63%
12.16%

Color #D9E0BD in popluar number systems.

HEXD9E0BD
Decimal217224189
Binary110110011110000010111101
Octal331340275

Shades and tints

Shades of #D9E0BD

#D9E0BD
(217,224,189)
#C6CCAC
(198,204,172)
#B3B89B
(179,184,155)
#A0A48A
(160,164,138)
#8D9079
(141,144,121)
#7A7C68
(122,124,104)
#676857
(103,104,87)
#545446
(84,84,70)
#414035
(65,64,53)
#2E2C24
(46,44,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #D9E0BD

#D9E0BD
(217,224,189)
#DCE2C3
(220,226,195)
#DFE4C9
(223,228,201)
#E2E6CF
(226,230,207)
#E5E8D5
(229,232,213)
#E8EADB
(232,234,219)
#EBECE1
(235,236,225)
#EEEEE7
(238,238,231)
#F1F0ED
(241,240,237)
#F4F2F3
(244,242,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E0BD color. Also use rgb(217,224,189) instead hex code.

Text Font Color

.myTextColor { color: #D9E0BD; }

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

This text font color is #D9E0BD.


Background Color

.myBgColor { background-color: #D9E0BD; }

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

This div background color is #D9E0BD.


Border color

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

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

This div border color is #D9E0BD.


Opacity

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

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

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

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

This text has shadow with #D9E0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E0BD on black background.


Color preview on white background

This text has color #D9E0BD on white background.



Black color preview on #D9E0BD background

This text has black color on #D9E0BD background.


White color preview on #D9E0BD background

This text has white color on #D9E0BD background.