COLOR #9EB4B7

HEX: #9EB4B7
RGB: (158,180,183)

Color info

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

RGB color model

#9EB4B7 color RGB value is (158,180,183).

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

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 183 of 255 = 72%

158
180
183

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

Portions of RGB colors in percentages

R + G + B =
158 + 180 + 183 = 521 (100%)
R 158 of 521 ~ 30.33%
G 180 of 521 ~ 34.55%
B 183 of 521 ~ 35.12%

%30.33
%34.55
%35.12

CMYK color model

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

  • cyan value is 13.66%
  • magenta value is 1.64%
  • 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
%1.64
%0
%28.24

Codes

Color #9EB4B7 in popluar color models

9EB4B7
RGB158180183
HSL187°14.79%66.86%
HSB/HSV187°13.66%71.76%
CMYK13.66%1.64%0.00%
28.24%

Color #9EB4B7 in popluar number systems.

HEX9EB4B7
Decimal158180183
Binary100111101011010010110111
Octal236264267

Shades and tints

Shades of #9EB4B7

#9EB4B7
(158,180,183)
#90A4A7
(144,164,167)
#829497
(130,148,151)
#748487
(116,132,135)
#667477
(102,116,119)
#586467
(88,100,103)
#4A5457
(74,84,87)
#3C4447
(60,68,71)
#2E3437
(46,52,55)
#202427
(32,36,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9EB4B7

#9EB4B7
(158,180,183)
#A6BABD
(166,186,189)
#AEC0C3
(174,192,195)
#B6C6C9
(182,198,201)
#BECCCF
(190,204,207)
#C6D2D5
(198,210,213)
#CED8DB
(206,216,219)
#D6DEE1
(214,222,225)
#DEE4E7
(222,228,231)
#E6EAED
(230,234,237)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB4B7; }

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

This text font color is #9EB4B7.


Background Color

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

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

This div background color is #9EB4B7.


Border color

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

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

This div border color is #9EB4B7.


Opacity

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

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

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

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

This text has shadow with #9EB4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB4B7 on black background.


Color preview on white background

This text has color #9EB4B7 on white background.



Black color preview on #9EB4B7 background

This text has black color on #9EB4B7 background.


White color preview on #9EB4B7 background

This text has white color on #9EB4B7 background.