COLOR #9EB0B7

HEX: #9EB0B7
RGB: (158,176,183)

Color info

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

RGB color model

#9EB0B7 color RGB value is (158,176,183).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 183 of 255 = 72%

158
176
183

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

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 183 = 517 (100%)
R 158 of 517 ~ 30.56%
G 176 of 517 ~ 34.04%
B 183 of 517 ~ 35.4%

%30.56
%34.04
%35.4

CMYK color model

#9EB0B7 color CMYK value is (14,4,0,28).

  • cyan value is 13.66%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(14,4,0,28)
C14M4Y0K28 
(14%,4%,0%,28%)
(0.14/0.04/0.00/0.28)	

CMYK percentages

%13.66
%3.83
%0
%28.24

Codes

Color #9EB0B7 in popluar color models

9EB0B7
RGB158176183
HSL197°14.79%66.86%
HSB/HSV197°13.66%71.76%
CMYK13.66%3.83%0.00%
28.24%

Color #9EB0B7 in popluar number systems.

HEX9EB0B7
Decimal158176183
Binary100111101011000010110111
Octal236260267

Shades and tints

Shades of #9EB0B7

#9EB0B7
(158,176,183)
#90A0A7
(144,160,167)
#829097
(130,144,151)
#748087
(116,128,135)
#667077
(102,112,119)
#586067
(88,96,103)
#4A5057
(74,80,87)
#3C4047
(60,64,71)
#2E3037
(46,48,55)
#202027
(32,32,39)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #9EB0B7

#9EB0B7
(158,176,183)
#A6B7BD
(166,183,189)
#AEBEC3
(174,190,195)
#B6C5C9
(182,197,201)
#BECCCF
(190,204,207)
#C6D3D5
(198,211,213)
#CEDADB
(206,218,219)
#D6E1E1
(214,225,225)
#DEE8E7
(222,232,231)
#E6EFED
(230,239,237)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB0B7; }

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

This text font color is #9EB0B7.


Background Color

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

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

This div background color is #9EB0B7.


Border color

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

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

This div border color is #9EB0B7.


Opacity

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

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

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

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

This text has shadow with #9EB0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB0B7 on black background.


Color preview on white background

This text has color #9EB0B7 on white background.



Black color preview on #9EB0B7 background

This text has black color on #9EB0B7 background.


White color preview on #9EB0B7 background

This text has white color on #9EB0B7 background.