COLOR #D0A6A6

HEX: #D0A6A6 RGB: (208,166,166)

Color info

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

RGB color model

#D0A6A6 color RGB value is (208,166,166).

RGB: (208,166,166) (82%, 65%, 65%)

RGB channels and saturation

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

208
166
166

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

Portions of RGB colors in percentages

R + G + B = 208 + 166 + 166 = 540 (100%)
R 208 of 540 ~ 38.52%
G 166 of 540 ~ 30.74%
B 166 of 540 ~ 30.74'%

%38.52
%30.74
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 20.19%
  • key color value is 18.43%

CMYK: (0,20,20,18)
C0M20Y20K18 (0%, 20%, 20%, 18%)
(0.00 / 0.20 / 0.20 / 0.18)

CMYK percentages

%0
%20.19
%20.19
%18.43

Codes

Color #D0A6A6 in popluar color models

D0 A6 A6
RGB 208 166 166
HSL 30.88% 73.33%
HSB/HSV 20.19% 81.57%
CMYK 0.00% 20.19% 20.19%
18.43%

Color #D0A6A6 in popluar number systems.

HEX D0 A6 A6
Decimal 208 166 166
Binary 11010000 10100110 10100110
Octal 320 246 246

Shades and tints

Shades of #D0A6A6

#D0A6A6
(208,166,166)
#BE9797
(190,151,151)
#AC8888
(172,136,136)
#9A7979
(154,121,121)
#886A6A
(136,106,106)
#765B5B
(118,91,91)
#644C4C
(100,76,76)
#523D3D
(82,61,61)
#402E2E
(64,46,46)
#2E1F1F
(46,31,31)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #D0A6A6

#D0A6A6
(208,166,166)
#D4AEAE
(212,174,174)
#D8B6B6
(216,182,182)
#DCBEBE
(220,190,190)
#E0C6C6
(224,198,198)
#E4CECE
(228,206,206)
#E8D6D6
(232,214,214)
#ECDEDE
(236,222,222)
#F0E6E6
(240,230,230)
#F4EEEE
(244,238,238)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A6A6; }

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

This text font color is #D0A6A6.

Background Color

.myBgColor { background-color: #D0A6A6; }

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

This div background color is #D0A6A6.

Border color

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

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

This div border color is #D0A6A6.

Opacity

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

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

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

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

This text has shadow with #D0A6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A6A6.

Preview

Color preview on black background

This text has color #D0A6A6 on black background.


Color preview on white background

This text has color #D0A6A6 on white background.


Black color preview on #D0A6A6 background

This text has black color on #D0A6A6 background.


White color preview on #D0A6A6 background

This text has white color on #D0A6A6 background.


Related colors

Complementary color

Complementary color for #hex is #2F5959.


I love getcolorcode.com