COLOR #AD82CB

HEX: #AD82CB RGB: (173,130,203)

Color info

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

RGB color model

#AD82CB color RGB value is (173,130,203).

RGB: (173,130,203) (68%, 51%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 203 of 255 = 80%

173
130
203

R + G + B ~ 66%. #AD82CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 130 + 203 = 506 (100%)
R 173 of 506 ~ 34.19%
G 130 of 506 ~ 25.69%
B 203 of 506 ~ 40.12'%

%34.19
%25.69
%40.12

CMYK color model

#AD82CB color CMYK value is (15,36,0,20).

  • cyan value is 14.78%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (15,36,0,20)
C15M36Y0K20 (15%, 36%, 0%, 20%)
(0.15 / 0.36 / 0.00 / 0.20)

CMYK percentages

%14.78
%35.96
%0
%20.39

Codes

Color #AD82CB in popluar color models

AD 82 CB
RGB 173 130 203
HSL 275° 41.24% 65.29%
HSB/HSV 275° 35.96% 79.61%
CMYK 14.78% 35.96% 0.00%
20.39%

Color #AD82CB in popluar number systems.

HEX AD 82 CB
Decimal 173 130 203
Binary 10101101 10000010 11001011
Octal 255 202 313

Shades and tints

Shades of #AD82CB

#AD82CB
(173,130,203)
#9E77B9
(158,119,185)
#8F6CA7
(143,108,167)
#806195
(128,97,149)
#715683
(113,86,131)
#624B71
(98,75,113)
#53405F
(83,64,95)
#44354D
(68,53,77)
#352A3B
(53,42,59)
#261F29
(38,31,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #AD82CB

#AD82CB
(173,130,203)
#B48DCF
(180,141,207)
#BB98D3
(187,152,211)
#C2A3D7
(194,163,215)
#C9AEDB
(201,174,219)
#D0B9DF
(208,185,223)
#D7C4E3
(215,196,227)
#DECFE7
(222,207,231)
#E5DAEB
(229,218,235)
#ECE5EF
(236,229,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD82CB color. Also use rgb(173,130,203) instead hex code.

Text Font Color

.myTextColor { color: #AD82CB; }

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

This text font color is #AD82CB.

Background Color

.myBgColor { background-color: #AD82CB; }

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

This div background color is #AD82CB.

Border color

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

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

This div border color is #AD82CB.

Opacity

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

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

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

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

This text has shadow with #AD82CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD82CB.

Preview

Color preview on black background

This text has color #AD82CB on black background.


Color preview on white background

This text has color #AD82CB on white background.


Black color preview on #AD82CB background

This text has black color on #AD82CB background.


White color preview on #AD82CB background

This text has white color on #AD82CB background.


Related colors

Complementary color

Complementary color for #hex is #527D34.


I love getcolorcode.com

Triadic colors

1 #CBAD82 and #82CBAD with #AD82CB are triadic colors.

2 #CB82AD and #82ADCB with #AD82CB are triadic colors.