COLOR #D09E9D

HEX: #D09E9D
RGB: (208,158,157)

Color info

#D09E9D contains red, green and blue colors in about the same proportion. Web safe color of #D09E9D is #CC9999 (or #C99).

RGB color model

#D09E9D color RGB value is (208,158,157).

  • red value is 208;
  • green value is 158;
  • blue value is 157.
RGB:
(208,158,157)
(82%,62%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 158 of 255 = 62%
B 157 of 255 = 62%

208
158
157

R + G + B ~ 69%. #D09E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 158 + 157 = 523 (100%)
R 208 of 523 ~ 39.77%
G 158 of 523 ~ 30.21%
B 157 of 523 ~ 30.02%

%39.77
%30.21
%30.02

CMYK color model

#D09E9D color CMYK value is (0,24,25,18).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 24.52%
  • key color value is 18.43%
CMYK:
(0,24,25,18)
C0M24Y25K18 
(0%,24%,25%,18%)
(0.00/0.24/0.25/0.18)	

CMYK percentages

%0
%24.04
%24.52
%18.43

Codes

Color #D09E9D in popluar color models

D09E9D
RGB208158157
HSL35.17%71.57%
HSB/HSV24.52%81.57%
CMYK0.00%24.04%24.52%
18.43%

Color #D09E9D in popluar number systems.

HEXD09E9D
Decimal208158157
Binary110100001001111010011101
Octal320236235

Shades and tints

Shades of #D09E9D

#D09E9D
(208,158,157)
#BE908F
(190,144,143)
#AC8281
(172,130,129)
#9A7473
(154,116,115)
#886665
(136,102,101)
#765857
(118,88,87)
#644A49
(100,74,73)
#523C3B
(82,60,59)
#402E2D
(64,46,45)
#2E201F
(46,32,31)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #D09E9D

#D09E9D
(208,158,157)
#D4A6A5
(212,166,165)
#D8AEAD
(216,174,173)
#DCB6B5
(220,182,181)
#E0BEBD
(224,190,189)
#E4C6C5
(228,198,197)
#E8CECD
(232,206,205)
#ECD6D5
(236,214,213)
#F0DEDD
(240,222,221)
#F4E6E5
(244,230,229)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09E9D color. Also use rgb(208,158,157) instead hex code.

Text Font Color

.myTextColor { color: #D09E9D; }

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

This text font color is #D09E9D.


Background Color

.myBgColor { background-color: #D09E9D; }

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

This div background color is #D09E9D.


Border color

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

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

This div border color is #D09E9D.


Opacity

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

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

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

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

This text has shadow with #D09E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09E9D on black background.


Color preview on white background

This text has color #D09E9D on white background.



Black color preview on #D09E9D background

This text has black color on #D09E9D background.


White color preview on #D09E9D background

This text has white color on #D09E9D background.