COLOR #9FB8AF

HEX: #9FB8AF
RGB: (159,184,175)

Color info

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

RGB color model

#9FB8AF color RGB value is (159,184,175).

  • red value is 159;
  • green value is 184;
  • blue value is 175.
RGB:
(159,184,175)
(62%,72%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 184 of 255 = 72%
B 175 of 255 = 69%

159
184
175

R + G + B ~ 68%. #9FB8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 184 + 175 = 518 (100%)
R 159 of 518 ~ 30.69%
G 184 of 518 ~ 35.52%
B 175 of 518 ~ 33.78%

%30.69
%35.52
%33.78

CMYK color model

#9FB8AF color CMYK value is (14,0,5,28).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 4.89%
  • key color value is 27.84%
CMYK:
(14,0,5,28)
C14M0Y5K28 
(14%,0%,5%,28%)
(0.14/0.00/0.05/0.28)	

CMYK percentages

%13.59
%0
%4.89
%27.84

Codes

Color #9FB8AF in popluar color models

9FB8AF
RGB159184175
HSL158°14.97%67.25%
HSB/HSV158°13.59%72.16%
CMYK13.59%0.00%4.89%
27.84%

Color #9FB8AF in popluar number systems.

HEX9FB8AF
Decimal159184175
Binary100111111011100010101111
Octal237270257

Shades and tints

Shades of #9FB8AF

#9FB8AF
(159,184,175)
#91A8A0
(145,168,160)
#839891
(131,152,145)
#758882
(117,136,130)
#677873
(103,120,115)
#596864
(89,104,100)
#4B5855
(75,88,85)
#3D4846
(61,72,70)
#2F3837
(47,56,55)
#212828
(33,40,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #9FB8AF

#9FB8AF
(159,184,175)
#A7BEB6
(167,190,182)
#AFC4BD
(175,196,189)
#B7CAC4
(183,202,196)
#BFD0CB
(191,208,203)
#C7D6D2
(199,214,210)
#CFDCD9
(207,220,217)
#D7E2E0
(215,226,224)
#DFE8E7
(223,232,231)
#E7EEEE
(231,238,238)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB8AF color. Also use rgb(159,184,175) instead hex code.

Text Font Color

.myTextColor { color: #9FB8AF; }

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

This text font color is #9FB8AF.


Background Color

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

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

This div background color is #9FB8AF.


Border color

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

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

This div border color is #9FB8AF.


Opacity

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

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

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

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

This text has shadow with #9FB8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB8AF on black background.


Color preview on white background

This text has color #9FB8AF on white background.



Black color preview on #9FB8AF background

This text has black color on #9FB8AF background.


White color preview on #9FB8AF background

This text has white color on #9FB8AF background.