COLOR #9EBAB7

HEX: #9EBAB7
RGB: (158,186,183)

Color info

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

RGB color model

#9EBAB7 color RGB value is (158,186,183).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 183 of 255 = 72%

158
186
183

R + G + B ~ 69%. #9EBAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 183 = 527 (100%)
R 158 of 527 ~ 29.98%
G 186 of 527 ~ 35.29%
B 183 of 527 ~ 34.72%

%29.98
%35.29
%34.72

CMYK color model

#9EBAB7 color CMYK value is (15,0,2,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 27.06%
CMYK:
(15,0,2,27)
C15M0Y2K27 
(15%,0%,2%,27%)
(0.15/0.00/0.02/0.27)	

CMYK percentages

%15.05
%0
%1.61
%27.06

Codes

Color #9EBAB7 in popluar color models

9EBAB7
RGB158186183
HSL174°16.87%67.45%
HSB/HSV174°15.05%72.94%
CMYK15.05%0.00%1.61%
27.06%

Color #9EBAB7 in popluar number systems.

HEX9EBAB7
Decimal158186183
Binary100111101011101010110111
Octal236272267

Shades and tints

Shades of #9EBAB7

#9EBAB7
(158,186,183)
#90AAA7
(144,170,167)
#829A97
(130,154,151)
#748A87
(116,138,135)
#667A77
(102,122,119)
#586A67
(88,106,103)
#4A5A57
(74,90,87)
#3C4A47
(60,74,71)
#2E3A37
(46,58,55)
#202A27
(32,42,39)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #9EBAB7

#9EBAB7
(158,186,183)
#A6C0BD
(166,192,189)
#AEC6C3
(174,198,195)
#B6CCC9
(182,204,201)
#BED2CF
(190,210,207)
#C6D8D5
(198,216,213)
#CEDEDB
(206,222,219)
#D6E4E1
(214,228,225)
#DEEAE7
(222,234,231)
#E6F0ED
(230,240,237)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBAB7; }

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

This text font color is #9EBAB7.


Background Color

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

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

This div background color is #9EBAB7.


Border color

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

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

This div border color is #9EBAB7.


Opacity

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

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

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

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

This text has shadow with #9EBAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAB7 on black background.


Color preview on white background

This text has color #9EBAB7 on white background.



Black color preview on #9EBAB7 background

This text has black color on #9EBAB7 background.


White color preview on #9EBAB7 background

This text has white color on #9EBAB7 background.