COLOR #9FB5A7

HEX: #9FB5A7 RGB: (159,181,167)

Color info

#9FB5A7 contains red, green and blue colors in about the same proportion. Web safe color of #9FB5A7 is #99CC99 (or #9C9).

RGB color model

#9FB5A7 color RGB value is (159,181,167).

RGB: (159,181,167) (62%, 71%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 167 of 255 = 65%

159
181
167

R + G + B ~ 66%. #9FB5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 181 + 167 = 507 (100%)
R 159 of 507 ~ 31.36%
G 181 of 507 ~ 35.7%
B 167 of 507 ~ 32.94'%

%31.36
%35.7
%32.94

CMYK color model

#9FB5A7 color CMYK value is (12,0,8,29).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 29.02%

CMYK: (12,0,8,29)
C12M0Y8K29 (12%, 0%, 8%, 29%)
(0.12 / 0.00 / 0.08 / 0.29)

CMYK percentages

%12.15
%0
%7.73
%29.02

Codes

Color #9FB5A7 in popluar color models

9F B5 A7
RGB 159 181 167
HSL 142° 12.94% 66.67%
HSB/HSV 142° 12.15% 70.98%
CMYK 12.15% 0.00% 7.73%
29.02%

Color #9FB5A7 in popluar number systems.

HEX 9F B5 A7
Decimal 159 181 167
Binary 10011111 10110101 10100111
Octal 237 265 247

Shades and tints

Shades of #9FB5A7

#9FB5A7
(159,181,167)
#91A598
(145,165,152)
#839589
(131,149,137)
#75857A
(117,133,122)
#67756B
(103,117,107)
#59655C
(89,101,92)
#4B554D
(75,85,77)
#3D453E
(61,69,62)
#2F352F
(47,53,47)
#212520
(33,37,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9FB5A7

#9FB5A7
(159,181,167)
#A7BBAF
(167,187,175)
#AFC1B7
(175,193,183)
#B7C7BF
(183,199,191)
#BFCDC7
(191,205,199)
#C7D3CF
(199,211,207)
#CFD9D7
(207,217,215)
#D7DFDF
(215,223,223)
#DFE5E7
(223,229,231)
#E7EBEF
(231,235,239)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB5A7; }

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

This text font color is #9FB5A7.

Background Color

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

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

This div background color is #9FB5A7.

Border color

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

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

This div border color is #9FB5A7.

Opacity

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

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

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

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

This text has shadow with #9FB5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB5A7.

Preview

Color preview on black background

This text has color #9FB5A7 on black background.


Color preview on white background

This text has color #9FB5A7 on white background.


Black color preview on #9FB5A7 background

This text has black color on #9FB5A7 background.


White color preview on #9FB5A7 background

This text has white color on #9FB5A7 background.


Related colors

Complementary color

Complementary color for #hex is #604A58.


I love getcolorcode.com

Triadic colors

1 #A79FB5 and #B5A79F with #9FB5A7 are triadic colors.

2 #A7B59F and #B59FA7 with #9FB5A7 are triadic colors.