COLOR #D8A094

HEX: #D8A094
RGB: (216,160,148)

Color info

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

RGB color model

#D8A094 color RGB value is (216,160,148).

  • red value is 216;
  • green value is 160;
  • blue value is 148.
RGB:
(216,160,148)
(85%,63%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 148 of 255 = 58%

216
160
148

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

Portions of RGB colors in percentages

R + G + B =
216 + 160 + 148 = 524 (100%)
R 216 of 524 ~ 41.22%
G 160 of 524 ~ 30.53%
B 148 of 524 ~ 28.24%

%41.22
%30.53
%28.24

CMYK color model

#D8A094 color CMYK value is (0,26,31,15).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 31.48%
  • key color value is 15.29%
CMYK:
(0,26,31,15)
C0M26Y31K15 
(0%,26%,31%,15%)
(0.00/0.26/0.31/0.15)	

CMYK percentages

%0
%25.93
%31.48
%15.29

Codes

Color #D8A094 in popluar color models

D8A094
RGB216160148
HSL11°46.58%71.37%
HSB/HSV11°31.48%84.71%
CMYK0.00%25.93%31.48%
15.29%

Color #D8A094 in popluar number systems.

HEXD8A094
Decimal216160148
Binary110110001010000010010100
Octal330240224

Shades and tints

Shades of #D8A094

#D8A094
(216,160,148)
#C59287
(197,146,135)
#B2847A
(178,132,122)
#9F766D
(159,118,109)
#8C6860
(140,104,96)
#795A53
(121,90,83)
#664C46
(102,76,70)
#533E39
(83,62,57)
#40302C
(64,48,44)
#2D221F
(45,34,31)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #D8A094

#D8A094
(216,160,148)
#DBA89D
(219,168,157)
#DEB0A6
(222,176,166)
#E1B8AF
(225,184,175)
#E4C0B8
(228,192,184)
#E7C8C1
(231,200,193)
#EAD0CA
(234,208,202)
#EDD8D3
(237,216,211)
#F0E0DC
(240,224,220)
#F3E8E5
(243,232,229)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A094 color. Also use rgb(216,160,148) instead hex code.

Text Font Color

.myTextColor { color: #D8A094; }

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

This text font color is #D8A094.


Background Color

.myBgColor { background-color: #D8A094; }

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

This div background color is #D8A094.


Border color

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

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

This div border color is #D8A094.


Opacity

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

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

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

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

This text has shadow with #D8A094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A094 on black background.


Color preview on white background

This text has color #D8A094 on white background.



Black color preview on #D8A094 background

This text has black color on #D8A094 background.


White color preview on #D8A094 background

This text has white color on #D8A094 background.