COLOR #D0A89E

HEX: #D0A89E
RGB: (208,168,158)

Color info

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

RGB color model

#D0A89E color RGB value is (208,168,158).

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

RGB channels and saturation

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

208
168
158

R + G + B ~ 70%. #D0A89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 168 + 158 = 534 (100%)
R 208 of 534 ~ 38.95%
G 168 of 534 ~ 31.46%
B 158 of 534 ~ 29.59%

%38.95
%31.46
%29.59

CMYK color model

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

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

CMYK percentages

%0
%19.23
%24.04
%18.43

Codes

Color #D0A89E in popluar color models

D0A89E
RGB208168158
HSL12°34.72%71.76%
HSB/HSV12°24.04%81.57%
CMYK0.00%19.23%24.04%
18.43%

Color #D0A89E in popluar number systems.

HEXD0A89E
Decimal208168158
Binary110100001010100010011110
Octal320250236

Shades and tints

Shades of #D0A89E

#D0A89E
(208,168,158)
#BE9990
(190,153,144)
#AC8A82
(172,138,130)
#9A7B74
(154,123,116)
#886C66
(136,108,102)
#765D58
(118,93,88)
#644E4A
(100,78,74)
#523F3C
(82,63,60)
#40302E
(64,48,46)
#2E2120
(46,33,32)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #D0A89E

#D0A89E
(208,168,158)
#D4AFA6
(212,175,166)
#D8B6AE
(216,182,174)
#DCBDB6
(220,189,182)
#E0C4BE
(224,196,190)
#E4CBC6
(228,203,198)
#E8D2CE
(232,210,206)
#ECD9D6
(236,217,214)
#F0E0DE
(240,224,222)
#F4E7E6
(244,231,230)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A89E; }

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

This text font color is #D0A89E.


Background Color

.myBgColor { background-color: #D0A89E; }

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

This div background color is #D0A89E.


Border color

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

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

This div border color is #D0A89E.


Opacity

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

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

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

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

This text has shadow with #D0A89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A89E on black background.


Color preview on white background

This text has color #D0A89E on white background.



Black color preview on #D0A89E background

This text has black color on #D0A89E background.


White color preview on #D0A89E background

This text has white color on #D0A89E background.