COLOR #AD80C9

HEX: #AD80C9 RGB: (173,128,201)

Color info

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

RGB color model

#AD80C9 color RGB value is (173,128,201).

RGB: (173,128,201) (68%, 50%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 201 of 255 = 79%

173
128
201

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

Portions of RGB colors in percentages

R + G + B = 173 + 128 + 201 = 502 (100%)
R 173 of 502 ~ 34.46%
G 128 of 502 ~ 25.5%
B 201 of 502 ~ 40.04'%

%34.46
%25.5
%40.04

CMYK color model

#AD80C9 color CMYK value is (14,36,0,21).

  • cyan value is 13.93%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (14,36,0,21) C14M36Y0K21 (14%,36%,0%,21%) (0.14/0.36/0.00/0.21) 

CMYK percentages

%13.93
%36.32
%0
%21.18

Codes

Color #AD80C9 in popluar color models

AD 80 C9
RGB 173 128 201
HSL 277° 40.33% 64.51%
HSB/HSV 277° 36.32% 78.82%
CMYK 13.93% 36.32% 0.00%
21.18%

Color #AD80C9 in popluar number systems.

HEX AD 80 C9
Decimal 173 128 201
Binary 10101101 10000000 11001001
Octal 255 200 311

Shades and tints

Shades of #AD80C9

#AD80C9
(173,128,201)
#9E75B7
(158,117,183)
#8F6AA5
(143,106,165)
#805F93
(128,95,147)
#715481
(113,84,129)
#62496F
(98,73,111)
#533E5D
(83,62,93)
#44334B
(68,51,75)
#352839
(53,40,57)
#261D27
(38,29,39)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #AD80C9

#AD80C9
(173,128,201)
#B48BCD
(180,139,205)
#BB96D1
(187,150,209)
#C2A1D5
(194,161,213)
#C9ACD9
(201,172,217)
#D0B7DD
(208,183,221)
#D7C2E1
(215,194,225)
#DECDE5
(222,205,229)
#E5D8E9
(229,216,233)
#ECE3ED
(236,227,237)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD80C9; }

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

This text font color is #AD80C9.

Background Color

.myBgColor { background-color: #AD80C9; }

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

This div background color is #AD80C9.

Border color

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

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

This div border color is #AD80C9.

Opacity

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

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

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

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

This text has shadow with #AD80C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD80C9.

Preview

Color preview on black background

This text has color #AD80C9 on black background.


Color preview on white background

This text has color #AD80C9 on white background.


Black color preview on #AD80C9 background

This text has black color on #AD80C9 background.


White color preview on #AD80C9 background

This text has white color on #AD80C9 background.


Related colors

Complementary color

Complementary color for #hex is #527F36.


I love getcolorcode.com

Triadic colors

1 #C9AD80 and #80C9AD with #AD80C9 are triadic colors.

2 #C980AD and #80ADC9 with #AD80C9 are triadic colors.