COLOR #9F82AE

HEX: #9F82AE
RGB: (159,130,174)

Color info

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

RGB color model

#9F82AE color RGB value is (159,130,174).

  • red value is 159;
  • green value is 130;
  • blue value is 174.
RGB:
(159,130,174)
(62%,51%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 174 of 255 = 68%

159
130
174

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

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 174 = 463 (100%)
R 159 of 463 ~ 34.34%
G 130 of 463 ~ 28.08%
B 174 of 463 ~ 37.58%

%34.34
%28.08
%37.58

CMYK color model

#9F82AE color CMYK value is (9,25,0,32).

  • cyan value is 8.62%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,25,0,32)
C9M25Y0K32 
(9%,25%,0%,32%)
(0.09/0.25/0.00/0.32)	

CMYK percentages

%8.62
%25.29
%0
%31.76

Codes

Color #9F82AE in popluar color models

9F82AE
RGB159130174
HSL280°21.36%59.61%
HSB/HSV280°25.29%68.24%
CMYK8.62%25.29%0.00%
31.76%

Color #9F82AE in popluar number systems.

HEX9F82AE
Decimal159130174
Binary100111111000001010101110
Octal237202256

Shades and tints

Shades of #9F82AE

#9F82AE
(159,130,174)
#91779F
(145,119,159)
#836C90
(131,108,144)
#756181
(117,97,129)
#675672
(103,86,114)
#594B63
(89,75,99)
#4B4054
(75,64,84)
#3D3545
(61,53,69)
#2F2A36
(47,42,54)
#211F27
(33,31,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9F82AE

#9F82AE
(159,130,174)
#A78DB5
(167,141,181)
#AF98BC
(175,152,188)
#B7A3C3
(183,163,195)
#BFAECA
(191,174,202)
#C7B9D1
(199,185,209)
#CFC4D8
(207,196,216)
#D7CFDF
(215,207,223)
#DFDAE6
(223,218,230)
#E7E5ED
(231,229,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F82AE color. Also use rgb(159,130,174) instead hex code.

Text Font Color

.myTextColor { color: #9F82AE; }

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

This text font color is #9F82AE.


Background Color

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

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

This div background color is #9F82AE.


Border color

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

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

This div border color is #9F82AE.


Opacity

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

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

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

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

This text has shadow with #9F82AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F82AE on black background.


Color preview on white background

This text has color #9F82AE on white background.



Black color preview on #9F82AE background

This text has black color on #9F82AE background.


White color preview on #9F82AE background

This text has white color on #9F82AE background.