COLOR #D8A69E

HEX: #D8A69E
RGB: (216,166,158)

Color info

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

RGB color model

#D8A69E color RGB value is (216,166,158).

  • red value is 216;
  • green value is 166;
  • blue value is 158.
RGB:
(216,166,158)
(85%,65%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 158 of 255 = 62%

216
166
158

R + G + B ~ 71%. #D8A69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 158 = 540 (100%)
R 216 of 540 ~ 40%
G 166 of 540 ~ 30.74%
B 158 of 540 ~ 29.26%

%40
%30.74
%29.26

CMYK color model

#D8A69E color CMYK value is (0,23,27,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,23,27,15)
C0M23Y27K15 
(0%,23%,27%,15%)
(0.00/0.23/0.27/0.15)	

CMYK percentages

%0
%23.15
%26.85
%15.29

Codes

Color #D8A69E in popluar color models

D8A69E
RGB216166158
HSL42.65%73.33%
HSB/HSV26.85%84.71%
CMYK0.00%23.15%26.85%
15.29%

Color #D8A69E in popluar number systems.

HEXD8A69E
Decimal216166158
Binary110110001010011010011110
Octal330246236

Shades and tints

Shades of #D8A69E

#D8A69E
(216,166,158)
#C59790
(197,151,144)
#B28882
(178,136,130)
#9F7974
(159,121,116)
#8C6A66
(140,106,102)
#795B58
(121,91,88)
#664C4A
(102,76,74)
#533D3C
(83,61,60)
#402E2E
(64,46,46)
#2D1F20
(45,31,32)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #D8A69E

#D8A69E
(216,166,158)
#DBAEA6
(219,174,166)
#DEB6AE
(222,182,174)
#E1BEB6
(225,190,182)
#E4C6BE
(228,198,190)
#E7CEC6
(231,206,198)
#EAD6CE
(234,214,206)
#EDDED6
(237,222,214)
#F0E6DE
(240,230,222)
#F3EEE6
(243,238,230)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A69E; }

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

This text font color is #D8A69E.


Background Color

.myBgColor { background-color: #D8A69E; }

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

This div background color is #D8A69E.


Border color

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

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

This div border color is #D8A69E.


Opacity

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

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

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

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

This text has shadow with #D8A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A69E on black background.


Color preview on white background

This text has color #D8A69E on white background.



Black color preview on #D8A69E background

This text has black color on #D8A69E background.


White color preview on #D8A69E background

This text has white color on #D8A69E background.