COLOR #9880AA

HEX: #9880AA RGB: (152,128,170)

Color info

#9880AA contains red, green and blue colors in about the same proportion. Web safe color of #9880AA is #996699 (or #969).

RGB color model

#9880AA color RGB value is (152,128,170).

RGB: (152,128,170) (60%, 50%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 170 of 255 = 67%

152
128
170

R + G + B ~ 59%. #9880AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 170 = 450 (100%)
R 152 of 450 ~ 33.78%
G 128 of 450 ~ 28.44%
B 170 of 450 ~ 37.78'%

%33.78
%28.44
%37.78

CMYK color model

#9880AA color CMYK value is (11,25,0,33).

  • cyan value is 10.59%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (11,25,0,33)
C11M25Y0K33 (11%, 25%, 0%, 33%)
(0.11 / 0.25 / 0.00 / 0.33)

CMYK percentages

%10.59
%24.71
%0
%33.33

Codes

Color #9880AA in popluar color models

98 80 AA
RGB 152 128 170
HSL 274° 19.81% 58.43%
HSB/HSV 274° 24.71% 66.67%
CMYK 10.59% 24.71% 0.00%
33.33%

Color #9880AA in popluar number systems.

HEX 98 80 AA
Decimal 152 128 170
Binary 10011000 10000000 10101010
Octal 230 200 252

Shades and tints

Shades of #9880AA

#9880AA
(152,128,170)
#8B759B
(139,117,155)
#7E6A8C
(126,106,140)
#715F7D
(113,95,125)
#64546E
(100,84,110)
#57495F
(87,73,95)
#4A3E50
(74,62,80)
#3D3341
(61,51,65)
#302832
(48,40,50)
#231D23
(35,29,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #9880AA

#9880AA
(152,128,170)
#A18BB1
(161,139,177)
#AA96B8
(170,150,184)
#B3A1BF
(179,161,191)
#BCACC6
(188,172,198)
#C5B7CD
(197,183,205)
#CEC2D4
(206,194,212)
#D7CDDB
(215,205,219)
#E0D8E2
(224,216,226)
#E9E3E9
(233,227,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9880AA color. Also use rgb(152,128,170) instead hex code.

Text Font Color

.myTextColor { color: #9880AA; }

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

This text font color is #9880AA.

Background Color

.myBgColor { background-color: #9880AA; }

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

This div background color is #9880AA.

Border color

.myBorderColor { border: 1px solid #9880AA; }

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

This div border color is #9880AA.

Opacity

.myOpacity80 { color: #9880AA; opacity: 0.8; }

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

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

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

This text has shadow with #9880AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9880AA.

Preview

Color preview on black background

This text has color #9880AA on black background.


Color preview on white background

This text has color #9880AA on white background.


Black color preview on #9880AA background

This text has black color on #9880AA background.


White color preview on #9880AA background

This text has white color on #9880AA background.


Related colors

Complementary color

Complementary color for #hex is #677F55.


I love getcolorcode.com

Triadic colors

1 #AA9880 and #80AA98 with #9880AA are triadic colors.

2 #AA8098 and #8098AA with #9880AA are triadic colors.