COLOR #D2A7B1

HEX: #D2A7B1
RGB: (210,167,177)

Color info

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

RGB color model

#D2A7B1 color RGB value is (210,167,177).

  • red value is 210;
  • green value is 167;
  • blue value is 177.
RGB:
(210,167,177)
(82%,65%,69%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 177 of 255 = 69%

210
167
177

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

Portions of RGB colors in percentages

R + G + B =
210 + 167 + 177 = 554 (100%)
R 210 of 554 ~ 37.91%
G 167 of 554 ~ 30.14%
B 177 of 554 ~ 31.95%

%37.91
%30.14
%31.95

CMYK color model

#D2A7B1 color CMYK value is (0,20,16,18).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK:
(0,20,16,18)
C0M20Y16K18 
(0%,20%,16%,18%)
(0.00/0.20/0.16/0.18)	

CMYK percentages

%0
%20.48
%15.71
%17.65

Codes

Color #D2A7B1 in popluar color models

D2A7B1
RGB210167177
HSL346°32.33%73.92%
HSB/HSV346°20.48%82.35%
CMYK0.00%20.48%15.71%
17.65%

Color #D2A7B1 in popluar number systems.

HEXD2A7B1
Decimal210167177
Binary110100101010011110110001
Octal322247261

Shades and tints

Shades of #D2A7B1

#D2A7B1
(210,167,177)
#BF98A1
(191,152,161)
#AC8991
(172,137,145)
#997A81
(153,122,129)
#866B71
(134,107,113)
#735C61
(115,92,97)
#604D51
(96,77,81)
#4D3E41
(77,62,65)
#3A2F31
(58,47,49)
#272021
(39,32,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #D2A7B1

#D2A7B1
(210,167,177)
#D6AFB8
(214,175,184)
#DAB7BF
(218,183,191)
#DEBFC6
(222,191,198)
#E2C7CD
(226,199,205)
#E6CFD4
(230,207,212)
#EAD7DB
(234,215,219)
#EEDFE2
(238,223,226)
#F2E7E9
(242,231,233)
#F6EFF0
(246,239,240)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A7B1 color. Also use rgb(210,167,177) instead hex code.

Text Font Color

.myTextColor { color: #D2A7B1; }

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

This text font color is #D2A7B1.


Background Color

.myBgColor { background-color: #D2A7B1; }

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

This div background color is #D2A7B1.


Border color

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

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

This div border color is #D2A7B1.


Opacity

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

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

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

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

This text has shadow with #D2A7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A7B1 on black background.


Color preview on white background

This text has color #D2A7B1 on white background.



Black color preview on #D2A7B1 background

This text has black color on #D2A7B1 background.


White color preview on #D2A7B1 background

This text has white color on #D2A7B1 background.