COLOR #D4A8AA

HEX: #D4A8AA RGB: (212,168,170)

Color info

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

RGB color model

#D4A8AA color RGB value is (212,168,170).

RGB: (212,168,170) (83%, 66%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 170 of 255 = 67%

212
168
170

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

Portions of RGB colors in percentages

R + G + B = 212 + 168 + 170 = 550 (100%)
R 212 of 550 ~ 38.55%
G 168 of 550 ~ 30.55%
B 170 of 550 ~ 30.91'%

%38.55
%30.55
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 19.81%
  • key color value is 16.86%

CMYK: (0,21,20,17)
C0M21Y20K17 (0%, 21%, 20%, 17%)
(0.00 / 0.21 / 0.20 / 0.17)

CMYK percentages

%0
%20.75
%19.81
%16.86

Codes

Color #D4A8AA in popluar color models

D4 A8 AA
RGB 212 168 170
HSL 357° 33.85% 74.51%
HSB/HSV 357° 20.75% 83.14%
CMYK 0.00% 20.75% 19.81%
16.86%

Color #D4A8AA in popluar number systems.

HEX D4 A8 AA
Decimal 212 168 170
Binary 11010100 10101000 10101010
Octal 324 250 252

Shades and tints

Shades of #D4A8AA

#D4A8AA
(212,168,170)
#C1999B
(193,153,155)
#AE8A8C
(174,138,140)
#9B7B7D
(155,123,125)
#886C6E
(136,108,110)
#755D5F
(117,93,95)
#624E50
(98,78,80)
#4F3F41
(79,63,65)
#3C3032
(60,48,50)
#292123
(41,33,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #D4A8AA

#D4A8AA
(212,168,170)
#D7AFB1
(215,175,177)
#DAB6B8
(218,182,184)
#DDBDBF
(221,189,191)
#E0C4C6
(224,196,198)
#E3CBCD
(227,203,205)
#E6D2D4
(230,210,212)
#E9D9DB
(233,217,219)
#ECE0E2
(236,224,226)
#EFE7E9
(239,231,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A8AA color. Also use rgb(212,168,170) instead hex code.

Text Font Color

.myTextColor { color: #D4A8AA; }

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

This text font color is #D4A8AA.

Background Color

.myBgColor { background-color: #D4A8AA; }

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

This div background color is #D4A8AA.

Border color

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

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

This div border color is #D4A8AA.

Opacity

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

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

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

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

This text has shadow with #D4A8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A8AA.

Preview

Color preview on black background

This text has color #D4A8AA on black background.


Color preview on white background

This text has color #D4A8AA on white background.


Black color preview on #D4A8AA background

This text has black color on #D4A8AA background.


White color preview on #D4A8AA background

This text has white color on #D4A8AA background.


Related colors

Complementary color

Complementary color for #hex is #2B5755.


I love getcolorcode.com

Triadic colors

1 #AAD4A8 and #A8AAD4 with #D4A8AA are triadic colors.

2 #AAA8D4 and #A8D4AA with #D4A8AA are triadic colors.