COLOR #AD80BE

HEX: #AD80BE RGB: (173,128,190)

Color info

#AD80BE contains mainly red and blue colors. Web safe color of #AD80BE is #9966CC (or #96C).

RGB color model

#AD80BE color RGB value is (173,128,190).

RGB: (173,128,190) (68%, 50%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 190 of 255 = 75%

173
128
190

R + G + B ~ 64%. #AD80BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 128 + 190 = 491 (100%)
R 173 of 491 ~ 35.23%
G 128 of 491 ~ 26.07%
B 190 of 491 ~ 38.7'%

%35.23
%26.07
%38.7

CMYK color model

#AD80BE color CMYK value is (9,33,0,25).

  • cyan value is 8.95%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (9,33,0,25) C9M33Y0K25 (9%,33%,0%,25%) (0.09/0.33/0.00/0.25) 

CMYK percentages

%8.95
%32.63
%0
%25.49

Codes

Color #AD80BE in popluar color models

AD 80 BE
RGB 173 128 190
HSL 284° 32.29% 62.35%
HSB/HSV 284° 32.63% 74.51%
CMYK 8.95% 32.63% 0.00%
25.49%

Color #AD80BE in popluar number systems.

HEX AD 80 BE
Decimal 173 128 190
Binary 10101101 10000000 10111110
Octal 255 200 276

Shades and tints

Shades of #AD80BE

#AD80BE
(173,128,190)
#9E75AD
(158,117,173)
#8F6A9C
(143,106,156)
#805F8B
(128,95,139)
#71547A
(113,84,122)
#624969
(98,73,105)
#533E58
(83,62,88)
#443347
(68,51,71)
#352836
(53,40,54)
#261D25
(38,29,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD80BE

#AD80BE
(173,128,190)
#B48BC3
(180,139,195)
#BB96C8
(187,150,200)
#C2A1CD
(194,161,205)
#C9ACD2
(201,172,210)
#D0B7D7
(208,183,215)
#D7C2DC
(215,194,220)
#DECDE1
(222,205,225)
#E5D8E6
(229,216,230)
#ECE3EB
(236,227,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD80BE color. Also use rgb(173,128,190) instead hex code.

Text Font Color

.myTextColor { color: #AD80BE; }

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

This text font color is #AD80BE.

Background Color

.myBgColor { background-color: #AD80BE; }

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

This div background color is #AD80BE.

Border color

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

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

This div border color is #AD80BE.

Opacity

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

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

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

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

This text has shadow with #AD80BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD80BE.

Preview

Color preview on black background

This text has color #AD80BE on black background.


Color preview on white background

This text has color #AD80BE on white background.


Black color preview on #AD80BE background

This text has black color on #AD80BE background.


White color preview on #AD80BE background

This text has white color on #AD80BE background.


Related colors

Complementary color

Complementary color for #hex is #527F41.


I love getcolorcode.com

Triadic colors

1 #BEAD80 and #80BEAD with #AD80BE are triadic colors.

2 #BE80AD and #80ADBE with #AD80BE are triadic colors.