COLOR #D7A6A4

HEX: #D7A6A4 RGB: (215,166,164)

Color info

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

RGB color model

#D7A6A4 color RGB value is (215,166,164).

RGB: (215,166,164) (84%, 65%, 64%)

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 164 of 255 = 64%

215
166
164

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

Portions of RGB colors in percentages

R + G + B = 215 + 166 + 164 = 545 (100%)
R 215 of 545 ~ 39.45%
G 166 of 545 ~ 30.46%
B 164 of 545 ~ 30.09'%

%39.45
%30.46
%30.09

CMYK color model

#D7A6A4 color CMYK value is (0,23,24,16).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 23.72%
  • key color value is 15.69%

CMYK: (0,23,24,16)
C0M23Y24K16 (0%, 23%, 24%, 16%)
(0.00 / 0.23 / 0.24 / 0.16)

CMYK percentages

%0
%22.79
%23.72
%15.69

Codes

Color #D7A6A4 in popluar color models

D7 A6 A4
RGB 215 166 164
HSL 38.93% 74.31%
HSB/HSV 23.72% 84.31%
CMYK 0.00% 22.79% 23.72%
15.69%

Color #D7A6A4 in popluar number systems.

HEX D7 A6 A4
Decimal 215 166 164
Binary 11010111 10100110 10100100
Octal 327 246 244

Shades and tints

Shades of #D7A6A4

#D7A6A4
(215,166,164)
#C49796
(196,151,150)
#B18888
(177,136,136)
#9E797A
(158,121,122)
#8B6A6C
(139,106,108)
#785B5E
(120,91,94)
#654C50
(101,76,80)
#523D42
(82,61,66)
#3F2E34
(63,46,52)
#2C1F26
(44,31,38)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #D7A6A4

#D7A6A4
(215,166,164)
#DAAEAC
(218,174,172)
#DDB6B4
(221,182,180)
#E0BEBC
(224,190,188)
#E3C6C4
(227,198,196)
#E6CECC
(230,206,204)
#E9D6D4
(233,214,212)
#ECDEDC
(236,222,220)
#EFE6E4
(239,230,228)
#F2EEEC
(242,238,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A6A4; }

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

This text font color is #D7A6A4.

Background Color

.myBgColor { background-color: #D7A6A4; }

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

This div background color is #D7A6A4.

Border color

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

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

This div border color is #D7A6A4.

Opacity

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

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

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

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

This text has shadow with #D7A6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A6A4.

Preview

Color preview on black background

This text has color #D7A6A4 on black background.


Color preview on white background

This text has color #D7A6A4 on white background.


Black color preview on #D7A6A4 background

This text has black color on #D7A6A4 background.


White color preview on #D7A6A4 background

This text has white color on #D7A6A4 background.


Related colors

Complementary color

Complementary color for #hex is #28595B.


I love getcolorcode.com

Triadic colors

1 #A4D7A6 and #A6A4D7 with #D7A6A4 are triadic colors.

2 #A4A6D7 and #A6D7A4 with #D7A6A4 are triadic colors.