COLOR #D09E9E

HEX: #D09E9E
RGB: (208,158,158)

Color info

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

RGB color model

#D09E9E color RGB value is (208,158,158).

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

RGB channels and saturation

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

208
158
158

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

Portions of RGB colors in percentages

R + G + B =
208 + 158 + 158 = 524 (100%)
R 208 of 524 ~ 39.69%
G 158 of 524 ~ 30.15%
B 158 of 524 ~ 30.15%

%39.69
%30.15
%30.15

CMYK color model

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

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

CMYK percentages

%0
%24.04
%24.04
%18.43

Codes

Color #D09E9E in popluar color models

D09E9E
RGB208158158
HSL34.72%71.76%
HSB/HSV24.04%81.57%
CMYK0.00%24.04%24.04%
18.43%

Color #D09E9E in popluar number systems.

HEXD09E9E
Decimal208158158
Binary110100001001111010011110
Octal320236236

Shades and tints

Shades of #D09E9E

#D09E9E
(208,158,158)
#BE9090
(190,144,144)
#AC8282
(172,130,130)
#9A7474
(154,116,116)
#886666
(136,102,102)
#765858
(118,88,88)
#644A4A
(100,74,74)
#523C3C
(82,60,60)
#402E2E
(64,46,46)
#2E2020
(46,32,32)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #D09E9E

#D09E9E
(208,158,158)
#D4A6A6
(212,166,166)
#D8AEAE
(216,174,174)
#DCB6B6
(220,182,182)
#E0BEBE
(224,190,190)
#E4C6C6
(228,198,198)
#E8CECE
(232,206,206)
#ECD6D6
(236,214,214)
#F0DEDE
(240,222,222)
#F4E6E6
(244,230,230)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09E9E; }

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

This text font color is #D09E9E.


Background Color

.myBgColor { background-color: #D09E9E; }

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

This div background color is #D09E9E.


Border color

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

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

This div border color is #D09E9E.


Opacity

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

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

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

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

This text has shadow with #D09E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09E9E on black background.


Color preview on white background

This text has color #D09E9E on white background.



Black color preview on #D09E9E background

This text has black color on #D09E9E background.


White color preview on #D09E9E background

This text has white color on #D09E9E background.