COLOR #9FB5A4

HEX: #9FB5A4
RGB: (159,181,164)

Color info

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

RGB color model

#9FB5A4 color RGB value is (159,181,164).

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

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 164 of 255 = 64%

159
181
164

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

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 164 = 504 (100%)
R 159 of 504 ~ 31.55%
G 181 of 504 ~ 35.91%
B 164 of 504 ~ 32.54%

%31.55
%35.91
%32.54

CMYK color model

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

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK:
(12,0,9,29)
C12M0Y9K29 
(12%,0%,9%,29%)
(0.12/0.00/0.09/0.29)	

CMYK percentages

%12.15
%0
%9.39
%29.02

Codes

Color #9FB5A4 in popluar color models

9FB5A4
RGB159181164
HSL134°12.94%66.67%
HSB/HSV134°12.15%70.98%
CMYK12.15%0.00%9.39%
29.02%

Color #9FB5A4 in popluar number systems.

HEX9FB5A4
Decimal159181164
Binary100111111011010110100100
Octal237265244

Shades and tints

Shades of #9FB5A4

#9FB5A4
(159,181,164)
#91A596
(145,165,150)
#839588
(131,149,136)
#75857A
(117,133,122)
#67756C
(103,117,108)
#59655E
(89,101,94)
#4B5550
(75,85,80)
#3D4542
(61,69,66)
#2F3534
(47,53,52)
#212526
(33,37,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #9FB5A4

#9FB5A4
(159,181,164)
#A7BBAC
(167,187,172)
#AFC1B4
(175,193,180)
#B7C7BC
(183,199,188)
#BFCDC4
(191,205,196)
#C7D3CC
(199,211,204)
#CFD9D4
(207,217,212)
#D7DFDC
(215,223,220)
#DFE5E4
(223,229,228)
#E7EBEC
(231,235,236)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB5A4; }

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

This text font color is #9FB5A4.


Background Color

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

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

This div background color is #9FB5A4.


Border color

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

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

This div border color is #9FB5A4.


Opacity

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

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

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

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

This text has shadow with #9FB5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB5A4 on black background.


Color preview on white background

This text has color #9FB5A4 on white background.



Black color preview on #9FB5A4 background

This text has black color on #9FB5A4 background.


White color preview on #9FB5A4 background

This text has white color on #9FB5A4 background.