COLOR #D0A4AA

HEX: #D0A4AA
RGB: (208,164,170)

Color info

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

RGB color model

#D0A4AA color RGB value is (208,164,170).

  • red value is 208;
  • green value is 164;
  • blue value is 170.
RGB:
(208,164,170)
(82%,64%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 164 of 255 = 64%
B 170 of 255 = 67%

208
164
170

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

Portions of RGB colors in percentages

R + G + B =
208 + 164 + 170 = 542 (100%)
R 208 of 542 ~ 38.38%
G 164 of 542 ~ 30.26%
B 170 of 542 ~ 31.37%

%38.38
%30.26
%31.37

CMYK color model

#D0A4AA color CMYK value is (0,21,18,18).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK:
(0,21,18,18)
C0M21Y18K18 
(0%,21%,18%,18%)
(0.00/0.21/0.18/0.18)	

CMYK percentages

%0
%21.15
%18.27
%18.43

Codes

Color #D0A4AA in popluar color models

D0A4AA
RGB208164170
HSL352°31.88%72.94%
HSB/HSV352°21.15%81.57%
CMYK0.00%21.15%18.27%
18.43%

Color #D0A4AA in popluar number systems.

HEXD0A4AA
Decimal208164170
Binary110100001010010010101010
Octal320244252

Shades and tints

Shades of #D0A4AA

#D0A4AA
(208,164,170)
#BE969B
(190,150,155)
#AC888C
(172,136,140)
#9A7A7D
(154,122,125)
#886C6E
(136,108,110)
#765E5F
(118,94,95)
#645050
(100,80,80)
#524241
(82,66,65)
#403432
(64,52,50)
#2E2623
(46,38,35)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #D0A4AA

#D0A4AA
(208,164,170)
#D4ACB1
(212,172,177)
#D8B4B8
(216,180,184)
#DCBCBF
(220,188,191)
#E0C4C6
(224,196,198)
#E4CCCD
(228,204,205)
#E8D4D4
(232,212,212)
#ECDCDB
(236,220,219)
#F0E4E2
(240,228,226)
#F4ECE9
(244,236,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A4AA color. Also use rgb(208,164,170) instead hex code.

Text Font Color

.myTextColor { color: #D0A4AA; }

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

This text font color is #D0A4AA.


Background Color

.myBgColor { background-color: #D0A4AA; }

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

This div background color is #D0A4AA.


Border color

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

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

This div border color is #D0A4AA.


Opacity

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

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

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

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

This text has shadow with #D0A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A4AA on black background.


Color preview on white background

This text has color #D0A4AA on white background.



Black color preview on #D0A4AA background

This text has black color on #D0A4AA background.


White color preview on #D0A4AA background

This text has white color on #D0A4AA background.