COLOR #9880AC

HEX: #9880AC RGB: (152,128,172)

Color info

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

RGB color model

#9880AC color RGB value is (152,128,172).

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

RGB channels and saturation

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

152
128
172

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

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 172 = 452 (100%)
R 152 of 452 ~ 33.63%
G 128 of 452 ~ 28.32%
B 172 of 452 ~ 38.05'%

%33.63
%28.32
%38.05

CMYK color model

#9880AC color CMYK value is (12,26,0,33).

  • cyan value is 11.63%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (12,26,0,33)
C12M26Y0K33 (12%, 26%, 0%, 33%)
(0.12 / 0.26 / 0.00 / 0.33)

CMYK percentages

%11.63
%25.58
%0
%32.55

Codes

Color #9880AC in popluar color models

98 80 AC
RGB 152 128 172
HSL 273° 20.95% 58.82%
HSB/HSV 273° 25.58% 67.45%
CMYK 11.63% 25.58% 0.00%
32.55%

Color #9880AC in popluar number systems.

HEX 98 80 AC
Decimal 152 128 172
Binary 10011000 10000000 10101100
Octal 230 200 254

Shades and tints

Shades of #9880AC

#9880AC
(152,128,172)
#8B759D
(139,117,157)
#7E6A8E
(126,106,142)
#715F7F
(113,95,127)
#645470
(100,84,112)
#574961
(87,73,97)
#4A3E52
(74,62,82)
#3D3343
(61,51,67)
#302834
(48,40,52)
#231D25
(35,29,37)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #9880AC

#9880AC
(152,128,172)
#A18BB3
(161,139,179)
#AA96BA
(170,150,186)
#B3A1C1
(179,161,193)
#BCACC8
(188,172,200)
#C5B7CF
(197,183,207)
#CEC2D6
(206,194,214)
#D7CDDD
(215,205,221)
#E0D8E4
(224,216,228)
#E9E3EB
(233,227,235)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9880AC; }

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

This text font color is #9880AC.

Background Color

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

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

This div background color is #9880AC.

Border color

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

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

This div border color is #9880AC.

Opacity

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

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

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

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

This text has shadow with #9880AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9880AC.

Preview

Color preview on black background

This text has color #9880AC on black background.


Color preview on white background

This text has color #9880AC on white background.


Black color preview on #9880AC background

This text has black color on #9880AC background.


White color preview on #9880AC background

This text has white color on #9880AC background.


Related colors

Complementary color

Complementary color for #hex is #677F53.


I love getcolorcode.com

Triadic colors

1 #AC9880 and #80AC98 with #9880AC are triadic colors.

2 #AC8098 and #8098AC with #9880AC are triadic colors.