COLOR #9F8CA3

HEX: #9F8CA3 RGB: (159,140,163)

Color info

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

RGB color model

#9F8CA3 color RGB value is (159,140,163).

RGB: (159,140,163) (62%, 55%, 64%)

RGB channels and saturation

R 159 of 255 = 62%
G 140 of 255 = 55%
B 163 of 255 = 64%

159
140
163

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

Portions of RGB colors in percentages

R + G + B = 159 + 140 + 163 = 462 (100%)
R 159 of 462 ~ 34.42%
G 140 of 462 ~ 30.3%
B 163 of 462 ~ 35.28'%

%34.42
%30.3
%35.28

CMYK color model

#9F8CA3 color CMYK value is (2,14,0,36).

  • cyan value is 2.45%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (2,14,0,36) C2M14Y0K36 (2%,14%,0%,36%) (0.02/0.14/0.00/0.36) 

CMYK percentages

%2.45
%14.11
%0
%36.08

Codes

Color #9F8CA3 in popluar color models

9F 8C A3
RGB 159 140 163
HSL 290° 11.11% 59.41%
HSB/HSV 290° 14.11% 63.92%
CMYK 2.45% 14.11% 0.00%
36.08%

Color #9F8CA3 in popluar number systems.

HEX 9F 8C A3
Decimal 159 140 163
Binary 10011111 10001100 10100011
Octal 237 214 243

Shades and tints

Shades of #9F8CA3

#9F8CA3
(159,140,163)
#918095
(145,128,149)
#837487
(131,116,135)
#756879
(117,104,121)
#675C6B
(103,92,107)
#59505D
(89,80,93)
#4B444F
(75,68,79)
#3D3841
(61,56,65)
#2F2C33
(47,44,51)
#212025
(33,32,37)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9F8CA3

#9F8CA3
(159,140,163)
#A796AB
(167,150,171)
#AFA0B3
(175,160,179)
#B7AABB
(183,170,187)
#BFB4C3
(191,180,195)
#C7BECB
(199,190,203)
#CFC8D3
(207,200,211)
#D7D2DB
(215,210,219)
#DFDCE3
(223,220,227)
#E7E6EB
(231,230,235)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8CA3; }

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

This text font color is #9F8CA3.

Background Color

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

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

This div background color is #9F8CA3.

Border color

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

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

This div border color is #9F8CA3.

Opacity

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

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

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

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

This text has shadow with #9F8CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8CA3.

Preview

Color preview on black background

This text has color #9F8CA3 on black background.


Color preview on white background

This text has color #9F8CA3 on white background.


Black color preview on #9F8CA3 background

This text has black color on #9F8CA3 background.


White color preview on #9F8CA3 background

This text has white color on #9F8CA3 background.


Related colors

Complementary color

Complementary color for #hex is #60735C.


I love getcolorcode.com

Triadic colors

1 #A39F8C and #8CA39F with #9F8CA3 are triadic colors.

2 #A38C9F and #8C9FA3 with #9F8CA3 are triadic colors.