COLOR #AD8FC8

HEX: #AD8FC8 RGB: (173,143,200)

Color info

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

RGB color model

#AD8FC8 color RGB value is (173,143,200).

RGB: (173,143,200) (68%, 56%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 200 of 255 = 78%

173
143
200

R + G + B ~ 67%. #AD8FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 200 = 516 (100%)
R 173 of 516 ~ 33.53%
G 143 of 516 ~ 27.71%
B 200 of 516 ~ 38.76'%

%33.53
%27.71
%38.76

CMYK color model

#AD8FC8 color CMYK value is (14,29,0,22).

  • cyan value is 13.50%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (14,29,0,22)
C14M29Y0K22 (14%, 29%, 0%, 22%)
(0.14 / 0.29 / 0.00 / 0.22)

CMYK percentages

%13.5
%28.5
%0
%21.57

Codes

Color #AD8FC8 in popluar color models

AD 8F C8
RGB 173 143 200
HSL 272° 34.13% 67.25%
HSB/HSV 272° 28.50% 78.43%
CMYK 13.50% 28.50% 0.00%
21.57%

Color #AD8FC8 in popluar number systems.

HEX AD 8F C8
Decimal 173 143 200
Binary 10101101 10001111 11001000
Octal 255 217 310

Shades and tints

Shades of #AD8FC8

#AD8FC8
(173,143,200)
#9E82B6
(158,130,182)
#8F75A4
(143,117,164)
#806892
(128,104,146)
#715B80
(113,91,128)
#624E6E
(98,78,110)
#53415C
(83,65,92)
#44344A
(68,52,74)
#352738
(53,39,56)
#261A26
(38,26,38)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #AD8FC8

#AD8FC8
(173,143,200)
#B499CD
(180,153,205)
#BBA3D2
(187,163,210)
#C2ADD7
(194,173,215)
#C9B7DC
(201,183,220)
#D0C1E1
(208,193,225)
#D7CBE6
(215,203,230)
#DED5EB
(222,213,235)
#E5DFF0
(229,223,240)
#ECE9F5
(236,233,245)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8FC8; }

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

This text font color is #AD8FC8.

Background Color

.myBgColor { background-color: #AD8FC8; }

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

This div background color is #AD8FC8.

Border color

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

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

This div border color is #AD8FC8.

Opacity

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

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

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

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

This text has shadow with #AD8FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8FC8.

Preview

Color preview on black background

This text has color #AD8FC8 on black background.


Color preview on white background

This text has color #AD8FC8 on white background.


Black color preview on #AD8FC8 background

This text has black color on #AD8FC8 background.


White color preview on #AD8FC8 background

This text has white color on #AD8FC8 background.


Related colors

Complementary color

Complementary color for #hex is #527037.


I love getcolorcode.com

Triadic colors

1 #C8AD8F and #8FC8AD with #AD8FC8 are triadic colors.

2 #C88FAD and #8FADC8 with #AD8FC8 are triadic colors.