COLOR #D7A6AB

HEX: #D7A6AB
RGB: (215,166,171)

Color info

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

RGB color model

#D7A6AB color RGB value is (215,166,171).

  • red value is 215;
  • green value is 166;
  • blue value is 171.
RGB:
(215,166,171)
(84%,65%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 171 of 255 = 67%

215
166
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 166 + 171 = 552 (100%)
R 215 of 552 ~ 38.95%
G 166 of 552 ~ 30.07%
B 171 of 552 ~ 30.98%

%38.95
%30.07
%30.98

CMYK color model

#D7A6AB color CMYK value is (0,23,20,16).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,23,20,16)
C0M23Y20K16 
(0%,23%,20%,16%)
(0.00/0.23/0.20/0.16)	

CMYK percentages

%0
%22.79
%20.47
%15.69

Codes

Color #D7A6AB in popluar color models

D7A6AB
RGB215166171
HSL354°37.98%74.71%
HSB/HSV354°22.79%84.31%
CMYK0.00%22.79%20.47%
15.69%

Color #D7A6AB in popluar number systems.

HEXD7A6AB
Decimal215166171
Binary110101111010011010101011
Octal327246253

Shades and tints

Shades of #D7A6AB

#D7A6AB
(215,166,171)
#C4979C
(196,151,156)
#B1888D
(177,136,141)
#9E797E
(158,121,126)
#8B6A6F
(139,106,111)
#785B60
(120,91,96)
#654C51
(101,76,81)
#523D42
(82,61,66)
#3F2E33
(63,46,51)
#2C1F24
(44,31,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D7A6AB

#D7A6AB
(215,166,171)
#DAAEB2
(218,174,178)
#DDB6B9
(221,182,185)
#E0BEC0
(224,190,192)
#E3C6C7
(227,198,199)
#E6CECE
(230,206,206)
#E9D6D5
(233,214,213)
#ECDEDC
(236,222,220)
#EFE6E3
(239,230,227)
#F2EEEA
(242,238,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A6AB; }

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

This text font color is #D7A6AB.


Background Color

.myBgColor { background-color: #D7A6AB; }

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

This div background color is #D7A6AB.


Border color

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

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

This div border color is #D7A6AB.


Opacity

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

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

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

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

This text has shadow with #D7A6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A6AB on black background.


Color preview on white background

This text has color #D7A6AB on white background.



Black color preview on #D7A6AB background

This text has black color on #D7A6AB background.


White color preview on #D7A6AB background

This text has white color on #D7A6AB background.