COLOR #AD8EA1

HEX: #AD8EA1 RGB: (173,142,161)

Color info

#AD8EA1 contains red, green and blue colors in about the same proportion. Web safe color of #AD8EA1 is #999999 (or #999).

RGB color model

#AD8EA1 color RGB value is (173,142,161).

RGB: (173,142,161) (68%, 56%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 161 of 255 = 63%

173
142
161

R + G + B ~ 62%. #AD8EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 161 = 476 (100%)
R 173 of 476 ~ 36.34%
G 142 of 476 ~ 29.83%
B 161 of 476 ~ 33.82'%

%36.34
%29.83
%33.82

CMYK color model

#AD8EA1 color CMYK value is (0,18,7,32).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 6.94%
  • key color value is 32.16%

CMYK: (0,18,7,32)
C0M18Y7K32 (0%, 18%, 7%, 32%)
(0.00 / 0.18 / 0.07 / 0.32)

CMYK percentages

%0
%17.92
%6.94
%32.16

Codes

Color #AD8EA1 in popluar color models

AD 8E A1
RGB 173 142 161
HSL 323° 15.90% 61.76%
HSB/HSV 323° 17.92% 67.84%
CMYK 0.00% 17.92% 6.94%
32.16%

Color #AD8EA1 in popluar number systems.

HEX AD 8E A1
Decimal 173 142 161
Binary 10101101 10001110 10100001
Octal 255 216 241

Shades and tints

Shades of #AD8EA1

#AD8EA1
(173,142,161)
#9E8293
(158,130,147)
#8F7685
(143,118,133)
#806A77
(128,106,119)
#715E69
(113,94,105)
#62525B
(98,82,91)
#53464D
(83,70,77)
#443A3F
(68,58,63)
#352E31
(53,46,49)
#262223
(38,34,35)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #AD8EA1

#AD8EA1
(173,142,161)
#B498A9
(180,152,169)
#BBA2B1
(187,162,177)
#C2ACB9
(194,172,185)
#C9B6C1
(201,182,193)
#D0C0C9
(208,192,201)
#D7CAD1
(215,202,209)
#DED4D9
(222,212,217)
#E5DEE1
(229,222,225)
#ECE8E9
(236,232,233)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8EA1 color. Also use rgb(173,142,161) instead hex code.

Text Font Color

.myTextColor { color: #AD8EA1; }

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

This text font color is #AD8EA1.

Background Color

.myBgColor { background-color: #AD8EA1; }

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

This div background color is #AD8EA1.

Border color

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

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

This div border color is #AD8EA1.

Opacity

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

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

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

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

This text has shadow with #AD8EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8EA1.

Preview

Color preview on black background

This text has color #AD8EA1 on black background.


Color preview on white background

This text has color #AD8EA1 on white background.


Black color preview on #AD8EA1 background

This text has black color on #AD8EA1 background.


White color preview on #AD8EA1 background

This text has white color on #AD8EA1 background.


Related colors

Complementary color

Complementary color for #hex is #52715E.


I love getcolorcode.com

Triadic colors

1 #A1AD8E and #8EA1AD with #AD8EA1 are triadic colors.

2 #A18EAD and #8EADA1 with #AD8EA1 are triadic colors.