COLOR #D8A6A4

HEX: #D8A6A4
RGB: (216,166,164)

Color info

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

RGB color model

#D8A6A4 color RGB value is (216,166,164).

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

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 164 of 255 = 64%

216
166
164

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

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 164 = 546 (100%)
R 216 of 546 ~ 39.56%
G 166 of 546 ~ 30.4%
B 164 of 546 ~ 30.04%

%39.56
%30.4
%30.04

CMYK color model

#D8A6A4 color CMYK value is (0,23,24,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK:
(0,23,24,15)
C0M23Y24K15 
(0%,23%,24%,15%)
(0.00/0.23/0.24/0.15)	

CMYK percentages

%0
%23.15
%24.07
%15.29

Codes

Color #D8A6A4 in popluar color models

D8A6A4
RGB216166164
HSL40.00%74.51%
HSB/HSV24.07%84.71%
CMYK0.00%23.15%24.07%
15.29%

Color #D8A6A4 in popluar number systems.

HEXD8A6A4
Decimal216166164
Binary110110001010011010100100
Octal330246244

Shades and tints

Shades of #D8A6A4

#D8A6A4
(216,166,164)
#C59796
(197,151,150)
#B28888
(178,136,136)
#9F797A
(159,121,122)
#8C6A6C
(140,106,108)
#795B5E
(121,91,94)
#664C50
(102,76,80)
#533D42
(83,61,66)
#402E34
(64,46,52)
#2D1F26
(45,31,38)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #D8A6A4

#D8A6A4
(216,166,164)
#DBAEAC
(219,174,172)
#DEB6B4
(222,182,180)
#E1BEBC
(225,190,188)
#E4C6C4
(228,198,196)
#E7CECC
(231,206,204)
#EAD6D4
(234,214,212)
#EDDEDC
(237,222,220)
#F0E6E4
(240,230,228)
#F3EEEC
(243,238,236)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A6A4; }

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

This text font color is #D8A6A4.


Background Color

.myBgColor { background-color: #D8A6A4; }

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

This div background color is #D8A6A4.


Border color

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

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

This div border color is #D8A6A4.


Opacity

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

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

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

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

This text has shadow with #D8A6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A6A4 on black background.


Color preview on white background

This text has color #D8A6A4 on white background.



Black color preview on #D8A6A4 background

This text has black color on #D8A6A4 background.


White color preview on #D8A6A4 background

This text has white color on #D8A6A4 background.