COLOR #D09A93

HEX: #D09A93
RGB: (208,154,147)

Color info

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

RGB color model

#D09A93 color RGB value is (208,154,147).

  • red value is 208;
  • green value is 154;
  • blue value is 147.
RGB:
(208,154,147)
(82%,60%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 147 of 255 = 58%

208
154
147

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

Portions of RGB colors in percentages

R + G + B =
208 + 154 + 147 = 509 (100%)
R 208 of 509 ~ 40.86%
G 154 of 509 ~ 30.26%
B 147 of 509 ~ 28.88%

%40.86
%30.26
%28.88

CMYK color model

#D09A93 color CMYK value is (0,26,29,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 29.33%
  • key color value is 18.43%
CMYK:
(0,26,29,18)
C0M26Y29K18 
(0%,26%,29%,18%)
(0.00/0.26/0.29/0.18)	

CMYK percentages

%0
%25.96
%29.33
%18.43

Codes

Color #D09A93 in popluar color models

D09A93
RGB208154147
HSL39.35%69.61%
HSB/HSV29.33%81.57%
CMYK0.00%25.96%29.33%
18.43%

Color #D09A93 in popluar number systems.

HEXD09A93
Decimal208154147
Binary110100001001101010010011
Octal320232223

Shades and tints

Shades of #D09A93

#D09A93
(208,154,147)
#BE8C86
(190,140,134)
#AC7E79
(172,126,121)
#9A706C
(154,112,108)
#88625F
(136,98,95)
#765452
(118,84,82)
#644645
(100,70,69)
#523838
(82,56,56)
#402A2B
(64,42,43)
#2E1C1E
(46,28,30)
#1C0E11
(28,14,17)
#000000
(0,0,0)

Tints of #D09A93

#D09A93
(208,154,147)
#D4A39C
(212,163,156)
#D8ACA5
(216,172,165)
#DCB5AE
(220,181,174)
#E0BEB7
(224,190,183)
#E4C7C0
(228,199,192)
#E8D0C9
(232,208,201)
#ECD9D2
(236,217,210)
#F0E2DB
(240,226,219)
#F4EBE4
(244,235,228)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09A93; }

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

This text font color is #D09A93.


Background Color

.myBgColor { background-color: #D09A93; }

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

This div background color is #D09A93.


Border color

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

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

This div border color is #D09A93.


Opacity

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

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

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

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

This text has shadow with #D09A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09A93 on black background.


Color preview on white background

This text has color #D09A93 on white background.



Black color preview on #D09A93 background

This text has black color on #D09A93 background.


White color preview on #D09A93 background

This text has white color on #D09A93 background.