COLOR #D3A7A6

HEX: #D3A7A6
RGB: (211,167,166)

Color info

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

RGB color model

#D3A7A6 color RGB value is (211,167,166).

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

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 166 of 255 = 65%

211
167
166

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

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 166 = 544 (100%)
R 211 of 544 ~ 38.79%
G 167 of 544 ~ 30.7%
B 166 of 544 ~ 30.51%

%38.79
%30.7
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK:
(0,21,21,17)
C0M21Y21K17 
(0%,21%,21%,17%)
(0.00/0.21/0.21/0.17)	

CMYK percentages

%0
%20.85
%21.33
%17.25

Codes

Color #D3A7A6 in popluar color models

D3A7A6
RGB211167166
HSL33.83%73.92%
HSB/HSV21.33%82.75%
CMYK0.00%20.85%21.33%
17.25%

Color #D3A7A6 in popluar number systems.

HEXD3A7A6
Decimal211167166
Binary110100111010011110100110
Octal323247246

Shades and tints

Shades of #D3A7A6

#D3A7A6
(211,167,166)
#C09897
(192,152,151)
#AD8988
(173,137,136)
#9A7A79
(154,122,121)
#876B6A
(135,107,106)
#745C5B
(116,92,91)
#614D4C
(97,77,76)
#4E3E3D
(78,62,61)
#3B2F2E
(59,47,46)
#28201F
(40,32,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #D3A7A6

#D3A7A6
(211,167,166)
#D7AFAE
(215,175,174)
#DBB7B6
(219,183,182)
#DFBFBE
(223,191,190)
#E3C7C6
(227,199,198)
#E7CFCE
(231,207,206)
#EBD7D6
(235,215,214)
#EFDFDE
(239,223,222)
#F3E7E6
(243,231,230)
#F7EFEE
(247,239,238)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A7A6; }

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

This text font color is #D3A7A6.


Background Color

.myBgColor { background-color: #D3A7A6; }

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

This div background color is #D3A7A6.


Border color

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

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

This div border color is #D3A7A6.


Opacity

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

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

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

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

This text has shadow with #D3A7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A7A6 on black background.


Color preview on white background

This text has color #D3A7A6 on white background.



Black color preview on #D3A7A6 background

This text has black color on #D3A7A6 background.


White color preview on #D3A7A6 background

This text has white color on #D3A7A6 background.