COLOR #9ABA96

HEX: #9ABA96 RGB: (154,186,150)

Color info

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

RGB color model

#9ABA96 color RGB value is (154,186,150).

RGB: (154,186,150) (60%, 73%, 59%)

RGB channels and saturation

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

154
186
150

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

Portions of RGB colors in percentages

R + G + B = 154 + 186 + 150 = 490 (100%)
R 154 of 490 ~ 31.43%
G 186 of 490 ~ 37.96%
B 150 of 490 ~ 30.61'%

%31.43
%37.96
%30.61

CMYK color model

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

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • 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
%19.35
%27.06

Codes

Color #9ABA96 in popluar color models

9A BA 96
RGB 154 186 150
HSL 113° 20.69% 65.88%
HSB/HSV 113° 19.35% 72.94%
CMYK 17.20% 0.00% 19.35%
27.06%

Color #9ABA96 in popluar number systems.

HEX 9A BA 96
Decimal 154 186 150
Binary 10011010 10111010 10010110
Octal 232 272 226

Shades and tints

Shades of #9ABA96

#9ABA96
(154,186,150)
#8CAA89
(140,170,137)
#7E9A7C
(126,154,124)
#708A6F
(112,138,111)
#627A62
(98,122,98)
#546A55
(84,106,85)
#465A48
(70,90,72)
#384A3B
(56,74,59)
#2A3A2E
(42,58,46)
#1C2A21
(28,42,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #9ABA96

#9ABA96
(154,186,150)
#A3C09F
(163,192,159)
#ACC6A8
(172,198,168)
#B5CCB1
(181,204,177)
#BED2BA
(190,210,186)
#C7D8C3
(199,216,195)
#D0DECC
(208,222,204)
#D9E4D5
(217,228,213)
#E2EADE
(226,234,222)
#EBF0E7
(235,240,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABA96; }

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

This text font color is #9ABA96.

Background Color

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

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

This div background color is #9ABA96.

Border color

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

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

This div border color is #9ABA96.

Opacity

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

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

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

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

This text has shadow with #9ABA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABA96.

Preview

Color preview on black background

This text has color #9ABA96 on black background.


Color preview on white background

This text has color #9ABA96 on white background.


Black color preview on #9ABA96 background

This text has black color on #9ABA96 background.


White color preview on #9ABA96 background

This text has white color on #9ABA96 background.


Related colors

Complementary color

Complementary color for #hex is #654569.


I love getcolorcode.com

Triadic colors

1 #969ABA and #BA969A with #9ABA96 are triadic colors.

2 #96BA9A and #BA9A96 with #9ABA96 are triadic colors.