COLOR #9ABA97

HEX: #9ABA97
RGB: (154,186,151)

Color info

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

RGB color model

#9ABA97 color RGB value is (154,186,151).

  • red value is 154;
  • green value is 186;
  • blue value is 151.
RGB:
(154,186,151)
(60%,73%,59%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 151 of 255 = 59%

154
186
151

R + G + B ~ 64%. #9ABA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 151 = 491 (100%)
R 154 of 491 ~ 31.36%
G 186 of 491 ~ 37.88%
B 151 of 491 ~ 30.75%

%31.36
%37.88
%30.75

CMYK color model

#9ABA97 color CMYK value is (17,0,19,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 27.06%
CMYK:
(17,0,19,27)
C17M0Y19K27 
(17%,0%,19%,27%)
(0.17/0.00/0.19/0.27)	

CMYK percentages

%17.2
%0
%18.82
%27.06

Codes

Color #9ABA97 in popluar color models

9ABA97
RGB154186151
HSL115°20.23%66.08%
HSB/HSV115°18.82%72.94%
CMYK17.20%0.00%18.82%
27.06%

Color #9ABA97 in popluar number systems.

HEX9ABA97
Decimal154186151
Binary100110101011101010010111
Octal232272227

Shades and tints

Shades of #9ABA97

#9ABA97
(154,186,151)
#8CAA8A
(140,170,138)
#7E9A7D
(126,154,125)
#708A70
(112,138,112)
#627A63
(98,122,99)
#546A56
(84,106,86)
#465A49
(70,90,73)
#384A3C
(56,74,60)
#2A3A2F
(42,58,47)
#1C2A22
(28,42,34)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #9ABA97

#9ABA97
(154,186,151)
#A3C0A0
(163,192,160)
#ACC6A9
(172,198,169)
#B5CCB2
(181,204,178)
#BED2BB
(190,210,187)
#C7D8C4
(199,216,196)
#D0DECD
(208,222,205)
#D9E4D6
(217,228,214)
#E2EADF
(226,234,223)
#EBF0E8
(235,240,232)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABA97 color. Also use rgb(154,186,151) instead hex code.

Text Font Color

.myTextColor { color: #9ABA97; }

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

This text font color is #9ABA97.


Background Color

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

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

This div background color is #9ABA97.


Border color

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

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

This div border color is #9ABA97.


Opacity

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

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

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

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

This text has shadow with #9ABA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABA97 on black background.


Color preview on white background

This text has color #9ABA97 on white background.



Black color preview on #9ABA97 background

This text has black color on #9ABA97 background.


White color preview on #9ABA97 background

This text has white color on #9ABA97 background.