COLOR #9F84A5

HEX: #9F84A5
RGB: (159,132,165)

Color info

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

RGB color model

#9F84A5 color RGB value is (159,132,165).

  • red value is 159;
  • green value is 132;
  • blue value is 165.
RGB:
(159,132,165)
(62%,52%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 165 of 255 = 65%

159
132
165

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

Portions of RGB colors in percentages

R + G + B =
159 + 132 + 165 = 456 (100%)
R 159 of 456 ~ 34.87%
G 132 of 456 ~ 28.95%
B 165 of 456 ~ 36.18%

%34.87
%28.95
%36.18

CMYK color model

#9F84A5 color CMYK value is (4,20,0,35).

  • cyan value is 3.64%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(4,20,0,35)
C4M20Y0K35 
(4%,20%,0%,35%)
(0.04/0.20/0.00/0.35)	

CMYK percentages

%3.64
%20
%0
%35.29

Codes

Color #9F84A5 in popluar color models

9F84A5
RGB159132165
HSL289°15.49%58.24%
HSB/HSV289°20.00%64.71%
CMYK3.64%20.00%0.00%
35.29%

Color #9F84A5 in popluar number systems.

HEX9F84A5
Decimal159132165
Binary100111111000010010100101
Octal237204245

Shades and tints

Shades of #9F84A5

#9F84A5
(159,132,165)
#917896
(145,120,150)
#836C87
(131,108,135)
#756078
(117,96,120)
#675469
(103,84,105)
#59485A
(89,72,90)
#4B3C4B
(75,60,75)
#3D303C
(61,48,60)
#2F242D
(47,36,45)
#21181E
(33,24,30)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #9F84A5

#9F84A5
(159,132,165)
#A78FAD
(167,143,173)
#AF9AB5
(175,154,181)
#B7A5BD
(183,165,189)
#BFB0C5
(191,176,197)
#C7BBCD
(199,187,205)
#CFC6D5
(207,198,213)
#D7D1DD
(215,209,221)
#DFDCE5
(223,220,229)
#E7E7ED
(231,231,237)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F84A5 color. Also use rgb(159,132,165) instead hex code.

Text Font Color

.myTextColor { color: #9F84A5; }

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

This text font color is #9F84A5.


Background Color

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

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

This div background color is #9F84A5.


Border color

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

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

This div border color is #9F84A5.


Opacity

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

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

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

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

This text has shadow with #9F84A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F84A5 on black background.


Color preview on white background

This text has color #9F84A5 on white background.



Black color preview on #9F84A5 background

This text has black color on #9F84A5 background.


White color preview on #9F84A5 background

This text has white color on #9F84A5 background.