COLOR #AD8E9F

HEX: #AD8E9F RGB: (173,142,159)

Color info

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

RGB color model

#AD8E9F color RGB value is (173,142,159).

RGB: (173,142,159) (68%, 56%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 159 of 255 = 62%

173
142
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 159 = 474 (100%)
R 173 of 474 ~ 36.5%
G 142 of 474 ~ 29.96%
B 159 of 474 ~ 33.54'%

%36.5
%29.96
%33.54

CMYK color model

#AD8E9F color CMYK value is (0,18,8,32).

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

CMYK: (0,18,8,32)
C0M18Y8K32 (0%, 18%, 8%, 32%)
(0.00 / 0.18 / 0.08 / 0.32)

CMYK percentages

%0
%17.92
%8.09
%32.16

Codes

Color #AD8E9F in popluar color models

AD 8E 9F
RGB 173 142 159
HSL 327° 15.90% 61.76%
HSB/HSV 327° 17.92% 67.84%
CMYK 0.00% 17.92% 8.09%
32.16%

Color #AD8E9F in popluar number systems.

HEX AD 8E 9F
Decimal 173 142 159
Binary 10101101 10001110 10011111
Octal 255 216 237

Shades and tints

Shades of #AD8E9F

#AD8E9F
(173,142,159)
#9E8291
(158,130,145)
#8F7683
(143,118,131)
#806A75
(128,106,117)
#715E67
(113,94,103)
#625259
(98,82,89)
#53464B
(83,70,75)
#443A3D
(68,58,61)
#352E2F
(53,46,47)
#262221
(38,34,33)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #AD8E9F

#AD8E9F
(173,142,159)
#B498A7
(180,152,167)
#BBA2AF
(187,162,175)
#C2ACB7
(194,172,183)
#C9B6BF
(201,182,191)
#D0C0C7
(208,192,199)
#D7CACF
(215,202,207)
#DED4D7
(222,212,215)
#E5DEDF
(229,222,223)
#ECE8E7
(236,232,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E9F; }

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

This text font color is #AD8E9F.

Background Color

.myBgColor { background-color: #AD8E9F; }

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

This div background color is #AD8E9F.

Border color

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

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

This div border color is #AD8E9F.

Opacity

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

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

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

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

This text has shadow with #AD8E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8E9F.

Preview

Color preview on black background

This text has color #AD8E9F on black background.


Color preview on white background

This text has color #AD8E9F on white background.


Black color preview on #AD8E9F background

This text has black color on #AD8E9F background.


White color preview on #AD8E9F background

This text has white color on #AD8E9F background.


Related colors

Complementary color

Complementary color for #hex is #527160.


I love getcolorcode.com

Triadic colors

1 #9FAD8E and #8E9FAD with #AD8E9F are triadic colors.

2 #9F8EAD and #8EAD9F with #AD8E9F are triadic colors.