COLOR #AD8FC9

HEX: #AD8FC9 RGB: (173,143,201)

Color info

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

RGB color model

#AD8FC9 color RGB value is (173,143,201).

RGB: (173,143,201) (68%, 56%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 201 of 255 = 79%

173
143
201

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

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 201 = 517 (100%)
R 173 of 517 ~ 33.46%
G 143 of 517 ~ 27.66%
B 201 of 517 ~ 38.88'%

%33.46
%27.66
%38.88

CMYK color model

#AD8FC9 color CMYK value is (14,29,0,21).

  • cyan value is 13.93%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (14,29,0,21) C14M29Y0K21 (14%,29%,0%,21%) (0.14/0.29/0.00/0.21) 

CMYK percentages

%13.93
%28.86
%0
%21.18

Codes

Color #AD8FC9 in popluar color models

AD 8F C9
RGB 173 143 201
HSL 271° 34.94% 67.45%
HSB/HSV 271° 28.86% 78.82%
CMYK 13.93% 28.86% 0.00%
21.18%

Color #AD8FC9 in popluar number systems.

HEX AD 8F C9
Decimal 173 143 201
Binary 10101101 10001111 11001001
Octal 255 217 311

Shades and tints

Shades of #AD8FC9

#AD8FC9
(173,143,201)
#9E82B7
(158,130,183)
#8F75A5
(143,117,165)
#806893
(128,104,147)
#715B81
(113,91,129)
#624E6F
(98,78,111)
#53415D
(83,65,93)
#44344B
(68,52,75)
#352739
(53,39,57)
#261A27
(38,26,39)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #AD8FC9

#AD8FC9
(173,143,201)
#B499CD
(180,153,205)
#BBA3D1
(187,163,209)
#C2ADD5
(194,173,213)
#C9B7D9
(201,183,217)
#D0C1DD
(208,193,221)
#D7CBE1
(215,203,225)
#DED5E5
(222,213,229)
#E5DFE9
(229,223,233)
#ECE9ED
(236,233,237)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FC9 color. Also use rgb(173,143,201) instead hex code.

Text Font Color

.myTextColor { color: #AD8FC9; }

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

This text font color is #AD8FC9.

Background Color

.myBgColor { background-color: #AD8FC9; }

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

This div background color is #AD8FC9.

Border color

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

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

This div border color is #AD8FC9.

Opacity

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

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

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

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

This text has shadow with #AD8FC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8FC9.

Preview

Color preview on black background

This text has color #AD8FC9 on black background.


Color preview on white background

This text has color #AD8FC9 on white background.


Black color preview on #AD8FC9 background

This text has black color on #AD8FC9 background.


White color preview on #AD8FC9 background

This text has white color on #AD8FC9 background.


Related colors

Complementary color

Complementary color for #hex is #527036.


I love getcolorcode.com

Triadic colors

1 #C9AD8F and #8FC9AD with #AD8FC9 are triadic colors.

2 #C98FAD and #8FADC9 with #AD8FC9 are triadic colors.