COLOR #9F82AD

HEX: #9F82AD
RGB: (159,130,173)

Color info

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

RGB color model

#9F82AD color RGB value is (159,130,173).

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

RGB channels and saturation

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

159
130
173

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

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 173 = 462 (100%)
R 159 of 462 ~ 34.42%
G 130 of 462 ~ 28.14%
B 173 of 462 ~ 37.45%

%34.42
%28.14
%37.45

CMYK color model

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

  • cyan value is 8.09%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,25,0,32)
C8M25Y0K32 
(8%,25%,0%,32%)
(0.08/0.25/0.00/0.32)	

CMYK percentages

%8.09
%24.86
%0
%32.16

Codes

Color #9F82AD in popluar color models

9F82AD
RGB159130173
HSL280°20.77%59.41%
HSB/HSV280°24.86%67.84%
CMYK8.09%24.86%0.00%
32.16%

Color #9F82AD in popluar number systems.

HEX9F82AD
Decimal159130173
Binary100111111000001010101101
Octal237202255

Shades and tints

Shades of #9F82AD

#9F82AD
(159,130,173)
#91779E
(145,119,158)
#836C8F
(131,108,143)
#756180
(117,97,128)
#675671
(103,86,113)
#594B62
(89,75,98)
#4B4053
(75,64,83)
#3D3544
(61,53,68)
#2F2A35
(47,42,53)
#211F26
(33,31,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9F82AD

#9F82AD
(159,130,173)
#A78DB4
(167,141,180)
#AF98BB
(175,152,187)
#B7A3C2
(183,163,194)
#BFAEC9
(191,174,201)
#C7B9D0
(199,185,208)
#CFC4D7
(207,196,215)
#D7CFDE
(215,207,222)
#DFDAE5
(223,218,229)
#E7E5EC
(231,229,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F82AD; }

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

This text font color is #9F82AD.


Background Color

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

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

This div background color is #9F82AD.


Border color

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

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

This div border color is #9F82AD.


Opacity

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

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

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

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

This text has shadow with #9F82AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F82AD on black background.


Color preview on white background

This text has color #9F82AD on white background.



Black color preview on #9F82AD background

This text has black color on #9F82AD background.


White color preview on #9F82AD background

This text has white color on #9F82AD background.