COLOR #9882AD

HEX: #9882AD RGB: (152,130,173)

Color info

#9882AD contains red, green and blue colors in about the same proportion. Web safe color of #9882AD is #999999 (or #999).

RGB color model

#9882AD color RGB value is (152,130,173).

RGB: (152,130,173) (60%, 51%, 68%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 173 of 255 = 68%

152
130
173

R + G + B ~ 60%. #9882AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 130 + 173 = 455 (100%)
R 152 of 455 ~ 33.41%
G 130 of 455 ~ 28.57%
B 173 of 455 ~ 38.02'%

%33.41
%28.57
%38.02

CMYK color model

#9882AD color CMYK value is (12,25,0,32).

  • cyan value is 12.14%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (12,25,0,32) C12M25Y0K32 (12%,25%,0%,32%) (0.12/0.25/0.00/0.32) 

CMYK percentages

%12.14
%24.86
%0
%32.16

Codes

Color #9882AD in popluar color models

98 82 AD
RGB 152 130 173
HSL 271° 20.77% 59.41%
HSB/HSV 271° 24.86% 67.84%
CMYK 12.14% 24.86% 0.00%
32.16%

Color #9882AD in popluar number systems.

HEX 98 82 AD
Decimal 152 130 173
Binary 10011000 10000010 10101101
Octal 230 202 255

Shades and tints

Shades of #9882AD

#9882AD
(152,130,173)
#8B779E
(139,119,158)
#7E6C8F
(126,108,143)
#716180
(113,97,128)
#645671
(100,86,113)
#574B62
(87,75,98)
#4A4053
(74,64,83)
#3D3544
(61,53,68)
#302A35
(48,42,53)
#231F26
(35,31,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #9882AD

#9882AD
(152,130,173)
#A18DB4
(161,141,180)
#AA98BB
(170,152,187)
#B3A3C2
(179,163,194)
#BCAEC9
(188,174,201)
#C5B9D0
(197,185,208)
#CEC4D7
(206,196,215)
#D7CFDE
(215,207,222)
#E0DAE5
(224,218,229)
#E9E5EC
(233,229,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9882AD; }

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

This text font color is #9882AD.

Background Color

.myBgColor { background-color: #9882AD; }

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

This div background color is #9882AD.

Border color

.myBorderColor { border: 1px solid #9882AD; }

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

This div border color is #9882AD.

Opacity

.myOpacity80 { color: #9882AD; opacity: 0.8; }

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

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

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

This text has shadow with #9882AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9882AD.

Preview

Color preview on black background

This text has color #9882AD on black background.


Color preview on white background

This text has color #9882AD on white background.


Black color preview on #9882AD background

This text has black color on #9882AD background.


White color preview on #9882AD background

This text has white color on #9882AD background.


Related colors

Complementary color

Complementary color for #hex is #677D52.


I love getcolorcode.com

Triadic colors

1 #AD9882 and #82AD98 with #9882AD are triadic colors.

2 #AD8298 and #8298AD with #9882AD are triadic colors.