COLOR #9EB3B7

HEX: #9EB3B7
RGB: (158,179,183)

Color info

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

RGB color model

#9EB3B7 color RGB value is (158,179,183).

  • red value is 158;
  • green value is 179;
  • blue value is 183.
RGB:
(158,179,183)
(62%,70%,72%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 183 of 255 = 72%

158
179
183

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

Portions of RGB colors in percentages

R + G + B =
158 + 179 + 183 = 520 (100%)
R 158 of 520 ~ 30.38%
G 179 of 520 ~ 34.42%
B 183 of 520 ~ 35.19%

%30.38
%34.42
%35.19

CMYK color model

#9EB3B7 color CMYK value is (14,2,0,28).

  • cyan value is 13.66%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(14,2,0,28)
C14M2Y0K28 
(14%,2%,0%,28%)
(0.14/0.02/0.00/0.28)	

CMYK percentages

%13.66
%2.19
%0
%28.24

Codes

Color #9EB3B7 in popluar color models

9EB3B7
RGB158179183
HSL190°14.79%66.86%
HSB/HSV190°13.66%71.76%
CMYK13.66%2.19%0.00%
28.24%

Color #9EB3B7 in popluar number systems.

HEX9EB3B7
Decimal158179183
Binary100111101011001110110111
Octal236263267

Shades and tints

Shades of #9EB3B7

#9EB3B7
(158,179,183)
#90A3A7
(144,163,167)
#829397
(130,147,151)
#748387
(116,131,135)
#667377
(102,115,119)
#586367
(88,99,103)
#4A5357
(74,83,87)
#3C4347
(60,67,71)
#2E3337
(46,51,55)
#202327
(32,35,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9EB3B7

#9EB3B7
(158,179,183)
#A6B9BD
(166,185,189)
#AEBFC3
(174,191,195)
#B6C5C9
(182,197,201)
#BECBCF
(190,203,207)
#C6D1D5
(198,209,213)
#CED7DB
(206,215,219)
#D6DDE1
(214,221,225)
#DEE3E7
(222,227,231)
#E6E9ED
(230,233,237)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB3B7 color. Also use rgb(158,179,183) instead hex code.

Text Font Color

.myTextColor { color: #9EB3B7; }

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

This text font color is #9EB3B7.


Background Color

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

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

This div background color is #9EB3B7.


Border color

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

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

This div border color is #9EB3B7.


Opacity

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

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

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

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

This text has shadow with #9EB3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB3B7 on black background.


Color preview on white background

This text has color #9EB3B7 on white background.



Black color preview on #9EB3B7 background

This text has black color on #9EB3B7 background.


White color preview on #9EB3B7 background

This text has white color on #9EB3B7 background.