COLOR #D3A7AB

HEX: #D3A7AB
RGB: (211,167,171)

Color info

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

RGB color model

#D3A7AB color RGB value is (211,167,171).

  • red value is 211;
  • green value is 167;
  • blue value is 171.
RGB:
(211,167,171)
(83%,65%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 171 of 255 = 67%

211
167
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 171 = 549 (100%)
R 211 of 549 ~ 38.43%
G 167 of 549 ~ 30.42%
B 171 of 549 ~ 31.15%

%38.43
%30.42
%31.15

CMYK color model

#D3A7AB color CMYK value is (0,21,19,17).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,21,19,17)
C0M21Y19K17 
(0%,21%,19%,17%)
(0.00/0.21/0.19/0.17)	

CMYK percentages

%0
%20.85
%18.96
%17.25

Codes

Color #D3A7AB in popluar color models

D3A7AB
RGB211167171
HSL355°33.33%74.12%
HSB/HSV355°20.85%82.75%
CMYK0.00%20.85%18.96%
17.25%

Color #D3A7AB in popluar number systems.

HEXD3A7AB
Decimal211167171
Binary110100111010011110101011
Octal323247253

Shades and tints

Shades of #D3A7AB

#D3A7AB
(211,167,171)
#C0989C
(192,152,156)
#AD898D
(173,137,141)
#9A7A7E
(154,122,126)
#876B6F
(135,107,111)
#745C60
(116,92,96)
#614D51
(97,77,81)
#4E3E42
(78,62,66)
#3B2F33
(59,47,51)
#282024
(40,32,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #D3A7AB

#D3A7AB
(211,167,171)
#D7AFB2
(215,175,178)
#DBB7B9
(219,183,185)
#DFBFC0
(223,191,192)
#E3C7C7
(227,199,199)
#E7CFCE
(231,207,206)
#EBD7D5
(235,215,213)
#EFDFDC
(239,223,220)
#F3E7E3
(243,231,227)
#F7EFEA
(247,239,234)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A7AB color. Also use rgb(211,167,171) instead hex code.

Text Font Color

.myTextColor { color: #D3A7AB; }

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

This text font color is #D3A7AB.


Background Color

.myBgColor { background-color: #D3A7AB; }

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

This div background color is #D3A7AB.


Border color

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

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

This div border color is #D3A7AB.


Opacity

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

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

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

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

This text has shadow with #D3A7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A7AB on black background.


Color preview on white background

This text has color #D3A7AB on white background.



Black color preview on #D3A7AB background

This text has black color on #D3A7AB background.


White color preview on #D3A7AB background

This text has white color on #D3A7AB background.