COLOR #9FAABF

HEX: #9FAABF
RGB: (159,170,191)

Color info

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

RGB color model

#9FAABF color RGB value is (159,170,191).

  • red value is 159;
  • green value is 170;
  • blue value is 191.
RGB:
(159,170,191)
(62%,67%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 191 of 255 = 75%

159
170
191

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

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 191 = 520 (100%)
R 159 of 520 ~ 30.58%
G 170 of 520 ~ 32.69%
B 191 of 520 ~ 36.73%

%30.58
%32.69
%36.73

CMYK color model

#9FAABF color CMYK value is (17,11,0,25).

  • cyan value is 16.75%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,11,0,25)
C17M11Y0K25 
(17%,11%,0%,25%)
(0.17/0.11/0.00/0.25)	

CMYK percentages

%16.75
%10.99
%0
%25.1

Codes

Color #9FAABF in popluar color models

9FAABF
RGB159170191
HSL219°20.00%68.63%
HSB/HSV219°16.75%74.90%
CMYK16.75%10.99%0.00%
25.10%

Color #9FAABF in popluar number systems.

HEX9FAABF
Decimal159170191
Binary100111111010101010111111
Octal237252277

Shades and tints

Shades of #9FAABF

#9FAABF
(159,170,191)
#919BAE
(145,155,174)
#838C9D
(131,140,157)
#757D8C
(117,125,140)
#676E7B
(103,110,123)
#595F6A
(89,95,106)
#4B5059
(75,80,89)
#3D4148
(61,65,72)
#2F3237
(47,50,55)
#212326
(33,35,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9FAABF

#9FAABF
(159,170,191)
#A7B1C4
(167,177,196)
#AFB8C9
(175,184,201)
#B7BFCE
(183,191,206)
#BFC6D3
(191,198,211)
#C7CDD8
(199,205,216)
#CFD4DD
(207,212,221)
#D7DBE2
(215,219,226)
#DFE2E7
(223,226,231)
#E7E9EC
(231,233,236)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAABF color. Also use rgb(159,170,191) instead hex code.

Text Font Color

.myTextColor { color: #9FAABF; }

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

This text font color is #9FAABF.


Background Color

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

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

This div background color is #9FAABF.


Border color

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

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

This div border color is #9FAABF.


Opacity

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

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

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

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

This text has shadow with #9FAABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAABF on black background.


Color preview on white background

This text has color #9FAABF on white background.



Black color preview on #9FAABF background

This text has black color on #9FAABF background.


White color preview on #9FAABF background

This text has white color on #9FAABF background.