COLOR #AD8FD8

HEX: #AD8FD8 RGB: (173,143,216)

Color info

#AD8FD8 contains mainly red and blue colors. Web safe color of #AD8FD8 is #9999CC (or #99C).

RGB color model

#AD8FD8 color RGB value is (173,143,216).

RGB: (173,143,216) (68%, 56%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 216 of 255 = 85%

173
143
216

R + G + B ~ 70%. #AD8FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 216 = 532 (100%)
R 173 of 532 ~ 32.52%
G 143 of 532 ~ 26.88%
B 216 of 532 ~ 40.6'%

%32.52
%26.88
%40.6

CMYK color model

#AD8FD8 color CMYK value is (20,34,0,15).

  • cyan value is 19.91%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (20,34,0,15) C20M34Y0K15 (20%,34%,0%,15%) (0.20/0.34/0.00/0.15) 

CMYK percentages

%19.91
%33.8
%0
%15.29

Codes

Color #AD8FD8 in popluar color models

AD 8F D8
RGB 173 143 216
HSL 265° 48.34% 70.39%
HSB/HSV 265° 33.80% 84.71%
CMYK 19.91% 33.80% 0.00%
15.29%

Color #AD8FD8 in popluar number systems.

HEX AD 8F D8
Decimal 173 143 216
Binary 10101101 10001111 11011000
Octal 255 217 330

Shades and tints

Shades of #AD8FD8

#AD8FD8
(173,143,216)
#9E82C5
(158,130,197)
#8F75B2
(143,117,178)
#80689F
(128,104,159)
#715B8C
(113,91,140)
#624E79
(98,78,121)
#534166
(83,65,102)
#443453
(68,52,83)
#352740
(53,39,64)
#261A2D
(38,26,45)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #AD8FD8

#AD8FD8
(173,143,216)
#B499DB
(180,153,219)
#BBA3DE
(187,163,222)
#C2ADE1
(194,173,225)
#C9B7E4
(201,183,228)
#D0C1E7
(208,193,231)
#D7CBEA
(215,203,234)
#DED5ED
(222,213,237)
#E5DFF0
(229,223,240)
#ECE9F3
(236,233,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8FD8; }

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

This text font color is #AD8FD8.

Background Color

.myBgColor { background-color: #AD8FD8; }

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

This div background color is #AD8FD8.

Border color

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

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

This div border color is #AD8FD8.

Opacity

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

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

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

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

This text has shadow with #AD8FD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8FD8.

Preview

Color preview on black background

This text has color #AD8FD8 on black background.


Color preview on white background

This text has color #AD8FD8 on white background.


Black color preview on #AD8FD8 background

This text has black color on #AD8FD8 background.


White color preview on #AD8FD8 background

This text has white color on #AD8FD8 background.


Related colors

Complementary color

Complementary color for #hex is #527027.


I love getcolorcode.com

Triadic colors

1 #D8AD8F and #8FD8AD with #AD8FD8 are triadic colors.

2 #D88FAD and #8FADD8 with #AD8FD8 are triadic colors.