COLOR #AD8AAF

HEX: #AD8AAF
RGB: (173,138,175)

Color info

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

RGB color model

#AD8AAF color RGB value is (173,138,175).

  • red value is 173;
  • green value is 138;
  • blue value is 175.
RGB:
(173,138,175)
(68%,54%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 175 of 255 = 69%

173
138
175

R + G + B ~ 64%. #AD8AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 138 + 175 = 486 (100%)
R 173 of 486 ~ 35.6%
G 138 of 486 ~ 28.4%
B 175 of 486 ~ 36.01%

%35.6
%28.4
%36.01

CMYK color model

#AD8AAF color CMYK value is (1,21,0,31).

  • cyan value is 1.14%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,21,0,31)
C1M21Y0K31 
(1%,21%,0%,31%)
(0.01/0.21/0.00/0.31)	

CMYK percentages

%1.14
%21.14
%0
%31.37

Codes

Color #AD8AAF in popluar color models

AD8AAF
RGB173138175
HSL297°18.78%61.37%
HSB/HSV297°21.14%68.63%
CMYK1.14%21.14%0.00%
31.37%

Color #AD8AAF in popluar number systems.

HEXAD8AAF
Decimal173138175
Binary101011011000101010101111
Octal255212257

Shades and tints

Shades of #AD8AAF

#AD8AAF
(173,138,175)
#9E7EA0
(158,126,160)
#8F7291
(143,114,145)
#806682
(128,102,130)
#715A73
(113,90,115)
#624E64
(98,78,100)
#534255
(83,66,85)
#443646
(68,54,70)
#352A37
(53,42,55)
#261E28
(38,30,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD8AAF

#AD8AAF
(173,138,175)
#B494B6
(180,148,182)
#BB9EBD
(187,158,189)
#C2A8C4
(194,168,196)
#C9B2CB
(201,178,203)
#D0BCD2
(208,188,210)
#D7C6D9
(215,198,217)
#DED0E0
(222,208,224)
#E5DAE7
(229,218,231)
#ECE4EE
(236,228,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8AAF color. Also use rgb(173,138,175) instead hex code.

Text Font Color

.myTextColor { color: #AD8AAF; }

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

This text font color is #AD8AAF.


Background Color

.myBgColor { background-color: #AD8AAF; }

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

This div background color is #AD8AAF.


Border color

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

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

This div border color is #AD8AAF.


Opacity

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

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

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

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

This text has shadow with #AD8AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8AAF on black background.


Color preview on white background

This text has color #AD8AAF on white background.



Black color preview on #AD8AAF background

This text has black color on #AD8AAF background.


White color preview on #AD8AAF background

This text has white color on #AD8AAF background.