COLOR #D8A899

HEX: #D8A899
RGB: (216,168,153)

Color info

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

RGB color model

#D8A899 color RGB value is (216,168,153).

  • red value is 216;
  • green value is 168;
  • blue value is 153.
RGB:
(216,168,153)
(85%,66%,60%)

RGB channels and saturation

R 216 of 255 = 85%
G 168 of 255 = 66%
B 153 of 255 = 60%

216
168
153

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

Portions of RGB colors in percentages

R + G + B =
216 + 168 + 153 = 537 (100%)
R 216 of 537 ~ 40.22%
G 168 of 537 ~ 31.28%
B 153 of 537 ~ 28.49%

%40.22
%31.28
%28.49

CMYK color model

#D8A899 color CMYK value is (0,22,29,15).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 29.17%
  • key color value is 15.29%
CMYK:
(0,22,29,15)
C0M22Y29K15 
(0%,22%,29%,15%)
(0.00/0.22/0.29/0.15)	

CMYK percentages

%0
%22.22
%29.17
%15.29

Codes

Color #D8A899 in popluar color models

D8A899
RGB216168153
HSL14°44.68%72.35%
HSB/HSV14°29.17%84.71%
CMYK0.00%22.22%29.17%
15.29%

Color #D8A899 in popluar number systems.

HEXD8A899
Decimal216168153
Binary110110001010100010011001
Octal330250231

Shades and tints

Shades of #D8A899

#D8A899
(216,168,153)
#C5998C
(197,153,140)
#B28A7F
(178,138,127)
#9F7B72
(159,123,114)
#8C6C65
(140,108,101)
#795D58
(121,93,88)
#664E4B
(102,78,75)
#533F3E
(83,63,62)
#403031
(64,48,49)
#2D2124
(45,33,36)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D8A899

#D8A899
(216,168,153)
#DBAFA2
(219,175,162)
#DEB6AB
(222,182,171)
#E1BDB4
(225,189,180)
#E4C4BD
(228,196,189)
#E7CBC6
(231,203,198)
#EAD2CF
(234,210,207)
#EDD9D8
(237,217,216)
#F0E0E1
(240,224,225)
#F3E7EA
(243,231,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A899 color. Also use rgb(216,168,153) instead hex code.

Text Font Color

.myTextColor { color: #D8A899; }

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

This text font color is #D8A899.


Background Color

.myBgColor { background-color: #D8A899; }

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

This div background color is #D8A899.


Border color

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

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

This div border color is #D8A899.


Opacity

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

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

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

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

This text has shadow with #D8A899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A899 on black background.


Color preview on white background

This text has color #D8A899 on white background.



Black color preview on #D8A899 background

This text has black color on #D8A899 background.


White color preview on #D8A899 background

This text has white color on #D8A899 background.