COLOR #9AB489

HEX: #9AB489
RGB: (154,180,137)

Color info

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

RGB color model

#9AB489 color RGB value is (154,180,137).

  • red value is 154;
  • green value is 180;
  • blue value is 137.
RGB:
(154,180,137)
(60%,71%,54%)

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 137 of 255 = 54%

154
180
137

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

Portions of RGB colors in percentages

R + G + B =
154 + 180 + 137 = 471 (100%)
R 154 of 471 ~ 32.7%
G 180 of 471 ~ 38.22%
B 137 of 471 ~ 29.09%

%32.7
%38.22
%29.09

CMYK color model

#9AB489 color CMYK value is (14,0,24,29).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(14,0,24,29)
C14M0Y24K29 
(14%,0%,24%,29%)
(0.14/0.00/0.24/0.29)	

CMYK percentages

%14.44
%0
%23.89
%29.41

Codes

Color #9AB489 in popluar color models

9AB489
RGB154180137
HSL96°22.28%62.16%
HSB/HSV96°23.89%70.59%
CMYK14.44%0.00%23.89%
29.41%

Color #9AB489 in popluar number systems.

HEX9AB489
Decimal154180137
Binary100110101011010010001001
Octal232264211

Shades and tints

Shades of #9AB489

#9AB489
(154,180,137)
#8CA47D
(140,164,125)
#7E9471
(126,148,113)
#708465
(112,132,101)
#627459
(98,116,89)
#54644D
(84,100,77)
#465441
(70,84,65)
#384435
(56,68,53)
#2A3429
(42,52,41)
#1C241D
(28,36,29)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #9AB489

#9AB489
(154,180,137)
#A3BA93
(163,186,147)
#ACC09D
(172,192,157)
#B5C6A7
(181,198,167)
#BECCB1
(190,204,177)
#C7D2BB
(199,210,187)
#D0D8C5
(208,216,197)
#D9DECF
(217,222,207)
#E2E4D9
(226,228,217)
#EBEAE3
(235,234,227)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB489 color. Also use rgb(154,180,137) instead hex code.

Text Font Color

.myTextColor { color: #9AB489; }

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

This text font color is #9AB489.


Background Color

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

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

This div background color is #9AB489.


Border color

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

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

This div border color is #9AB489.


Opacity

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

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

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

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

This text has shadow with #9AB489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB489 on black background.


Color preview on white background

This text has color #9AB489 on white background.



Black color preview on #9AB489 background

This text has black color on #9AB489 background.


White color preview on #9AB489 background

This text has white color on #9AB489 background.