COLOR #9EB0A6

HEX: #9EB0A6
RGB: (158,176,166)

Color info

#9EB0A6 contains red, green and blue colors in about the same proportion. Web safe color of #9EB0A6 is #999999 (or #999).

RGB color model

#9EB0A6 color RGB value is (158,176,166).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 166 of 255 = 65%

158
176
166

R + G + B ~ 65%. #9EB0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 166 = 500 (100%)
R 158 of 500 ~ 31.6%
G 176 of 500 ~ 35.2%
B 166 of 500 ~ 33.2%

%31.6
%35.2
%33.2

CMYK color model

#9EB0A6 color CMYK value is (10,0,6,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(10,0,6,31)
C10M0Y6K31 
(10%,0%,6%,31%)
(0.10/0.00/0.06/0.31)	

CMYK percentages

%10.23
%0
%5.68
%30.98

Codes

Color #9EB0A6 in popluar color models

9EB0A6
RGB158176166
HSL147°10.23%65.49%
HSB/HSV147°10.23%69.02%
CMYK10.23%0.00%5.68%
30.98%

Color #9EB0A6 in popluar number systems.

HEX9EB0A6
Decimal158176166
Binary100111101011000010100110
Octal236260246

Shades and tints

Shades of #9EB0A6

#9EB0A6
(158,176,166)
#90A097
(144,160,151)
#829088
(130,144,136)
#748079
(116,128,121)
#66706A
(102,112,106)
#58605B
(88,96,91)
#4A504C
(74,80,76)
#3C403D
(60,64,61)
#2E302E
(46,48,46)
#20201F
(32,32,31)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9EB0A6

#9EB0A6
(158,176,166)
#A6B7AE
(166,183,174)
#AEBEB6
(174,190,182)
#B6C5BE
(182,197,190)
#BECCC6
(190,204,198)
#C6D3CE
(198,211,206)
#CEDAD6
(206,218,214)
#D6E1DE
(214,225,222)
#DEE8E6
(222,232,230)
#E6EFEE
(230,239,238)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB0A6; }

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

This text font color is #9EB0A6.


Background Color

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

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

This div background color is #9EB0A6.


Border color

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

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

This div border color is #9EB0A6.


Opacity

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

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

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

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

This text has shadow with #9EB0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB0A6 on black background.


Color preview on white background

This text has color #9EB0A6 on white background.



Black color preview on #9EB0A6 background

This text has black color on #9EB0A6 background.


White color preview on #9EB0A6 background

This text has white color on #9EB0A6 background.