COLOR #9EB9A3

HEX: #9EB9A3
RGB: (158,185,163)

Color info

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

RGB color model

#9EB9A3 color RGB value is (158,185,163).

  • red value is 158;
  • green value is 185;
  • blue value is 163.
RGB:
(158,185,163)
(62%,73%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 163 of 255 = 64%

158
185
163

R + G + B ~ 66%. #9EB9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 163 = 506 (100%)
R 158 of 506 ~ 31.23%
G 185 of 506 ~ 36.56%
B 163 of 506 ~ 32.21%

%31.23
%36.56
%32.21

CMYK color model

#9EB9A3 color CMYK value is (15,0,12,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 27.45%
CMYK:
(15,0,12,27)
C15M0Y12K27 
(15%,0%,12%,27%)
(0.15/0.00/0.12/0.27)	

CMYK percentages

%14.59
%0
%11.89
%27.45

Codes

Color #9EB9A3 in popluar color models

9EB9A3
RGB158185163
HSL131°16.17%67.25%
HSB/HSV131°14.59%72.55%
CMYK14.59%0.00%11.89%
27.45%

Color #9EB9A3 in popluar number systems.

HEX9EB9A3
Decimal158185163
Binary100111101011100110100011
Octal236271243

Shades and tints

Shades of #9EB9A3

#9EB9A3
(158,185,163)
#90A995
(144,169,149)
#829987
(130,153,135)
#748979
(116,137,121)
#66796B
(102,121,107)
#58695D
(88,105,93)
#4A594F
(74,89,79)
#3C4941
(60,73,65)
#2E3933
(46,57,51)
#202925
(32,41,37)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9EB9A3

#9EB9A3
(158,185,163)
#A6BFAB
(166,191,171)
#AEC5B3
(174,197,179)
#B6CBBB
(182,203,187)
#BED1C3
(190,209,195)
#C6D7CB
(198,215,203)
#CEDDD3
(206,221,211)
#D6E3DB
(214,227,219)
#DEE9E3
(222,233,227)
#E6EFEB
(230,239,235)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB9A3 color. Also use rgb(158,185,163) instead hex code.

Text Font Color

.myTextColor { color: #9EB9A3; }

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

This text font color is #9EB9A3.


Background Color

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

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

This div background color is #9EB9A3.


Border color

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

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

This div border color is #9EB9A3.


Opacity

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

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

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

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

This text has shadow with #9EB9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB9A3 on black background.


Color preview on white background

This text has color #9EB9A3 on white background.



Black color preview on #9EB9A3 background

This text has black color on #9EB9A3 background.


White color preview on #9EB9A3 background

This text has white color on #9EB9A3 background.