COLOR #D0A6A0

HEX: #D0A6A0
RGB: (208,166,160)

Color info

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

RGB color model

#D0A6A0 color RGB value is (208,166,160).

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

RGB channels and saturation

R 208 of 255 = 82%
G 166 of 255 = 65%
B 160 of 255 = 63%

208
166
160

R + G + B ~ 70%. #D0A6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 166 + 160 = 534 (100%)
R 208 of 534 ~ 38.95%
G 166 of 534 ~ 31.09%
B 160 of 534 ~ 29.96%

%38.95
%31.09
%29.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 23.08%
  • key color value is 18.43%
CMYK:
(0,20,23,18)
C0M20Y23K18 
(0%,20%,23%,18%)
(0.00/0.20/0.23/0.18)	

CMYK percentages

%0
%20.19
%23.08
%18.43

Codes

Color #D0A6A0 in popluar color models

D0A6A0
RGB208166160
HSL33.80%72.16%
HSB/HSV23.08%81.57%
CMYK0.00%20.19%23.08%
18.43%

Color #D0A6A0 in popluar number systems.

HEXD0A6A0
Decimal208166160
Binary110100001010011010100000
Octal320246240

Shades and tints

Shades of #D0A6A0

#D0A6A0
(208,166,160)
#BE9792
(190,151,146)
#AC8884
(172,136,132)
#9A7976
(154,121,118)
#886A68
(136,106,104)
#765B5A
(118,91,90)
#644C4C
(100,76,76)
#523D3E
(82,61,62)
#402E30
(64,46,48)
#2E1F22
(46,31,34)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #D0A6A0

#D0A6A0
(208,166,160)
#D4AEA8
(212,174,168)
#D8B6B0
(216,182,176)
#DCBEB8
(220,190,184)
#E0C6C0
(224,198,192)
#E4CEC8
(228,206,200)
#E8D6D0
(232,214,208)
#ECDED8
(236,222,216)
#F0E6E0
(240,230,224)
#F4EEE8
(244,238,232)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A6A0; }

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

This text font color is #D0A6A0.


Background Color

.myBgColor { background-color: #D0A6A0; }

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

This div background color is #D0A6A0.


Border color

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

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

This div border color is #D0A6A0.


Opacity

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

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

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

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

This text has shadow with #D0A6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A6A0 on black background.


Color preview on white background

This text has color #D0A6A0 on white background.



Black color preview on #D0A6A0 background

This text has black color on #D0A6A0 background.


White color preview on #D0A6A0 background

This text has white color on #D0A6A0 background.