COLOR #9EBAB3

HEX: #9EBAB3
RGB: (158,186,179)

Color info

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

RGB color model

#9EBAB3 color RGB value is (158,186,179).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 179 of 255 = 70%

158
186
179

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 179 = 523 (100%)
R 158 of 523 ~ 30.21%
G 186 of 523 ~ 35.56%
B 179 of 523 ~ 34.23%

%30.21
%35.56
%34.23

CMYK color model

#9EBAB3 color CMYK value is (15,0,4,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 27.06%
CMYK:
(15,0,4,27)
C15M0Y4K27 
(15%,0%,4%,27%)
(0.15/0.00/0.04/0.27)	

CMYK percentages

%15.05
%0
%3.76
%27.06

Codes

Color #9EBAB3 in popluar color models

9EBAB3
RGB158186179
HSL165°16.87%67.45%
HSB/HSV165°15.05%72.94%
CMYK15.05%0.00%3.76%
27.06%

Color #9EBAB3 in popluar number systems.

HEX9EBAB3
Decimal158186179
Binary100111101011101010110011
Octal236272263

Shades and tints

Shades of #9EBAB3

#9EBAB3
(158,186,179)
#90AAA3
(144,170,163)
#829A93
(130,154,147)
#748A83
(116,138,131)
#667A73
(102,122,115)
#586A63
(88,106,99)
#4A5A53
(74,90,83)
#3C4A43
(60,74,67)
#2E3A33
(46,58,51)
#202A23
(32,42,35)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #9EBAB3

#9EBAB3
(158,186,179)
#A6C0B9
(166,192,185)
#AEC6BF
(174,198,191)
#B6CCC5
(182,204,197)
#BED2CB
(190,210,203)
#C6D8D1
(198,216,209)
#CEDED7
(206,222,215)
#D6E4DD
(214,228,221)
#DEEAE3
(222,234,227)
#E6F0E9
(230,240,233)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBAB3; }

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

This text font color is #9EBAB3.


Background Color

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

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

This div background color is #9EBAB3.


Border color

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

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

This div border color is #9EBAB3.


Opacity

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

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

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

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

This text has shadow with #9EBAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAB3 on black background.


Color preview on white background

This text has color #9EBAB3 on white background.



Black color preview on #9EBAB3 background

This text has black color on #9EBAB3 background.


White color preview on #9EBAB3 background

This text has white color on #9EBAB3 background.