COLOR #AD8DCD

HEX: #AD8DCD RGB: (173,141,205)

Color info

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

RGB color model

#AD8DCD color RGB value is (173,141,205).

RGB: (173,141,205) (68%, 55%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 205 of 255 = 80%

173
141
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 205 = 519 (100%)
R 173 of 519 ~ 33.33%
G 141 of 519 ~ 27.17%
B 205 of 519 ~ 39.5'%

%33.33
%27.17
%39.5

CMYK color model

#AD8DCD color CMYK value is (16,31,0,20).

  • cyan value is 15.61%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,31,0,20)
C16M31Y0K20 (16%, 31%, 0%, 20%)
(0.16 / 0.31 / 0.00 / 0.20)

CMYK percentages

%15.61
%31.22
%0
%19.61

Codes

Color #AD8DCD in popluar color models

AD 8D CD
RGB 173 141 205
HSL 270° 39.02% 67.84%
HSB/HSV 270° 31.22% 80.39%
CMYK 15.61% 31.22% 0.00%
19.61%

Color #AD8DCD in popluar number systems.

HEX AD 8D CD
Decimal 173 141 205
Binary 10101101 10001101 11001101
Octal 255 215 315

Shades and tints

Shades of #AD8DCD

#AD8DCD
(173,141,205)
#9E81BB
(158,129,187)
#8F75A9
(143,117,169)
#806997
(128,105,151)
#715D85
(113,93,133)
#625173
(98,81,115)
#534561
(83,69,97)
#44394F
(68,57,79)
#352D3D
(53,45,61)
#26212B
(38,33,43)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #AD8DCD

#AD8DCD
(173,141,205)
#B497D1
(180,151,209)
#BBA1D5
(187,161,213)
#C2ABD9
(194,171,217)
#C9B5DD
(201,181,221)
#D0BFE1
(208,191,225)
#D7C9E5
(215,201,229)
#DED3E9
(222,211,233)
#E5DDED
(229,221,237)
#ECE7F1
(236,231,241)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8DCD color. Also use rgb(173,141,205) instead hex code.

Text Font Color

.myTextColor { color: #AD8DCD; }

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

This text font color is #AD8DCD.

Background Color

.myBgColor { background-color: #AD8DCD; }

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

This div background color is #AD8DCD.

Border color

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

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

This div border color is #AD8DCD.

Opacity

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

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

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

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

This text has shadow with #AD8DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8DCD.

Preview

Color preview on black background

This text has color #AD8DCD on black background.


Color preview on white background

This text has color #AD8DCD on white background.


Black color preview on #AD8DCD background

This text has black color on #AD8DCD background.


White color preview on #AD8DCD background

This text has white color on #AD8DCD background.


Related colors

Complementary color

Complementary color for #hex is #527232.


I love getcolorcode.com

Triadic colors

1 #CDAD8D and #8DCDAD with #AD8DCD are triadic colors.

2 #CD8DAD and #8DADCD with #AD8DCD are triadic colors.