COLOR #9EBAA5

HEX: #9EBAA5
RGB: (158,186,165)

Color info

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

RGB color model

#9EBAA5 color RGB value is (158,186,165).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 165 of 255 = 65%

158
186
165

R + G + B ~ 67%. #9EBAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 165 = 509 (100%)
R 158 of 509 ~ 31.04%
G 186 of 509 ~ 36.54%
B 165 of 509 ~ 32.42%

%31.04
%36.54
%32.42

CMYK color model

#9EBAA5 color CMYK value is (15,0,11,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(15,0,11,27)
C15M0Y11K27 
(15%,0%,11%,27%)
(0.15/0.00/0.11/0.27)	

CMYK percentages

%15.05
%0
%11.29
%27.06

Codes

Color #9EBAA5 in popluar color models

9EBAA5
RGB158186165
HSL135°16.87%67.45%
HSB/HSV135°15.05%72.94%
CMYK15.05%0.00%11.29%
27.06%

Color #9EBAA5 in popluar number systems.

HEX9EBAA5
Decimal158186165
Binary100111101011101010100101
Octal236272245

Shades and tints

Shades of #9EBAA5

#9EBAA5
(158,186,165)
#90AA96
(144,170,150)
#829A87
(130,154,135)
#748A78
(116,138,120)
#667A69
(102,122,105)
#586A5A
(88,106,90)
#4A5A4B
(74,90,75)
#3C4A3C
(60,74,60)
#2E3A2D
(46,58,45)
#202A1E
(32,42,30)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #9EBAA5

#9EBAA5
(158,186,165)
#A6C0AD
(166,192,173)
#AEC6B5
(174,198,181)
#B6CCBD
(182,204,189)
#BED2C5
(190,210,197)
#C6D8CD
(198,216,205)
#CEDED5
(206,222,213)
#D6E4DD
(214,228,221)
#DEEAE5
(222,234,229)
#E6F0ED
(230,240,237)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBAA5; }

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

This text font color is #9EBAA5.


Background Color

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

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

This div background color is #9EBAA5.


Border color

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

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

This div border color is #9EBAA5.


Opacity

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

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

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

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

This text has shadow with #9EBAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAA5 on black background.


Color preview on white background

This text has color #9EBAA5 on white background.



Black color preview on #9EBAA5 background

This text has black color on #9EBAA5 background.


White color preview on #9EBAA5 background

This text has white color on #9EBAA5 background.