COLOR #9F82AB

HEX: #9F82AB
RGB: (159,130,171)

Color info

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

RGB color model

#9F82AB color RGB value is (159,130,171).

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

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 171 of 255 = 67%

159
130
171

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

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 171 = 460 (100%)
R 159 of 460 ~ 34.57%
G 130 of 460 ~ 28.26%
B 171 of 460 ~ 37.17%

%34.57
%28.26
%37.17

CMYK color model

#9F82AB color CMYK value is (7,24,0,33).

  • cyan value is 7.02%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(7,24,0,33)
C7M24Y0K33 
(7%,24%,0%,33%)
(0.07/0.24/0.00/0.33)	

CMYK percentages

%7.02
%23.98
%0
%32.94

Codes

Color #9F82AB in popluar color models

9F82AB
RGB159130171
HSL282°19.62%59.02%
HSB/HSV282°23.98%67.06%
CMYK7.02%23.98%0.00%
32.94%

Color #9F82AB in popluar number systems.

HEX9F82AB
Decimal159130171
Binary100111111000001010101011
Octal237202253

Shades and tints

Shades of #9F82AB

#9F82AB
(159,130,171)
#91779C
(145,119,156)
#836C8D
(131,108,141)
#75617E
(117,97,126)
#67566F
(103,86,111)
#594B60
(89,75,96)
#4B4051
(75,64,81)
#3D3542
(61,53,66)
#2F2A33
(47,42,51)
#211F24
(33,31,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9F82AB

#9F82AB
(159,130,171)
#A78DB2
(167,141,178)
#AF98B9
(175,152,185)
#B7A3C0
(183,163,192)
#BFAEC7
(191,174,199)
#C7B9CE
(199,185,206)
#CFC4D5
(207,196,213)
#D7CFDC
(215,207,220)
#DFDAE3
(223,218,227)
#E7E5EA
(231,229,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F82AB; }

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

This text font color is #9F82AB.


Background Color

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

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

This div background color is #9F82AB.


Border color

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

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

This div border color is #9F82AB.


Opacity

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

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

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

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

This text has shadow with #9F82AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F82AB on black background.


Color preview on white background

This text has color #9F82AB on white background.



Black color preview on #9F82AB background

This text has black color on #9F82AB background.


White color preview on #9F82AB background

This text has white color on #9F82AB background.