COLOR #9AB89D

HEX: #9AB89D
RGB: (154,184,157)

Color info

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

RGB color model

#9AB89D color RGB value is (154,184,157).

  • red value is 154;
  • green value is 184;
  • blue value is 157.
RGB:
(154,184,157)
(60%,72%,62%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 157 of 255 = 62%

154
184
157

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

Portions of RGB colors in percentages

R + G + B =
154 + 184 + 157 = 495 (100%)
R 154 of 495 ~ 31.11%
G 184 of 495 ~ 37.17%
B 157 of 495 ~ 31.72%

%31.11
%37.17
%31.72

CMYK color model

#9AB89D color CMYK value is (16,0,15,28).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(16,0,15,28)
C16M0Y15K28 
(16%,0%,15%,28%)
(0.16/0.00/0.15/0.28)	

CMYK percentages

%16.3
%0
%14.67
%27.84

Codes

Color #9AB89D in popluar color models

9AB89D
RGB154184157
HSL126°17.44%66.27%
HSB/HSV126°16.30%72.16%
CMYK16.30%0.00%14.67%
27.84%

Color #9AB89D in popluar number systems.

HEX9AB89D
Decimal154184157
Binary100110101011100010011101
Octal232270235

Shades and tints

Shades of #9AB89D

#9AB89D
(154,184,157)
#8CA88F
(140,168,143)
#7E9881
(126,152,129)
#708873
(112,136,115)
#627865
(98,120,101)
#546857
(84,104,87)
#465849
(70,88,73)
#38483B
(56,72,59)
#2A382D
(42,56,45)
#1C281F
(28,40,31)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #9AB89D

#9AB89D
(154,184,157)
#A3BEA5
(163,190,165)
#ACC4AD
(172,196,173)
#B5CAB5
(181,202,181)
#BED0BD
(190,208,189)
#C7D6C5
(199,214,197)
#D0DCCD
(208,220,205)
#D9E2D5
(217,226,213)
#E2E8DD
(226,232,221)
#EBEEE5
(235,238,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB89D color. Also use rgb(154,184,157) instead hex code.

Text Font Color

.myTextColor { color: #9AB89D; }

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

This text font color is #9AB89D.


Background Color

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

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

This div background color is #9AB89D.


Border color

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

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

This div border color is #9AB89D.


Opacity

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

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

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

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

This text has shadow with #9AB89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB89D on black background.


Color preview on white background

This text has color #9AB89D on white background.



Black color preview on #9AB89D background

This text has black color on #9AB89D background.


White color preview on #9AB89D background

This text has white color on #9AB89D background.