COLOR #AD8BC1

HEX: #AD8BC1 RGB: (173,139,193)

Color info

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

RGB color model

#AD8BC1 color RGB value is (173,139,193).

RGB: (173,139,193) (68%, 55%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 193 of 255 = 76%

173
139
193

R + G + B ~ 66%. #AD8BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 139 + 193 = 505 (100%)
R 173 of 505 ~ 34.26%
G 139 of 505 ~ 27.52%
B 193 of 505 ~ 38.22'%

%34.26
%27.52
%38.22

CMYK color model

#AD8BC1 color CMYK value is (10,28,0,24).

  • cyan value is 10.36%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,28,0,24)
C10M28Y0K24 (10%, 28%, 0%, 24%)
(0.10 / 0.28 / 0.00 / 0.24)

CMYK percentages

%10.36
%27.98
%0
%24.31

Codes

Color #AD8BC1 in popluar color models

AD 8B C1
RGB 173 139 193
HSL 278° 30.34% 65.10%
HSB/HSV 278° 27.98% 75.69%
CMYK 10.36% 27.98% 0.00%
24.31%

Color #AD8BC1 in popluar number systems.

HEX AD 8B C1
Decimal 173 139 193
Binary 10101101 10001011 11000001
Octal 255 213 301

Shades and tints

Shades of #AD8BC1

#AD8BC1
(173,139,193)
#9E7FB0
(158,127,176)
#8F739F
(143,115,159)
#80678E
(128,103,142)
#715B7D
(113,91,125)
#624F6C
(98,79,108)
#53435B
(83,67,91)
#44374A
(68,55,74)
#352B39
(53,43,57)
#261F28
(38,31,40)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #AD8BC1

#AD8BC1
(173,139,193)
#B495C6
(180,149,198)
#BB9FCB
(187,159,203)
#C2A9D0
(194,169,208)
#C9B3D5
(201,179,213)
#D0BDDA
(208,189,218)
#D7C7DF
(215,199,223)
#DED1E4
(222,209,228)
#E5DBE9
(229,219,233)
#ECE5EE
(236,229,238)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8BC1; }

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

This text font color is #AD8BC1.

Background Color

.myBgColor { background-color: #AD8BC1; }

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

This div background color is #AD8BC1.

Border color

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

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

This div border color is #AD8BC1.

Opacity

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

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

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

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

This text has shadow with #AD8BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8BC1.

Preview

Color preview on black background

This text has color #AD8BC1 on black background.


Color preview on white background

This text has color #AD8BC1 on white background.


Black color preview on #AD8BC1 background

This text has black color on #AD8BC1 background.


White color preview on #AD8BC1 background

This text has white color on #AD8BC1 background.


Related colors

Complementary color

Complementary color for #hex is #52743E.


I love getcolorcode.com

Triadic colors

1 #C1AD8B and #8BC1AD with #AD8BC1 are triadic colors.

2 #C18BAD and #8BADC1 with #AD8BC1 are triadic colors.