COLOR #D09E8E

HEX: #D09E8E RGB: (208,158,142)

Color info

#D09E8E contains mainly red and green colors. Web safe color of #D09E8E is #CC9999 (or #C99).

RGB color model

#D09E8E color RGB value is (208,158,142).

RGB: (208,158,142) (82%, 62%, 56%)

RGB channels and saturation

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

208
158
142

R + G + B ~ 67%. #D09E8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 158 + 142 = 508 (100%)
R 208 of 508 ~ 40.94%
G 158 of 508 ~ 31.1%
B 142 of 508 ~ 27.95'%

%40.94
%31.1
%27.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 31.73%
  • key color value is 18.43%

CMYK: (0,24,32,18)
C0M24Y32K18 (0%, 24%, 32%, 18%)
(0.00 / 0.24 / 0.32 / 0.18)

CMYK percentages

%0
%24.04
%31.73
%18.43

Codes

Color #D09E8E in popluar color models

D0 9E 8E
RGB 208 158 142
HSL 15° 41.25% 68.63%
HSB/HSV 15° 31.73% 81.57%
CMYK 0.00% 24.04% 31.73%
18.43%

Color #D09E8E in popluar number systems.

HEX D0 9E 8E
Decimal 208 158 142
Binary 11010000 10011110 10001110
Octal 320 236 216

Shades and tints

Shades of #D09E8E

#D09E8E
(208,158,142)
#BE9082
(190,144,130)
#AC8276
(172,130,118)
#9A746A
(154,116,106)
#88665E
(136,102,94)
#765852
(118,88,82)
#644A46
(100,74,70)
#523C3A
(82,60,58)
#402E2E
(64,46,46)
#2E2022
(46,32,34)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #D09E8E

#D09E8E
(208,158,142)
#D4A698
(212,166,152)
#D8AEA2
(216,174,162)
#DCB6AC
(220,182,172)
#E0BEB6
(224,190,182)
#E4C6C0
(228,198,192)
#E8CECA
(232,206,202)
#ECD6D4
(236,214,212)
#F0DEDE
(240,222,222)
#F4E6E8
(244,230,232)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09E8E; }

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

This text font color is #D09E8E.

Background Color

.myBgColor { background-color: #D09E8E; }

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

This div background color is #D09E8E.

Border color

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

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

This div border color is #D09E8E.

Opacity

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

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

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

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

This text has shadow with #D09E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09E8E.

Preview

Color preview on black background

This text has color #D09E8E on black background.


Color preview on white background

This text has color #D09E8E on white background.


Black color preview on #D09E8E background

This text has black color on #D09E8E background.


White color preview on #D09E8E background

This text has white color on #D09E8E background.


Related colors

Complementary color

Complementary color for #hex is #2F6171.


I love getcolorcode.com

Triadic colors

1 #8ED09E and #9E8ED0 with #D09E8E are triadic colors.

2 #8E9ED0 and #9ED08E with #D09E8E are triadic colors.