COLOR #D3A7AA

HEX: #D3A7AA RGB: (211,167,170)

Color info

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

RGB color model

#D3A7AA color RGB value is (211,167,170).

RGB: (211,167,170) (83%, 65%, 67%)

RGB channels and saturation

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

211
167
170

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

Portions of RGB colors in percentages

R + G + B = 211 + 167 + 170 = 548 (100%)
R 211 of 548 ~ 38.5%
G 167 of 548 ~ 30.47%
B 170 of 548 ~ 31.02'%

%38.5
%30.47
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 19.43%
  • 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
%19.43
%17.25

Codes

Color #D3A7AA in popluar color models

D3 A7 AA
RGB 211 167 170
HSL 356° 33.33% 74.12%
HSB/HSV 356° 20.85% 82.75%
CMYK 0.00% 20.85% 19.43%
17.25%

Color #D3A7AA in popluar number systems.

HEX D3 A7 AA
Decimal 211 167 170
Binary 11010011 10100111 10101010
Octal 323 247 252

Shades and tints

Shades of #D3A7AA

#D3A7AA
(211,167,170)
#C0989B
(192,152,155)
#AD898C
(173,137,140)
#9A7A7D
(154,122,125)
#876B6E
(135,107,110)
#745C5F
(116,92,95)
#614D50
(97,77,80)
#4E3E41
(78,62,65)
#3B2F32
(59,47,50)
#282023
(40,32,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #D3A7AA

#D3A7AA
(211,167,170)
#D7AFB1
(215,175,177)
#DBB7B8
(219,183,184)
#DFBFBF
(223,191,191)
#E3C7C6
(227,199,198)
#E7CFCD
(231,207,205)
#EBD7D4
(235,215,212)
#EFDFDB
(239,223,219)
#F3E7E2
(243,231,226)
#F7EFE9
(247,239,233)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A7AA; }

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

This text font color is #D3A7AA.

Background Color

.myBgColor { background-color: #D3A7AA; }

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

This div background color is #D3A7AA.

Border color

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

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

This div border color is #D3A7AA.

Opacity

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

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

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

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

This text has shadow with #D3A7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A7AA.

Preview

Color preview on black background

This text has color #D3A7AA on black background.


Color preview on white background

This text has color #D3A7AA on white background.


Black color preview on #D3A7AA background

This text has black color on #D3A7AA background.


White color preview on #D3A7AA background

This text has white color on #D3A7AA background.


Related colors

Complementary color

Complementary color for #hex is #2C5855.


I love getcolorcode.com

Triadic colors

1 #AAD3A7 and #A7AAD3 with #D3A7AA are triadic colors.

2 #AAA7D3 and #A7D3AA with #D3A7AA are triadic colors.