COLOR #AD91C6

HEX: #AD91C6 RGB: (173,145,198)

Color info

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

RGB color model

#AD91C6 color RGB value is (173,145,198).

RGB: (173,145,198) (68%, 57%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 198 of 255 = 78%

173
145
198

R + G + B ~ 68%. #AD91C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 145 + 198 = 516 (100%)
R 173 of 516 ~ 33.53%
G 145 of 516 ~ 28.1%
B 198 of 516 ~ 38.37'%

%33.53
%28.1
%38.37

CMYK color model

#AD91C6 color CMYK value is (13,27,0,22).

  • cyan value is 12.63%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (13,27,0,22) C13M27Y0K22 (13%,27%,0%,22%) (0.13/0.27/0.00/0.22) 

CMYK percentages

%12.63
%26.77
%0
%22.35

Codes

Color #AD91C6 in popluar color models

AD 91 C6
RGB 173 145 198
HSL 272° 31.74% 67.25%
HSB/HSV 272° 26.77% 77.65%
CMYK 12.63% 26.77% 0.00%
22.35%

Color #AD91C6 in popluar number systems.

HEX AD 91 C6
Decimal 173 145 198
Binary 10101101 10010001 11000110
Octal 255 221 306

Shades and tints

Shades of #AD91C6

#AD91C6
(173,145,198)
#9E84B4
(158,132,180)
#8F77A2
(143,119,162)
#806A90
(128,106,144)
#715D7E
(113,93,126)
#62506C
(98,80,108)
#53435A
(83,67,90)
#443648
(68,54,72)
#352936
(53,41,54)
#261C24
(38,28,36)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #AD91C6

#AD91C6
(173,145,198)
#B49BCB
(180,155,203)
#BBA5D0
(187,165,208)
#C2AFD5
(194,175,213)
#C9B9DA
(201,185,218)
#D0C3DF
(208,195,223)
#D7CDE4
(215,205,228)
#DED7E9
(222,215,233)
#E5E1EE
(229,225,238)
#ECEBF3
(236,235,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD91C6 color. Also use rgb(173,145,198) instead hex code.

Text Font Color

.myTextColor { color: #AD91C6; }

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

This text font color is #AD91C6.

Background Color

.myBgColor { background-color: #AD91C6; }

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

This div background color is #AD91C6.

Border color

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

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

This div border color is #AD91C6.

Opacity

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

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

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

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

This text has shadow with #AD91C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD91C6.

Preview

Color preview on black background

This text has color #AD91C6 on black background.


Color preview on white background

This text has color #AD91C6 on white background.


Black color preview on #AD91C6 background

This text has black color on #AD91C6 background.


White color preview on #AD91C6 background

This text has white color on #AD91C6 background.


Related colors

Complementary color

Complementary color for #hex is #526E39.


I love getcolorcode.com

Triadic colors

1 #C6AD91 and #91C6AD with #AD91C6 are triadic colors.

2 #C691AD and #91ADC6 with #AD91C6 are triadic colors.