COLOR #9F84AF

HEX: #9F84AF
RGB: (159,132,175)

Color info

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

RGB color model

#9F84AF color RGB value is (159,132,175).

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

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 175 of 255 = 69%

159
132
175

R + G + B ~ 61%. #9F84AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 132 + 175 = 466 (100%)
R 159 of 466 ~ 34.12%
G 132 of 466 ~ 28.33%
B 175 of 466 ~ 37.55%

%34.12
%28.33
%37.55

CMYK color model

#9F84AF color CMYK value is (9,25,0,31).

  • cyan value is 9.14%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(9,25,0,31)
C9M25Y0K31 
(9%,25%,0%,31%)
(0.09/0.25/0.00/0.31)	

CMYK percentages

%9.14
%24.57
%0
%31.37

Codes

Color #9F84AF in popluar color models

9F84AF
RGB159132175
HSL278°21.18%60.20%
HSB/HSV278°24.57%68.63%
CMYK9.14%24.57%0.00%
31.37%

Color #9F84AF in popluar number systems.

HEX9F84AF
Decimal159132175
Binary100111111000010010101111
Octal237204257

Shades and tints

Shades of #9F84AF

#9F84AF
(159,132,175)
#9178A0
(145,120,160)
#836C91
(131,108,145)
#756082
(117,96,130)
#675473
(103,84,115)
#594864
(89,72,100)
#4B3C55
(75,60,85)
#3D3046
(61,48,70)
#2F2437
(47,36,55)
#211828
(33,24,40)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #9F84AF

#9F84AF
(159,132,175)
#A78FB6
(167,143,182)
#AF9ABD
(175,154,189)
#B7A5C4
(183,165,196)
#BFB0CB
(191,176,203)
#C7BBD2
(199,187,210)
#CFC6D9
(207,198,217)
#D7D1E0
(215,209,224)
#DFDCE7
(223,220,231)
#E7E7EE
(231,231,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F84AF; }

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

This text font color is #9F84AF.


Background Color

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

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

This div background color is #9F84AF.


Border color

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

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

This div border color is #9F84AF.


Opacity

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

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

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

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

This text has shadow with #9F84AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F84AF on black background.


Color preview on white background

This text has color #9F84AF on white background.



Black color preview on #9F84AF background

This text has black color on #9F84AF background.


White color preview on #9F84AF background

This text has white color on #9F84AF background.