COLOR #9884AA

HEX: #9884AA
RGB: (152,132,170)

Color info

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

RGB color model

#9884AA color RGB value is (152,132,170).

  • red value is 152;
  • green value is 132;
  • blue value is 170.
RGB:
(152,132,170)
(60%,52%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 170 of 255 = 67%

152
132
170

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 170 = 454 (100%)
R 152 of 454 ~ 33.48%
G 132 of 454 ~ 29.07%
B 170 of 454 ~ 37.44%

%33.48
%29.07
%37.44

CMYK color model

#9884AA color CMYK value is (11,22,0,33).

  • cyan value is 10.59%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(11,22,0,33)
C11M22Y0K33 
(11%,22%,0%,33%)
(0.11/0.22/0.00/0.33)	

CMYK percentages

%10.59
%22.35
%0
%33.33

Codes

Color #9884AA in popluar color models

9884AA
RGB152132170
HSL272°18.27%59.22%
HSB/HSV272°22.35%66.67%
CMYK10.59%22.35%0.00%
33.33%

Color #9884AA in popluar number systems.

HEX9884AA
Decimal152132170
Binary100110001000010010101010
Octal230204252

Shades and tints

Shades of #9884AA

#9884AA
(152,132,170)
#8B789B
(139,120,155)
#7E6C8C
(126,108,140)
#71607D
(113,96,125)
#64546E
(100,84,110)
#57485F
(87,72,95)
#4A3C50
(74,60,80)
#3D3041
(61,48,65)
#302432
(48,36,50)
#231823
(35,24,35)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #9884AA

#9884AA
(152,132,170)
#A18FB1
(161,143,177)
#AA9AB8
(170,154,184)
#B3A5BF
(179,165,191)
#BCB0C6
(188,176,198)
#C5BBCD
(197,187,205)
#CEC6D4
(206,198,212)
#D7D1DB
(215,209,219)
#E0DCE2
(224,220,226)
#E9E7E9
(233,231,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9884AA; }

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

This text font color is #9884AA.


Background Color

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

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

This div background color is #9884AA.


Border color

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

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

This div border color is #9884AA.


Opacity

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

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

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

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

This text has shadow with #9884AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9884AA on black background.


Color preview on white background

This text has color #9884AA on white background.



Black color preview on #9884AA background

This text has black color on #9884AA background.


White color preview on #9884AA background

This text has white color on #9884AA background.