COLOR #9FB3A2

HEX: #9FB3A2 RGB: (159,179,162)

Color info

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

RGB color model

#9FB3A2 color RGB value is (159,179,162).

RGB: (159,179,162) (62%, 70%, 64%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 162 of 255 = 64%

159
179
162

R + G + B ~ 65%. #9FB3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 179 + 162 = 500 (100%)
R 159 of 500 ~ 31.8%
G 179 of 500 ~ 35.8%
B 162 of 500 ~ 32.4'%

%31.8
%35.8
%32.4

CMYK color model

#9FB3A2 color CMYK value is (11,0,9,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK: (11,0,9,30) C11M0Y9K30 (11%,0%,9%,30%) (0.11/0.00/0.09/0.30) 

CMYK percentages

%11.17
%0
%9.5
%29.8

Codes

Color #9FB3A2 in popluar color models

9F B3 A2
RGB 159 179 162
HSL 129° 11.63% 66.27%
HSB/HSV 129° 11.17% 70.20%
CMYK 11.17% 0.00% 9.50%
29.80%

Color #9FB3A2 in popluar number systems.

HEX 9F B3 A2
Decimal 159 179 162
Binary 10011111 10110011 10100010
Octal 237 263 242

Shades and tints

Shades of #9FB3A2

#9FB3A2
(159,179,162)
#91A394
(145,163,148)
#839386
(131,147,134)
#758378
(117,131,120)
#67736A
(103,115,106)
#59635C
(89,99,92)
#4B534E
(75,83,78)
#3D4340
(61,67,64)
#2F3332
(47,51,50)
#212324
(33,35,36)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9FB3A2

#9FB3A2
(159,179,162)
#A7B9AA
(167,185,170)
#AFBFB2
(175,191,178)
#B7C5BA
(183,197,186)
#BFCBC2
(191,203,194)
#C7D1CA
(199,209,202)
#CFD7D2
(207,215,210)
#D7DDDA
(215,221,218)
#DFE3E2
(223,227,226)
#E7E9EA
(231,233,234)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB3A2 color. Also use rgb(159,179,162) instead hex code.

Text Font Color

.myTextColor { color: #9FB3A2; }

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

This text font color is #9FB3A2.

Background Color

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

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

This div background color is #9FB3A2.

Border color

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

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

This div border color is #9FB3A2.

Opacity

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

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

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

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

This text has shadow with #9FB3A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB3A2.

Preview

Color preview on black background

This text has color #9FB3A2 on black background.


Color preview on white background

This text has color #9FB3A2 on white background.


Black color preview on #9FB3A2 background

This text has black color on #9FB3A2 background.


White color preview on #9FB3A2 background

This text has white color on #9FB3A2 background.


Related colors

Complementary color

Complementary color for #hex is #604C5D.


I love getcolorcode.com

Triadic colors

1 #A29FB3 and #B3A29F with #9FB3A2 are triadic colors.

2 #A2B39F and #B39FA2 with #9FB3A2 are triadic colors.