COLOR #9FAAC8

HEX: #9FAAC8
RGB: (159,170,200)

Color info

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

RGB color model

#9FAAC8 color RGB value is (159,170,200).

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

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 200 of 255 = 78%

159
170
200

R + G + B ~ 69%. #9FAAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 200 = 529 (100%)
R 159 of 529 ~ 30.06%
G 170 of 529 ~ 32.14%
B 200 of 529 ~ 37.81%

%30.06
%32.14
%37.81

CMYK color model

#9FAAC8 color CMYK value is (21,15,0,22).

  • cyan value is 20.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(21,15,0,22)
C21M15Y0K22 
(21%,15%,0%,22%)
(0.21/0.15/0.00/0.22)	

CMYK percentages

%20.5
%15
%0
%21.57

Codes

Color #9FAAC8 in popluar color models

9FAAC8
RGB159170200
HSL224°27.15%70.39%
HSB/HSV224°20.50%78.43%
CMYK20.50%15.00%0.00%
21.57%

Color #9FAAC8 in popluar number systems.

HEX9FAAC8
Decimal159170200
Binary100111111010101011001000
Octal237252310

Shades and tints

Shades of #9FAAC8

#9FAAC8
(159,170,200)
#919BB6
(145,155,182)
#838CA4
(131,140,164)
#757D92
(117,125,146)
#676E80
(103,110,128)
#595F6E
(89,95,110)
#4B505C
(75,80,92)
#3D414A
(61,65,74)
#2F3238
(47,50,56)
#212326
(33,35,38)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FAAC8

#9FAAC8
(159,170,200)
#A7B1CD
(167,177,205)
#AFB8D2
(175,184,210)
#B7BFD7
(183,191,215)
#BFC6DC
(191,198,220)
#C7CDE1
(199,205,225)
#CFD4E6
(207,212,230)
#D7DBEB
(215,219,235)
#DFE2F0
(223,226,240)
#E7E9F5
(231,233,245)
#EFF0FA
(239,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAAC8; }

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

This text font color is #9FAAC8.


Background Color

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

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

This div background color is #9FAAC8.


Border color

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

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

This div border color is #9FAAC8.


Opacity

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

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

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

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

This text has shadow with #9FAAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAAC8 on black background.


Color preview on white background

This text has color #9FAAC8 on white background.



Black color preview on #9FAAC8 background

This text has black color on #9FAAC8 background.


White color preview on #9FAAC8 background

This text has white color on #9FAAC8 background.