COLOR #D0A0AB

HEX: #D0A0AB
RGB: (208,160,171)

Color info

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

RGB color model

#D0A0AB color RGB value is (208,160,171).

  • red value is 208;
  • green value is 160;
  • blue value is 171.
RGB:
(208,160,171)
(82%,63%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 171 of 255 = 67%

208
160
171

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

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 171 = 539 (100%)
R 208 of 539 ~ 38.59%
G 160 of 539 ~ 29.68%
B 171 of 539 ~ 31.73%

%38.59
%29.68
%31.73

CMYK color model

#D0A0AB color CMYK value is (0,23,18,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 17.79%
  • key color value is 18.43%
CMYK:
(0,23,18,18)
C0M23Y18K18 
(0%,23%,18%,18%)
(0.00/0.23/0.18/0.18)	

CMYK percentages

%0
%23.08
%17.79
%18.43

Codes

Color #D0A0AB in popluar color models

D0A0AB
RGB208160171
HSL346°33.80%72.16%
HSB/HSV346°23.08%81.57%
CMYK0.00%23.08%17.79%
18.43%

Color #D0A0AB in popluar number systems.

HEXD0A0AB
Decimal208160171
Binary110100001010000010101011
Octal320240253

Shades and tints

Shades of #D0A0AB

#D0A0AB
(208,160,171)
#BE929C
(190,146,156)
#AC848D
(172,132,141)
#9A767E
(154,118,126)
#88686F
(136,104,111)
#765A60
(118,90,96)
#644C51
(100,76,81)
#523E42
(82,62,66)
#403033
(64,48,51)
#2E2224
(46,34,36)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #D0A0AB

#D0A0AB
(208,160,171)
#D4A8B2
(212,168,178)
#D8B0B9
(216,176,185)
#DCB8C0
(220,184,192)
#E0C0C7
(224,192,199)
#E4C8CE
(228,200,206)
#E8D0D5
(232,208,213)
#ECD8DC
(236,216,220)
#F0E0E3
(240,224,227)
#F4E8EA
(244,232,234)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A0AB color. Also use rgb(208,160,171) instead hex code.

Text Font Color

.myTextColor { color: #D0A0AB; }

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

This text font color is #D0A0AB.


Background Color

.myBgColor { background-color: #D0A0AB; }

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

This div background color is #D0A0AB.


Border color

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

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

This div border color is #D0A0AB.


Opacity

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

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

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

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

This text has shadow with #D0A0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A0AB on black background.


Color preview on white background

This text has color #D0A0AB on white background.



Black color preview on #D0A0AB background

This text has black color on #D0A0AB background.


White color preview on #D0A0AB background

This text has white color on #D0A0AB background.