COLOR #D5A8A6

HEX: #D5A8A6
RGB: (213,168,166)

Color info

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

RGB color model

#D5A8A6 color RGB value is (213,168,166).

  • red value is 213;
  • green value is 168;
  • blue value is 166.
RGB:
(213,168,166)
(84%,66%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 168 of 255 = 66%
B 166 of 255 = 65%

213
168
166

R + G + B ~ 72%. #D5A8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 168 + 166 = 547 (100%)
R 213 of 547 ~ 38.94%
G 168 of 547 ~ 30.71%
B 166 of 547 ~ 30.35%

%38.94
%30.71
%30.35

CMYK color model

#D5A8A6 color CMYK value is (0,21,22,16).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(0,21,22,16)
C0M21Y22K16 
(0%,21%,22%,16%)
(0.00/0.21/0.22/0.16)	

CMYK percentages

%0
%21.13
%22.07
%16.47

Codes

Color #D5A8A6 in popluar color models

D5A8A6
RGB213168166
HSL35.88%74.31%
HSB/HSV22.07%83.53%
CMYK0.00%21.13%22.07%
16.47%

Color #D5A8A6 in popluar number systems.

HEXD5A8A6
Decimal213168166
Binary110101011010100010100110
Octal325250246

Shades and tints

Shades of #D5A8A6

#D5A8A6
(213,168,166)
#C29997
(194,153,151)
#AF8A88
(175,138,136)
#9C7B79
(156,123,121)
#896C6A
(137,108,106)
#765D5B
(118,93,91)
#634E4C
(99,78,76)
#503F3D
(80,63,61)
#3D302E
(61,48,46)
#2A211F
(42,33,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #D5A8A6

#D5A8A6
(213,168,166)
#D8AFAE
(216,175,174)
#DBB6B6
(219,182,182)
#DEBDBE
(222,189,190)
#E1C4C6
(225,196,198)
#E4CBCE
(228,203,206)
#E7D2D6
(231,210,214)
#EAD9DE
(234,217,222)
#EDE0E6
(237,224,230)
#F0E7EE
(240,231,238)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A8A6 color. Also use rgb(213,168,166) instead hex code.

Text Font Color

.myTextColor { color: #D5A8A6; }

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

This text font color is #D5A8A6.


Background Color

.myBgColor { background-color: #D5A8A6; }

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

This div background color is #D5A8A6.


Border color

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

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

This div border color is #D5A8A6.


Opacity

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

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

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

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

This text has shadow with #D5A8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A8A6 on black background.


Color preview on white background

This text has color #D5A8A6 on white background.



Black color preview on #D5A8A6 background

This text has black color on #D5A8A6 background.


White color preview on #D5A8A6 background

This text has white color on #D5A8A6 background.