COLOR #AD8BB0

HEX: #AD8BB0
RGB: (173,139,176)

Color info

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

RGB color model

#AD8BB0 color RGB value is (173,139,176).

  • red value is 173;
  • green value is 139;
  • blue value is 176.
RGB:
(173,139,176)
(68%,55%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 176 of 255 = 69%

173
139
176

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

Portions of RGB colors in percentages

R + G + B =
173 + 139 + 176 = 488 (100%)
R 173 of 488 ~ 35.45%
G 139 of 488 ~ 28.48%
B 176 of 488 ~ 36.07%

%35.45
%28.48
%36.07

CMYK color model

#AD8BB0 color CMYK value is (2,21,0,31).

  • cyan value is 1.70%
  • magenta value is 21.02%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,21,0,31)
C2M21Y0K31 
(2%,21%,0%,31%)
(0.02/0.21/0.00/0.31)	

CMYK percentages

%1.7
%21.02
%0
%30.98

Codes

Color #AD8BB0 in popluar color models

AD8BB0
RGB173139176
HSL295°18.97%61.76%
HSB/HSV295°21.02%69.02%
CMYK1.70%21.02%0.00%
30.98%

Color #AD8BB0 in popluar number systems.

HEXAD8BB0
Decimal173139176
Binary101011011000101110110000
Octal255213260

Shades and tints

Shades of #AD8BB0

#AD8BB0
(173,139,176)
#9E7FA0
(158,127,160)
#8F7390
(143,115,144)
#806780
(128,103,128)
#715B70
(113,91,112)
#624F60
(98,79,96)
#534350
(83,67,80)
#443740
(68,55,64)
#352B30
(53,43,48)
#261F20
(38,31,32)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #AD8BB0

#AD8BB0
(173,139,176)
#B495B7
(180,149,183)
#BB9FBE
(187,159,190)
#C2A9C5
(194,169,197)
#C9B3CC
(201,179,204)
#D0BDD3
(208,189,211)
#D7C7DA
(215,199,218)
#DED1E1
(222,209,225)
#E5DBE8
(229,219,232)
#ECE5EF
(236,229,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8BB0 color. Also use rgb(173,139,176) instead hex code.

Text Font Color

.myTextColor { color: #AD8BB0; }

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

This text font color is #AD8BB0.


Background Color

.myBgColor { background-color: #AD8BB0; }

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

This div background color is #AD8BB0.


Border color

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

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

This div border color is #AD8BB0.


Opacity

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

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

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

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

This text has shadow with #AD8BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8BB0 on black background.


Color preview on white background

This text has color #AD8BB0 on white background.



Black color preview on #AD8BB0 background

This text has black color on #AD8BB0 background.


White color preview on #AD8BB0 background

This text has white color on #AD8BB0 background.