COLOR #AD8EB3

HEX: #AD8EB3 RGB: (173,142,179)

Color info

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

RGB color model

#AD8EB3 color RGB value is (173,142,179).

RGB: (173,142,179) (68%, 56%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 179 of 255 = 70%

173
142
179

R + G + B ~ 65%. #AD8EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 179 = 494 (100%)
R 173 of 494 ~ 35.02%
G 142 of 494 ~ 28.74%
B 179 of 494 ~ 36.23'%

%35.02
%28.74
%36.23

CMYK color model

#AD8EB3 color CMYK value is (3,21,0,30).

  • cyan value is 3.35%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,21,0,30)
C3M21Y0K30 (3%, 21%, 0%, 30%)
(0.03 / 0.21 / 0.00 / 0.30)

CMYK percentages

%3.35
%20.67
%0
%29.8

Codes

Color #AD8EB3 in popluar color models

AD 8E B3
RGB 173 142 179
HSL 290° 19.58% 62.94%
HSB/HSV 290° 20.67% 70.20%
CMYK 3.35% 20.67% 0.00%
29.80%

Color #AD8EB3 in popluar number systems.

HEX AD 8E B3
Decimal 173 142 179
Binary 10101101 10001110 10110011
Octal 255 216 263

Shades and tints

Shades of #AD8EB3

#AD8EB3
(173,142,179)
#9E82A3
(158,130,163)
#8F7693
(143,118,147)
#806A83
(128,106,131)
#715E73
(113,94,115)
#625263
(98,82,99)
#534653
(83,70,83)
#443A43
(68,58,67)
#352E33
(53,46,51)
#262223
(38,34,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #AD8EB3

#AD8EB3
(173,142,179)
#B498B9
(180,152,185)
#BBA2BF
(187,162,191)
#C2ACC5
(194,172,197)
#C9B6CB
(201,182,203)
#D0C0D1
(208,192,209)
#D7CAD7
(215,202,215)
#DED4DD
(222,212,221)
#E5DEE3
(229,222,227)
#ECE8E9
(236,232,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8EB3; }

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

This text font color is #AD8EB3.

Background Color

.myBgColor { background-color: #AD8EB3; }

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

This div background color is #AD8EB3.

Border color

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

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

This div border color is #AD8EB3.

Opacity

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

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

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

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

This text has shadow with #AD8EB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8EB3.

Preview

Color preview on black background

This text has color #AD8EB3 on black background.


Color preview on white background

This text has color #AD8EB3 on white background.


Black color preview on #AD8EB3 background

This text has black color on #AD8EB3 background.


White color preview on #AD8EB3 background

This text has white color on #AD8EB3 background.


Related colors

Complementary color

Complementary color for #hex is #52714C.


I love getcolorcode.com

Triadic colors

1 #B3AD8E and #8EB3AD with #AD8EB3 are triadic colors.

2 #B38EAD and #8EADB3 with #AD8EB3 are triadic colors.