COLOR #9EA2BF

HEX: #9EA2BF
RGB: (158,162,191)

Color info

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

RGB color model

#9EA2BF color RGB value is (158,162,191).

  • red value is 158;
  • green value is 162;
  • blue value is 191.
RGB:
(158,162,191)
(62%,64%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 191 of 255 = 75%

158
162
191

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 191 = 511 (100%)
R 158 of 511 ~ 30.92%
G 162 of 511 ~ 31.7%
B 191 of 511 ~ 37.38%

%30.92
%31.7
%37.38

CMYK color model

#9EA2BF color CMYK value is (17,15,0,25).

  • cyan value is 17.28%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,15,0,25)
C17M15Y0K25 
(17%,15%,0%,25%)
(0.17/0.15/0.00/0.25)	

CMYK percentages

%17.28
%15.18
%0
%25.1

Codes

Color #9EA2BF in popluar color models

9EA2BF
RGB158162191
HSL233°20.50%68.43%
HSB/HSV233°17.28%74.90%
CMYK17.28%15.18%0.00%
25.10%

Color #9EA2BF in popluar number systems.

HEX9EA2BF
Decimal158162191
Binary100111101010001010111111
Octal236242277

Shades and tints

Shades of #9EA2BF

#9EA2BF
(158,162,191)
#9094AE
(144,148,174)
#82869D
(130,134,157)
#74788C
(116,120,140)
#666A7B
(102,106,123)
#585C6A
(88,92,106)
#4A4E59
(74,78,89)
#3C4048
(60,64,72)
#2E3237
(46,50,55)
#202426
(32,36,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9EA2BF

#9EA2BF
(158,162,191)
#A6AAC4
(166,170,196)
#AEB2C9
(174,178,201)
#B6BACE
(182,186,206)
#BEC2D3
(190,194,211)
#C6CAD8
(198,202,216)
#CED2DD
(206,210,221)
#D6DAE2
(214,218,226)
#DEE2E7
(222,226,231)
#E6EAEC
(230,234,236)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA2BF color. Also use rgb(158,162,191) instead hex code.

Text Font Color

.myTextColor { color: #9EA2BF; }

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

This text font color is #9EA2BF.


Background Color

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

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

This div background color is #9EA2BF.


Border color

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

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

This div border color is #9EA2BF.


Opacity

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

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

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

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

This text has shadow with #9EA2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA2BF on black background.


Color preview on white background

This text has color #9EA2BF on white background.



Black color preview on #9EA2BF background

This text has black color on #9EA2BF background.


White color preview on #9EA2BF background

This text has white color on #9EA2BF background.