COLOR #D5A6A3

HEX: #D5A6A3 RGB: (213,166,163)

Color info

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

RGB color model

#D5A6A3 color RGB value is (213,166,163).

RGB: (213,166,163) (84%, 65%, 64%)

RGB channels and saturation

R 213 of 255 = 84%
G 166 of 255 = 65%
B 163 of 255 = 64%

213
166
163

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

Portions of RGB colors in percentages

R + G + B = 213 + 166 + 163 = 542 (100%)
R 213 of 542 ~ 39.3%
G 166 of 542 ~ 30.63%
B 163 of 542 ~ 30.07'%

%39.3
%30.63
%30.07

CMYK color model

#D5A6A3 color CMYK value is (0,22,23,16).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 23.47%
  • key color value is 16.47%

CMYK: (0,22,23,16)
C0M22Y23K16 (0%, 22%, 23%, 16%)
(0.00 / 0.22 / 0.23 / 0.16)

CMYK percentages

%0
%22.07
%23.47
%16.47

Codes

Color #D5A6A3 in popluar color models

D5 A6 A3
RGB 213 166 163
HSL 37.31% 73.73%
HSB/HSV 23.47% 83.53%
CMYK 0.00% 22.07% 23.47%
16.47%

Color #D5A6A3 in popluar number systems.

HEX D5 A6 A3
Decimal 213 166 163
Binary 11010101 10100110 10100011
Octal 325 246 243

Shades and tints

Shades of #D5A6A3

#D5A6A3
(213,166,163)
#C29795
(194,151,149)
#AF8887
(175,136,135)
#9C7979
(156,121,121)
#896A6B
(137,106,107)
#765B5D
(118,91,93)
#634C4F
(99,76,79)
#503D41
(80,61,65)
#3D2E33
(61,46,51)
#2A1F25
(42,31,37)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #D5A6A3

#D5A6A3
(213,166,163)
#D8AEAB
(216,174,171)
#DBB6B3
(219,182,179)
#DEBEBB
(222,190,187)
#E1C6C3
(225,198,195)
#E4CECB
(228,206,203)
#E7D6D3
(231,214,211)
#EADEDB
(234,222,219)
#EDE6E3
(237,230,227)
#F0EEEB
(240,238,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A6A3; }

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

This text font color is #D5A6A3.

Background Color

.myBgColor { background-color: #D5A6A3; }

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

This div background color is #D5A6A3.

Border color

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

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

This div border color is #D5A6A3.

Opacity

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

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

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

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

This text has shadow with #D5A6A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A6A3.

Preview

Color preview on black background

This text has color #D5A6A3 on black background.


Color preview on white background

This text has color #D5A6A3 on white background.


Black color preview on #D5A6A3 background

This text has black color on #D5A6A3 background.


White color preview on #D5A6A3 background

This text has white color on #D5A6A3 background.


Related colors

Complementary color

Complementary color for #hex is #2A595C.


I love getcolorcode.com

Triadic colors

1 #A3D5A6 and #A6A3D5 with #D5A6A3 are triadic colors.

2 #A3A6D5 and #A6D5A3 with #D5A6A3 are triadic colors.