COLOR #9EBAB8

HEX: #9EBAB8
RGB: (158,186,184)

Color info

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

RGB color model

#9EBAB8 color RGB value is (158,186,184).

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

RGB channels and saturation

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

158
186
184

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 184 = 528 (100%)
R 158 of 528 ~ 29.92%
G 186 of 528 ~ 35.23%
B 184 of 528 ~ 34.85%

%29.92
%35.23
%34.85

CMYK color model

#9EBAB8 color CMYK value is (15,0,1,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(15,0,1,27)
C15M0Y1K27 
(15%,0%,1%,27%)
(0.15/0.00/0.01/0.27)	

CMYK percentages

%15.05
%0
%1.08
%27.06

Codes

Color #9EBAB8 in popluar color models

9EBAB8
RGB158186184
HSL176°16.87%67.45%
HSB/HSV176°15.05%72.94%
CMYK15.05%0.00%1.08%
27.06%

Color #9EBAB8 in popluar number systems.

HEX9EBAB8
Decimal158186184
Binary100111101011101010111000
Octal236272270

Shades and tints

Shades of #9EBAB8

#9EBAB8
(158,186,184)
#90AAA8
(144,170,168)
#829A98
(130,154,152)
#748A88
(116,138,136)
#667A78
(102,122,120)
#586A68
(88,106,104)
#4A5A58
(74,90,88)
#3C4A48
(60,74,72)
#2E3A38
(46,58,56)
#202A28
(32,42,40)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #9EBAB8

#9EBAB8
(158,186,184)
#A6C0BE
(166,192,190)
#AEC6C4
(174,198,196)
#B6CCCA
(182,204,202)
#BED2D0
(190,210,208)
#C6D8D6
(198,216,214)
#CEDEDC
(206,222,220)
#D6E4E2
(214,228,226)
#DEEAE8
(222,234,232)
#E6F0EE
(230,240,238)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBAB8; }

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

This text font color is #9EBAB8.


Background Color

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

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

This div background color is #9EBAB8.


Border color

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

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

This div border color is #9EBAB8.


Opacity

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

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

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

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

This text has shadow with #9EBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAB8 on black background.


Color preview on white background

This text has color #9EBAB8 on white background.



Black color preview on #9EBAB8 background

This text has black color on #9EBAB8 background.


White color preview on #9EBAB8 background

This text has white color on #9EBAB8 background.