COLOR #9AB391

HEX: #9AB391
RGB: (154,179,145)

Color info

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

RGB color model

#9AB391 color RGB value is (154,179,145).

  • red value is 154;
  • green value is 179;
  • blue value is 145.
RGB:
(154,179,145)
(60%,70%,57%)

RGB channels and saturation

R 154 of 255 = 60%
G 179 of 255 = 70%
B 145 of 255 = 57%

154
179
145

R + G + B ~ 62%. #9AB391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 179 + 145 = 478 (100%)
R 154 of 478 ~ 32.22%
G 179 of 478 ~ 37.45%
B 145 of 478 ~ 30.33%

%32.22
%37.45
%30.33

CMYK color model

#9AB391 color CMYK value is (14,0,19,30).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK:
(14,0,19,30)
C14M0Y19K30 
(14%,0%,19%,30%)
(0.14/0.00/0.19/0.30)	

CMYK percentages

%13.97
%0
%18.99
%29.8

Codes

Color #9AB391 in popluar color models

9AB391
RGB154179145
HSL104°18.28%63.53%
HSB/HSV104°18.99%70.20%
CMYK13.97%0.00%18.99%
29.80%

Color #9AB391 in popluar number systems.

HEX9AB391
Decimal154179145
Binary100110101011001110010001
Octal232263221

Shades and tints

Shades of #9AB391

#9AB391
(154,179,145)
#8CA384
(140,163,132)
#7E9377
(126,147,119)
#70836A
(112,131,106)
#62735D
(98,115,93)
#546350
(84,99,80)
#465343
(70,83,67)
#384336
(56,67,54)
#2A3329
(42,51,41)
#1C231C
(28,35,28)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #9AB391

#9AB391
(154,179,145)
#A3B99B
(163,185,155)
#ACBFA5
(172,191,165)
#B5C5AF
(181,197,175)
#BECBB9
(190,203,185)
#C7D1C3
(199,209,195)
#D0D7CD
(208,215,205)
#D9DDD7
(217,221,215)
#E2E3E1
(226,227,225)
#EBE9EB
(235,233,235)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB391 color. Also use rgb(154,179,145) instead hex code.

Text Font Color

.myTextColor { color: #9AB391; }

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

This text font color is #9AB391.


Background Color

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

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

This div background color is #9AB391.


Border color

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

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

This div border color is #9AB391.


Opacity

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

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

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

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

This text has shadow with #9AB391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB391 on black background.


Color preview on white background

This text has color #9AB391 on white background.



Black color preview on #9AB391 background

This text has black color on #9AB391 background.


White color preview on #9AB391 background

This text has white color on #9AB391 background.