COLOR #AD8CB7

HEX: #AD8CB7
RGB: (173,140,183)

Color info

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

RGB color model

#AD8CB7 color RGB value is (173,140,183).

  • red value is 173;
  • green value is 140;
  • blue value is 183.
RGB:
(173,140,183)
(68%,55%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 183 of 255 = 72%

173
140
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 183 = 496 (100%)
R 173 of 496 ~ 34.88%
G 140 of 496 ~ 28.23%
B 183 of 496 ~ 36.9%

%34.88
%28.23
%36.9

CMYK color model

#AD8CB7 color CMYK value is (5,23,0,28).

  • cyan value is 5.46%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,23,0,28)
C5M23Y0K28 
(5%,23%,0%,28%)
(0.05/0.23/0.00/0.28)	

CMYK percentages

%5.46
%23.5
%0
%28.24

Codes

Color #AD8CB7 in popluar color models

AD8CB7
RGB173140183
HSL286°22.99%63.33%
HSB/HSV286°23.50%71.76%
CMYK5.46%23.50%0.00%
28.24%

Color #AD8CB7 in popluar number systems.

HEXAD8CB7
Decimal173140183
Binary101011011000110010110111
Octal255214267

Shades and tints

Shades of #AD8CB7

#AD8CB7
(173,140,183)
#9E80A7
(158,128,167)
#8F7497
(143,116,151)
#806887
(128,104,135)
#715C77
(113,92,119)
#625067
(98,80,103)
#534457
(83,68,87)
#443847
(68,56,71)
#352C37
(53,44,55)
#262027
(38,32,39)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #AD8CB7

#AD8CB7
(173,140,183)
#B496BD
(180,150,189)
#BBA0C3
(187,160,195)
#C2AAC9
(194,170,201)
#C9B4CF
(201,180,207)
#D0BED5
(208,190,213)
#D7C8DB
(215,200,219)
#DED2E1
(222,210,225)
#E5DCE7
(229,220,231)
#ECE6ED
(236,230,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CB7 color. Also use rgb(173,140,183) instead hex code.

Text Font Color

.myTextColor { color: #AD8CB7; }

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

This text font color is #AD8CB7.


Background Color

.myBgColor { background-color: #AD8CB7; }

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

This div background color is #AD8CB7.


Border color

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

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

This div border color is #AD8CB7.


Opacity

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

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

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

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

This text has shadow with #AD8CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CB7 on black background.


Color preview on white background

This text has color #AD8CB7 on white background.



Black color preview on #AD8CB7 background

This text has black color on #AD8CB7 background.


White color preview on #AD8CB7 background

This text has white color on #AD8CB7 background.