COLOR #9EB6AB

HEX: #9EB6AB
RGB: (158,182,171)

Color info

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

RGB color model

#9EB6AB color RGB value is (158,182,171).

  • red value is 158;
  • green value is 182;
  • blue value is 171.
RGB:
(158,182,171)
(62%,71%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 171 of 255 = 67%

158
182
171

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

Portions of RGB colors in percentages

R + G + B =
158 + 182 + 171 = 511 (100%)
R 158 of 511 ~ 30.92%
G 182 of 511 ~ 35.62%
B 171 of 511 ~ 33.46%

%30.92
%35.62
%33.46

CMYK color model

#9EB6AB color CMYK value is (13,0,6,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(13,0,6,29)
C13M0Y6K29 
(13%,0%,6%,29%)
(0.13/0.00/0.06/0.29)	

CMYK percentages

%13.19
%0
%6.04
%28.63

Codes

Color #9EB6AB in popluar color models

9EB6AB
RGB158182171
HSL153°14.12%66.67%
HSB/HSV153°13.19%71.37%
CMYK13.19%0.00%6.04%
28.63%

Color #9EB6AB in popluar number systems.

HEX9EB6AB
Decimal158182171
Binary100111101011011010101011
Octal236266253

Shades and tints

Shades of #9EB6AB

#9EB6AB
(158,182,171)
#90A69C
(144,166,156)
#82968D
(130,150,141)
#74867E
(116,134,126)
#66766F
(102,118,111)
#586660
(88,102,96)
#4A5651
(74,86,81)
#3C4642
(60,70,66)
#2E3633
(46,54,51)
#202624
(32,38,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9EB6AB

#9EB6AB
(158,182,171)
#A6BCB2
(166,188,178)
#AEC2B9
(174,194,185)
#B6C8C0
(182,200,192)
#BECEC7
(190,206,199)
#C6D4CE
(198,212,206)
#CEDAD5
(206,218,213)
#D6E0DC
(214,224,220)
#DEE6E3
(222,230,227)
#E6ECEA
(230,236,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB6AB color. Also use rgb(158,182,171) instead hex code.

Text Font Color

.myTextColor { color: #9EB6AB; }

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

This text font color is #9EB6AB.


Background Color

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

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

This div background color is #9EB6AB.


Border color

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

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

This div border color is #9EB6AB.


Opacity

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

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

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

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

This text has shadow with #9EB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB6AB on black background.


Color preview on white background

This text has color #9EB6AB on white background.



Black color preview on #9EB6AB background

This text has black color on #9EB6AB background.


White color preview on #9EB6AB background

This text has white color on #9EB6AB background.