COLOR #9FACB9

HEX: #9FACB9
RGB: (159,172,185)

Color info

#9FACB9 contains red, green and blue colors in about the same proportion. Web safe color of #9FACB9 is #9999CC (or #99C).

RGB color model

#9FACB9 color RGB value is (159,172,185).

  • red value is 159;
  • green value is 172;
  • blue value is 185.
RGB:
(159,172,185)
(62%,67%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 185 of 255 = 73%

159
172
185

R + G + B ~ 67%. #9FACB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 185 = 516 (100%)
R 159 of 516 ~ 30.81%
G 172 of 516 ~ 33.33%
B 185 of 516 ~ 35.85%

%30.81
%33.33
%35.85

CMYK color model

#9FACB9 color CMYK value is (14,7,0,27).

  • cyan value is 14.05%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(14,7,0,27)
C14M7Y0K27 
(14%,7%,0%,27%)
(0.14/0.07/0.00/0.27)	

CMYK percentages

%14.05
%7.03
%0
%27.45

Codes

Color #9FACB9 in popluar color models

9FACB9
RGB159172185
HSL210°15.66%67.45%
HSB/HSV210°14.05%72.55%
CMYK14.05%7.03%0.00%
27.45%

Color #9FACB9 in popluar number systems.

HEX9FACB9
Decimal159172185
Binary100111111010110010111001
Octal237254271

Shades and tints

Shades of #9FACB9

#9FACB9
(159,172,185)
#919DA9
(145,157,169)
#838E99
(131,142,153)
#757F89
(117,127,137)
#677079
(103,112,121)
#596169
(89,97,105)
#4B5259
(75,82,89)
#3D4349
(61,67,73)
#2F3439
(47,52,57)
#212529
(33,37,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9FACB9

#9FACB9
(159,172,185)
#A7B3BF
(167,179,191)
#AFBAC5
(175,186,197)
#B7C1CB
(183,193,203)
#BFC8D1
(191,200,209)
#C7CFD7
(199,207,215)
#CFD6DD
(207,214,221)
#D7DDE3
(215,221,227)
#DFE4E9
(223,228,233)
#E7EBEF
(231,235,239)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FACB9 color. Also use rgb(159,172,185) instead hex code.

Text Font Color

.myTextColor { color: #9FACB9; }

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

This text font color is #9FACB9.


Background Color

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

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

This div background color is #9FACB9.


Border color

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

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

This div border color is #9FACB9.


Opacity

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

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

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

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

This text has shadow with #9FACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FACB9 on black background.


Color preview on white background

This text has color #9FACB9 on white background.



Black color preview on #9FACB9 background

This text has black color on #9FACB9 background.


White color preview on #9FACB9 background

This text has white color on #9FACB9 background.