COLOR #9ABA99

HEX: #9ABA99 RGB: (154,186,153)

Color info

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

RGB color model

#9ABA99 color RGB value is (154,186,153).

RGB: (154,186,153) (60%, 73%, 60%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 153 of 255 = 60%

154
186
153

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

Portions of RGB colors in percentages

R + G + B = 154 + 186 + 153 = 493 (100%)
R 154 of 493 ~ 31.24%
G 186 of 493 ~ 37.73%
B 153 of 493 ~ 31.03'%

%31.24
%37.73
%31.03

CMYK color model

#9ABA99 color CMYK value is (17,0,18,27).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%

CMYK: (17,0,18,27)
C17M0Y18K27 (17%, 0%, 18%, 27%)
(0.17 / 0.00 / 0.18 / 0.27)

CMYK percentages

%17.2
%0
%17.74
%27.06

Codes

Color #9ABA99 in popluar color models

9A BA 99
RGB 154 186 153
HSL 118° 19.30% 66.47%
HSB/HSV 118° 17.74% 72.94%
CMYK 17.20% 0.00% 17.74%
27.06%

Color #9ABA99 in popluar number systems.

HEX 9A BA 99
Decimal 154 186 153
Binary 10011010 10111010 10011001
Octal 232 272 231

Shades and tints

Shades of #9ABA99

#9ABA99
(154,186,153)
#8CAA8C
(140,170,140)
#7E9A7F
(126,154,127)
#708A72
(112,138,114)
#627A65
(98,122,101)
#546A58
(84,106,88)
#465A4B
(70,90,75)
#384A3E
(56,74,62)
#2A3A31
(42,58,49)
#1C2A24
(28,42,36)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #9ABA99

#9ABA99
(154,186,153)
#A3C0A2
(163,192,162)
#ACC6AB
(172,198,171)
#B5CCB4
(181,204,180)
#BED2BD
(190,210,189)
#C7D8C6
(199,216,198)
#D0DECF
(208,222,207)
#D9E4D8
(217,228,216)
#E2EAE1
(226,234,225)
#EBF0EA
(235,240,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABA99; }

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

This text font color is #9ABA99.

Background Color

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

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

This div background color is #9ABA99.

Border color

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

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

This div border color is #9ABA99.

Opacity

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

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

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

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

This text has shadow with #9ABA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABA99.

Preview

Color preview on black background

This text has color #9ABA99 on black background.


Color preview on white background

This text has color #9ABA99 on white background.


Black color preview on #9ABA99 background

This text has black color on #9ABA99 background.


White color preview on #9ABA99 background

This text has white color on #9ABA99 background.


Related colors

Complementary color

Complementary color for #hex is #654566.


I love getcolorcode.com

Triadic colors

1 #999ABA and #BA999A with #9ABA99 are triadic colors.

2 #99BA9A and #BA9A99 with #9ABA99 are triadic colors.