COLOR #9EBBA6

HEX: #9EBBA6
RGB: (158,187,166)

Color info

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

RGB color model

#9EBBA6 color RGB value is (158,187,166).

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

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 166 of 255 = 65%

158
187
166

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

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 166 = 511 (100%)
R 158 of 511 ~ 30.92%
G 187 of 511 ~ 36.59%
B 166 of 511 ~ 32.49%

%30.92
%36.59
%32.49

CMYK color model

#9EBBA6 color CMYK value is (16,0,11,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(16,0,11,27)
C16M0Y11K27 
(16%,0%,11%,27%)
(0.16/0.00/0.11/0.27)	

CMYK percentages

%15.51
%0
%11.23
%26.67

Codes

Color #9EBBA6 in popluar color models

9EBBA6
RGB158187166
HSL137°17.58%67.65%
HSB/HSV137°15.51%73.33%
CMYK15.51%0.00%11.23%
26.67%

Color #9EBBA6 in popluar number systems.

HEX9EBBA6
Decimal158187166
Binary100111101011101110100110
Octal236273246

Shades and tints

Shades of #9EBBA6

#9EBBA6
(158,187,166)
#90AA97
(144,170,151)
#829988
(130,153,136)
#748879
(116,136,121)
#66776A
(102,119,106)
#58665B
(88,102,91)
#4A554C
(74,85,76)
#3C443D
(60,68,61)
#2E332E
(46,51,46)
#20221F
(32,34,31)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #9EBBA6

#9EBBA6
(158,187,166)
#A6C1AE
(166,193,174)
#AEC7B6
(174,199,182)
#B6CDBE
(182,205,190)
#BED3C6
(190,211,198)
#C6D9CE
(198,217,206)
#CEDFD6
(206,223,214)
#D6E5DE
(214,229,222)
#DEEBE6
(222,235,230)
#E6F1EE
(230,241,238)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBBA6 color. Also use rgb(158,187,166) instead hex code.

Text Font Color

.myTextColor { color: #9EBBA6; }

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

This text font color is #9EBBA6.


Background Color

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

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

This div background color is #9EBBA6.


Border color

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

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

This div border color is #9EBBA6.


Opacity

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

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

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

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

This text has shadow with #9EBBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBBA6 on black background.


Color preview on white background

This text has color #9EBBA6 on white background.



Black color preview on #9EBBA6 background

This text has black color on #9EBBA6 background.


White color preview on #9EBBA6 background

This text has white color on #9EBBA6 background.