COLOR #9C84AA

HEX: #9C84AA
RGB: (156,132,170)

Color info

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

RGB color model

#9C84AA color RGB value is (156,132,170).

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

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 170 of 255 = 67%

156
132
170

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

Portions of RGB colors in percentages

R + G + B =
156 + 132 + 170 = 458 (100%)
R 156 of 458 ~ 34.06%
G 132 of 458 ~ 28.82%
B 170 of 458 ~ 37.12%

%34.06
%28.82
%37.12

CMYK color model

#9C84AA color CMYK value is (8,22,0,33).

  • cyan value is 8.24%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,22,0,33)
C8M22Y0K33 
(8%,22%,0%,33%)
(0.08/0.22/0.00/0.33)	

CMYK percentages

%8.24
%22.35
%0
%33.33

Codes

Color #9C84AA in popluar color models

9C84AA
RGB156132170
HSL278°18.27%59.22%
HSB/HSV278°22.35%66.67%
CMYK8.24%22.35%0.00%
33.33%

Color #9C84AA in popluar number systems.

HEX9C84AA
Decimal156132170
Binary100111001000010010101010
Octal234204252

Shades and tints

Shades of #9C84AA

#9C84AA
(156,132,170)
#8E789B
(142,120,155)
#806C8C
(128,108,140)
#72607D
(114,96,125)
#64546E
(100,84,110)
#56485F
(86,72,95)
#483C50
(72,60,80)
#3A3041
(58,48,65)
#2C2432
(44,36,50)
#1E1823
(30,24,35)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #9C84AA

#9C84AA
(156,132,170)
#A58FB1
(165,143,177)
#AE9AB8
(174,154,184)
#B7A5BF
(183,165,191)
#C0B0C6
(192,176,198)
#C9BBCD
(201,187,205)
#D2C6D4
(210,198,212)
#DBD1DB
(219,209,219)
#E4DCE2
(228,220,226)
#EDE7E9
(237,231,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C84AA color. Also use rgb(156,132,170) instead hex code.

Text Font Color

.myTextColor { color: #9C84AA; }

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

This text font color is #9C84AA.


Background Color

.myBgColor { background-color: #9C84AA; }

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

This div background color is #9C84AA.


Border color

.myBorderColor { border: 1px solid #9C84AA; }

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

This div border color is #9C84AA.


Opacity

.myOpacity80 { color: #9C84AA; opacity: 0.8; }

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

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

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

This text has shadow with #9C84AA color.

.textShadow {text-shadow: 3px 3px 1px #9C84AA, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C84AA on black background.


Color preview on white background

This text has color #9C84AA on white background.



Black color preview on #9C84AA background

This text has black color on #9C84AA background.


White color preview on #9C84AA background

This text has white color on #9C84AA background.