COLOR #9F8AB5

HEX: #9F8AB5
RGB: (159,138,181)

Color info

#9F8AB5 contains red, green and blue colors in about the same proportion. Web safe color of #9F8AB5 is #9999CC (or #99C).

RGB color model

#9F8AB5 color RGB value is (159,138,181).

  • red value is 159;
  • green value is 138;
  • blue value is 181.
RGB:
(159,138,181)
(62%,54%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 181 of 255 = 71%

159
138
181

R + G + B ~ 62%. #9F8AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 181 = 478 (100%)
R 159 of 478 ~ 33.26%
G 138 of 478 ~ 28.87%
B 181 of 478 ~ 37.87%

%33.26
%28.87
%37.87

CMYK color model

#9F8AB5 color CMYK value is (12,24,0,29).

  • cyan value is 12.15%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,24,0,29)
C12M24Y0K29 
(12%,24%,0%,29%)
(0.12/0.24/0.00/0.29)	

CMYK percentages

%12.15
%23.76
%0
%29.02

Codes

Color #9F8AB5 in popluar color models

9F8AB5
RGB159138181
HSL269°22.51%62.55%
HSB/HSV269°23.76%70.98%
CMYK12.15%23.76%0.00%
29.02%

Color #9F8AB5 in popluar number systems.

HEX9F8AB5
Decimal159138181
Binary100111111000101010110101
Octal237212265

Shades and tints

Shades of #9F8AB5

#9F8AB5
(159,138,181)
#917EA5
(145,126,165)
#837295
(131,114,149)
#756685
(117,102,133)
#675A75
(103,90,117)
#594E65
(89,78,101)
#4B4255
(75,66,85)
#3D3645
(61,54,69)
#2F2A35
(47,42,53)
#211E25
(33,30,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9F8AB5

#9F8AB5
(159,138,181)
#A794BB
(167,148,187)
#AF9EC1
(175,158,193)
#B7A8C7
(183,168,199)
#BFB2CD
(191,178,205)
#C7BCD3
(199,188,211)
#CFC6D9
(207,198,217)
#D7D0DF
(215,208,223)
#DFDAE5
(223,218,229)
#E7E4EB
(231,228,235)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8AB5 color. Also use rgb(159,138,181) instead hex code.

Text Font Color

.myTextColor { color: #9F8AB5; }

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

This text font color is #9F8AB5.


Background Color

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

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

This div background color is #9F8AB5.


Border color

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

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

This div border color is #9F8AB5.


Opacity

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

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

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

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

This text has shadow with #9F8AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8AB5 on black background.


Color preview on white background

This text has color #9F8AB5 on white background.



Black color preview on #9F8AB5 background

This text has black color on #9F8AB5 background.


White color preview on #9F8AB5 background

This text has white color on #9F8AB5 background.