COLOR #AD6CB9

HEX: #AD6CB9
RGB: (173,108,185)

Color info

#AD6CB9 contains mainly red and blue colors. Web safe color of #AD6CB9 is #9966CC (or #96C).

RGB color model

#AD6CB9 color RGB value is (173,108,185).

  • red value is 173;
  • green value is 108;
  • blue value is 185.
RGB:
(173,108,185)
(68%,42%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 185 of 255 = 73%

173
108
185

R + G + B ~ 61%. #AD6CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 108 + 185 = 466 (100%)
R 173 of 466 ~ 37.12%
G 108 of 466 ~ 23.18%
B 185 of 466 ~ 39.7%

%37.12
%23.18
%39.7

CMYK color model

#AD6CB9 color CMYK value is (6,42,0,27).

  • cyan value is 6.49%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,42,0,27)
C6M42Y0K27 
(6%,42%,0%,27%)
(0.06/0.42/0.00/0.27)	

CMYK percentages

%6.49
%41.62
%0
%27.45

Codes

Color #AD6CB9 in popluar color models

AD6CB9
RGB173108185
HSL291°35.48%57.45%
HSB/HSV291°41.62%72.55%
CMYK6.49%41.62%0.00%
27.45%

Color #AD6CB9 in popluar number systems.

HEXAD6CB9
Decimal173108185
Binary10101101110110010111001
Octal255154271

Shades and tints

Shades of #AD6CB9

#AD6CB9
(173,108,185)
#9E63A9
(158,99,169)
#8F5A99
(143,90,153)
#805189
(128,81,137)
#714879
(113,72,121)
#623F69
(98,63,105)
#533659
(83,54,89)
#442D49
(68,45,73)
#352439
(53,36,57)
#261B29
(38,27,41)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD6CB9

#AD6CB9
(173,108,185)
#B479BF
(180,121,191)
#BB86C5
(187,134,197)
#C293CB
(194,147,203)
#C9A0D1
(201,160,209)
#D0ADD7
(208,173,215)
#D7BADD
(215,186,221)
#DEC7E3
(222,199,227)
#E5D4E9
(229,212,233)
#ECE1EF
(236,225,239)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6CB9 color. Also use rgb(173,108,185) instead hex code.

Text Font Color

.myTextColor { color: #AD6CB9; }

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

This text font color is #AD6CB9.


Background Color

.myBgColor { background-color: #AD6CB9; }

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

This div background color is #AD6CB9.


Border color

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

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

This div border color is #AD6CB9.


Opacity

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

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

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

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

This text has shadow with #AD6CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6CB9 on black background.


Color preview on white background

This text has color #AD6CB9 on white background.



Black color preview on #AD6CB9 background

This text has black color on #AD6CB9 background.


White color preview on #AD6CB9 background

This text has white color on #AD6CB9 background.