COLOR #9F8CAA

HEX: #9F8CAA RGB: (159,140,170)

Color info

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

RGB color model

#9F8CAA color RGB value is (159,140,170).

RGB: (159,140,170) (62%, 55%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 140 of 255 = 55%
B 170 of 255 = 67%

159
140
170

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

Portions of RGB colors in percentages

R + G + B = 159 + 140 + 170 = 469 (100%)
R 159 of 469 ~ 33.9%
G 140 of 469 ~ 29.85%
B 170 of 469 ~ 36.25'%

%33.9
%29.85
%36.25

CMYK color model

#9F8CAA color CMYK value is (6,18,0,33).

  • cyan value is 6.47%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (6,18,0,33)
C6M18Y0K33 (6%, 18%, 0%, 33%)
(0.06 / 0.18 / 0.00 / 0.33)

CMYK percentages

%6.47
%17.65
%0
%33.33

Codes

Color #9F8CAA in popluar color models

9F 8C AA
RGB 159 140 170
HSL 278° 15.00% 60.78%
HSB/HSV 278° 17.65% 66.67%
CMYK 6.47% 17.65% 0.00%
33.33%

Color #9F8CAA in popluar number systems.

HEX 9F 8C AA
Decimal 159 140 170
Binary 10011111 10001100 10101010
Octal 237 214 252

Shades and tints

Shades of #9F8CAA

#9F8CAA
(159,140,170)
#91809B
(145,128,155)
#83748C
(131,116,140)
#75687D
(117,104,125)
#675C6E
(103,92,110)
#59505F
(89,80,95)
#4B4450
(75,68,80)
#3D3841
(61,56,65)
#2F2C32
(47,44,50)
#212023
(33,32,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9F8CAA

#9F8CAA
(159,140,170)
#A796B1
(167,150,177)
#AFA0B8
(175,160,184)
#B7AABF
(183,170,191)
#BFB4C6
(191,180,198)
#C7BECD
(199,190,205)
#CFC8D4
(207,200,212)
#D7D2DB
(215,210,219)
#DFDCE2
(223,220,226)
#E7E6E9
(231,230,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8CAA color. Also use rgb(159,140,170) instead hex code.

Text Font Color

.myTextColor { color: #9F8CAA; }

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

This text font color is #9F8CAA.

Background Color

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

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

This div background color is #9F8CAA.

Border color

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

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

This div border color is #9F8CAA.

Opacity

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

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

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

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

This text has shadow with #9F8CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8CAA.

Preview

Color preview on black background

This text has color #9F8CAA on black background.


Color preview on white background

This text has color #9F8CAA on white background.


Black color preview on #9F8CAA background

This text has black color on #9F8CAA background.


White color preview on #9F8CAA background

This text has white color on #9F8CAA background.


Related colors

Complementary color

Complementary color for #hex is #607355.


I love getcolorcode.com

Triadic colors

1 #AA9F8C and #8CAA9F with #9F8CAA are triadic colors.

2 #AA8C9F and #8C9FAA with #9F8CAA are triadic colors.