COLOR #AD8CB5

HEX: #AD8CB5
RGB: (173,140,181)

Color info

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

RGB color model

#AD8CB5 color RGB value is (173,140,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 181 of 255 = 71%

173
140
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 181 = 494 (100%)
R 173 of 494 ~ 35.02%
G 140 of 494 ~ 28.34%
B 181 of 494 ~ 36.64%

%35.02
%28.34
%36.64

CMYK color model

#AD8CB5 color CMYK value is (4,23,0,29).

  • cyan value is 4.42%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,23,0,29)
C4M23Y0K29 
(4%,23%,0%,29%)
(0.04/0.23/0.00/0.29)	

CMYK percentages

%4.42
%22.65
%0
%29.02

Codes

Color #AD8CB5 in popluar color models

AD8CB5
RGB173140181
HSL288°21.69%62.94%
HSB/HSV288°22.65%70.98%
CMYK4.42%22.65%0.00%
29.02%

Color #AD8CB5 in popluar number systems.

HEXAD8CB5
Decimal173140181
Binary101011011000110010110101
Octal255214265

Shades and tints

Shades of #AD8CB5

#AD8CB5
(173,140,181)
#9E80A5
(158,128,165)
#8F7495
(143,116,149)
#806885
(128,104,133)
#715C75
(113,92,117)
#625065
(98,80,101)
#534455
(83,68,85)
#443845
(68,56,69)
#352C35
(53,44,53)
#262025
(38,32,37)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #AD8CB5

#AD8CB5
(173,140,181)
#B496BB
(180,150,187)
#BBA0C1
(187,160,193)
#C2AAC7
(194,170,199)
#C9B4CD
(201,180,205)
#D0BED3
(208,190,211)
#D7C8D9
(215,200,217)
#DED2DF
(222,210,223)
#E5DCE5
(229,220,229)
#ECE6EB
(236,230,235)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8CB5; }

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

This text font color is #AD8CB5.


Background Color

.myBgColor { background-color: #AD8CB5; }

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

This div background color is #AD8CB5.


Border color

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

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

This div border color is #AD8CB5.


Opacity

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

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

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

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

This text has shadow with #AD8CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CB5 on black background.


Color preview on white background

This text has color #AD8CB5 on white background.



Black color preview on #AD8CB5 background

This text has black color on #AD8CB5 background.


White color preview on #AD8CB5 background

This text has white color on #AD8CB5 background.