COLOR #9FAEA3

HEX: #9FAEA3
RGB: (159,174,163)

Color info

#9FAEA3 contains red, green and blue colors in about the same proportion. Web safe color of #9FAEA3 is #999999 (or #999).

RGB color model

#9FAEA3 color RGB value is (159,174,163).

  • red value is 159;
  • green value is 174;
  • blue value is 163.
RGB:
(159,174,163)
(62%,68%,64%)

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 163 of 255 = 64%

159
174
163

R + G + B ~ 65%. #9FAEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 163 = 496 (100%)
R 159 of 496 ~ 32.06%
G 174 of 496 ~ 35.08%
B 163 of 496 ~ 32.86%

%32.06
%35.08
%32.86

CMYK color model

#9FAEA3 color CMYK value is (9,0,6,32).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(9,0,6,32)
C9M0Y6K32 
(9%,0%,6%,32%)
(0.09/0.00/0.06/0.32)	

CMYK percentages

%8.62
%0
%6.32
%31.76

Codes

Color #9FAEA3 in popluar color models

9FAEA3
RGB159174163
HSL136°8.47%65.29%
HSB/HSV136°8.62%68.24%
CMYK8.62%0.00%6.32%
31.76%

Color #9FAEA3 in popluar number systems.

HEX9FAEA3
Decimal159174163
Binary100111111010111010100011
Octal237256243

Shades and tints

Shades of #9FAEA3

#9FAEA3
(159,174,163)
#919F95
(145,159,149)
#839087
(131,144,135)
#758179
(117,129,121)
#67726B
(103,114,107)
#59635D
(89,99,93)
#4B544F
(75,84,79)
#3D4541
(61,69,65)
#2F3633
(47,54,51)
#212725
(33,39,37)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #9FAEA3

#9FAEA3
(159,174,163)
#A7B5AB
(167,181,171)
#AFBCB3
(175,188,179)
#B7C3BB
(183,195,187)
#BFCAC3
(191,202,195)
#C7D1CB
(199,209,203)
#CFD8D3
(207,216,211)
#D7DFDB
(215,223,219)
#DFE6E3
(223,230,227)
#E7EDEB
(231,237,235)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAEA3 color. Also use rgb(159,174,163) instead hex code.

Text Font Color

.myTextColor { color: #9FAEA3; }

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

This text font color is #9FAEA3.


Background Color

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

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

This div background color is #9FAEA3.


Border color

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

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

This div border color is #9FAEA3.


Opacity

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

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

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

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

This text has shadow with #9FAEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAEA3 on black background.


Color preview on white background

This text has color #9FAEA3 on white background.



Black color preview on #9FAEA3 background

This text has black color on #9FAEA3 background.


White color preview on #9FAEA3 background

This text has white color on #9FAEA3 background.