COLOR #D8A98E

HEX: #D8A98E
RGB: (216,169,142)

Color info

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

RGB color model

#D8A98E color RGB value is (216,169,142).

  • red value is 216;
  • green value is 169;
  • blue value is 142.
RGB:
(216,169,142)
(85%,66%,56%)

RGB channels and saturation

R 216 of 255 = 85%
G 169 of 255 = 66%
B 142 of 255 = 56%

216
169
142

R + G + B ~ 69%. #D8A98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 169 + 142 = 527 (100%)
R 216 of 527 ~ 40.99%
G 169 of 527 ~ 32.07%
B 142 of 527 ~ 26.94%

%40.99
%32.07
%26.94

CMYK color model

#D8A98E color CMYK value is (0,22,34,15).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 34.26%
  • key color value is 15.29%
CMYK:
(0,22,34,15)
C0M22Y34K15 
(0%,22%,34%,15%)
(0.00/0.22/0.34/0.15)	

CMYK percentages

%0
%21.76
%34.26
%15.29

Codes

Color #D8A98E in popluar color models

D8A98E
RGB216169142
HSL22°48.68%70.20%
HSB/HSV22°34.26%84.71%
CMYK0.00%21.76%34.26%
15.29%

Color #D8A98E in popluar number systems.

HEXD8A98E
Decimal216169142
Binary110110001010100110001110
Octal330251216

Shades and tints

Shades of #D8A98E

#D8A98E
(216,169,142)
#C59A82
(197,154,130)
#B28B76
(178,139,118)
#9F7C6A
(159,124,106)
#8C6D5E
(140,109,94)
#795E52
(121,94,82)
#664F46
(102,79,70)
#53403A
(83,64,58)
#40312E
(64,49,46)
#2D2222
(45,34,34)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #D8A98E

#D8A98E
(216,169,142)
#DBB098
(219,176,152)
#DEB7A2
(222,183,162)
#E1BEAC
(225,190,172)
#E4C5B6
(228,197,182)
#E7CCC0
(231,204,192)
#EAD3CA
(234,211,202)
#EDDAD4
(237,218,212)
#F0E1DE
(240,225,222)
#F3E8E8
(243,232,232)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A98E color. Also use rgb(216,169,142) instead hex code.

Text Font Color

.myTextColor { color: #D8A98E; }

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

This text font color is #D8A98E.


Background Color

.myBgColor { background-color: #D8A98E; }

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

This div background color is #D8A98E.


Border color

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

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

This div border color is #D8A98E.


Opacity

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

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

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

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

This text has shadow with #D8A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A98E on black background.


Color preview on white background

This text has color #D8A98E on white background.



Black color preview on #D8A98E background

This text has black color on #D8A98E background.


White color preview on #D8A98E background

This text has white color on #D8A98E background.