COLOR #9EB2AF

HEX: #9EB2AF
RGB: (158,178,175)

Color info

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

RGB color model

#9EB2AF color RGB value is (158,178,175).

  • red value is 158;
  • green value is 178;
  • blue value is 175.
RGB:
(158,178,175)
(62%,70%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 175 of 255 = 69%

158
178
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 175 = 511 (100%)
R 158 of 511 ~ 30.92%
G 178 of 511 ~ 34.83%
B 175 of 511 ~ 34.25%

%30.92
%34.83
%34.25

CMYK color model

#9EB2AF color CMYK value is (11,0,2,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(11,0,2,30)
C11M0Y2K30 
(11%,0%,2%,30%)
(0.11/0.00/0.02/0.30)	

CMYK percentages

%11.24
%0
%1.69
%30.2

Codes

Color #9EB2AF in popluar color models

9EB2AF
RGB158178175
HSL171°11.49%65.88%
HSB/HSV171°11.24%69.80%
CMYK11.24%0.00%1.69%
30.20%

Color #9EB2AF in popluar number systems.

HEX9EB2AF
Decimal158178175
Binary100111101011001010101111
Octal236262257

Shades and tints

Shades of #9EB2AF

#9EB2AF
(158,178,175)
#90A2A0
(144,162,160)
#829291
(130,146,145)
#748282
(116,130,130)
#667273
(102,114,115)
#586264
(88,98,100)
#4A5255
(74,82,85)
#3C4246
(60,66,70)
#2E3237
(46,50,55)
#202228
(32,34,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #9EB2AF

#9EB2AF
(158,178,175)
#A6B9B6
(166,185,182)
#AEC0BD
(174,192,189)
#B6C7C4
(182,199,196)
#BECECB
(190,206,203)
#C6D5D2
(198,213,210)
#CEDCD9
(206,220,217)
#D6E3E0
(214,227,224)
#DEEAE7
(222,234,231)
#E6F1EE
(230,241,238)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB2AF color. Also use rgb(158,178,175) instead hex code.

Text Font Color

.myTextColor { color: #9EB2AF; }

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

This text font color is #9EB2AF.


Background Color

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

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

This div background color is #9EB2AF.


Border color

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

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

This div border color is #9EB2AF.


Opacity

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

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

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

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

This text has shadow with #9EB2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB2AF on black background.


Color preview on white background

This text has color #9EB2AF on white background.



Black color preview on #9EB2AF background

This text has black color on #9EB2AF background.


White color preview on #9EB2AF background

This text has white color on #9EB2AF background.