COLOR #AD8FB8

HEX: #AD8FB8 RGB: (173,143,184)

Color info

#AD8FB8 contains red, green and blue colors in about the same proportion. Web safe color of #AD8FB8 is #9999CC (or #99C).

RGB color model

#AD8FB8 color RGB value is (173,143,184).

RGB: (173,143,184) (68%, 56%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 184 of 255 = 72%

173
143
184

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

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 184 = 500 (100%)
R 173 of 500 ~ 34.6%
G 143 of 500 ~ 28.6%
B 184 of 500 ~ 36.8'%

%34.6
%28.6
%36.8

CMYK color model

#AD8FB8 color CMYK value is (6,22,0,28).

  • cyan value is 5.98%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (6,22,0,28)
C6M22Y0K28 (6%, 22%, 0%, 28%)
(0.06 / 0.22 / 0.00 / 0.28)

CMYK percentages

%5.98
%22.28
%0
%27.84

Codes

Color #AD8FB8 in popluar color models

AD 8F B8
RGB 173 143 184
HSL 284° 22.40% 64.12%
HSB/HSV 284° 22.28% 72.16%
CMYK 5.98% 22.28% 0.00%
27.84%

Color #AD8FB8 in popluar number systems.

HEX AD 8F B8
Decimal 173 143 184
Binary 10101101 10001111 10111000
Octal 255 217 270

Shades and tints

Shades of #AD8FB8

#AD8FB8
(173,143,184)
#9E82A8
(158,130,168)
#8F7598
(143,117,152)
#806888
(128,104,136)
#715B78
(113,91,120)
#624E68
(98,78,104)
#534158
(83,65,88)
#443448
(68,52,72)
#352738
(53,39,56)
#261A28
(38,26,40)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #AD8FB8

#AD8FB8
(173,143,184)
#B499BE
(180,153,190)
#BBA3C4
(187,163,196)
#C2ADCA
(194,173,202)
#C9B7D0
(201,183,208)
#D0C1D6
(208,193,214)
#D7CBDC
(215,203,220)
#DED5E2
(222,213,226)
#E5DFE8
(229,223,232)
#ECE9EE
(236,233,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FB8 color. Also use rgb(173,143,184) instead hex code.

Text Font Color

.myTextColor { color: #AD8FB8; }

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

This text font color is #AD8FB8.

Background Color

.myBgColor { background-color: #AD8FB8; }

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

This div background color is #AD8FB8.

Border color

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

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

This div border color is #AD8FB8.

Opacity

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

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

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

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

This text has shadow with #AD8FB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8FB8.

Preview

Color preview on black background

This text has color #AD8FB8 on black background.


Color preview on white background

This text has color #AD8FB8 on white background.


Black color preview on #AD8FB8 background

This text has black color on #AD8FB8 background.


White color preview on #AD8FB8 background

This text has white color on #AD8FB8 background.


Related colors

Complementary color

Complementary color for #hex is #527047.


I love getcolorcode.com

Triadic colors

1 #B8AD8F and #8FB8AD with #AD8FB8 are triadic colors.

2 #B88FAD and #8FADB8 with #AD8FB8 are triadic colors.