COLOR #AD8CD6

HEX: #AD8CD6 RGB: (173,140,214)

Color info

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

RGB color model

#AD8CD6 color RGB value is (173,140,214).

RGB: (173,140,214) (68%, 55%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 214 of 255 = 84%

173
140
214

R + G + B ~ 69%. #AD8CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 140 + 214 = 527 (100%)
R 173 of 527 ~ 32.83%
G 140 of 527 ~ 26.57%
B 214 of 527 ~ 40.61'%

%32.83
%26.57
%40.61

CMYK color model

#AD8CD6 color CMYK value is (19,35,0,16).

  • cyan value is 19.16%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,35,0,16)
C19M35Y0K16 (19%, 35%, 0%, 16%)
(0.19 / 0.35 / 0.00 / 0.16)

CMYK percentages

%19.16
%34.58
%0
%16.08

Codes

Color #AD8CD6 in popluar color models

AD 8C D6
RGB 173 140 214
HSL 267° 47.44% 69.41%
HSB/HSV 267° 34.58% 83.92%
CMYK 19.16% 34.58% 0.00%
16.08%

Color #AD8CD6 in popluar number systems.

HEX AD 8C D6
Decimal 173 140 214
Binary 10101101 10001100 11010110
Octal 255 214 326

Shades and tints

Shades of #AD8CD6

#AD8CD6
(173,140,214)
#9E80C3
(158,128,195)
#8F74B0
(143,116,176)
#80689D
(128,104,157)
#715C8A
(113,92,138)
#625077
(98,80,119)
#534464
(83,68,100)
#443851
(68,56,81)
#352C3E
(53,44,62)
#26202B
(38,32,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #AD8CD6

#AD8CD6
(173,140,214)
#B496D9
(180,150,217)
#BBA0DC
(187,160,220)
#C2AADF
(194,170,223)
#C9B4E2
(201,180,226)
#D0BEE5
(208,190,229)
#D7C8E8
(215,200,232)
#DED2EB
(222,210,235)
#E5DCEE
(229,220,238)
#ECE6F1
(236,230,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CD6 color. Also use rgb(173,140,214) instead hex code.

Text Font Color

.myTextColor { color: #AD8CD6; }

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

This text font color is #AD8CD6.

Background Color

.myBgColor { background-color: #AD8CD6; }

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

This div background color is #AD8CD6.

Border color

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

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

This div border color is #AD8CD6.

Opacity

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

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

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

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

This text has shadow with #AD8CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8CD6.

Preview

Color preview on black background

This text has color #AD8CD6 on black background.


Color preview on white background

This text has color #AD8CD6 on white background.


Black color preview on #AD8CD6 background

This text has black color on #AD8CD6 background.


White color preview on #AD8CD6 background

This text has white color on #AD8CD6 background.


Related colors

Complementary color

Complementary color for #hex is #527329.


I love getcolorcode.com

Triadic colors

1 #D6AD8C and #8CD6AD with #AD8CD6 are triadic colors.

2 #D68CAD and #8CADD6 with #AD8CD6 are triadic colors.