COLOR #ABC99A

HEX: #ABC99A RGB: (171,201,154)

Color info

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

RGB color model

#ABC99A color RGB value is (171,201,154).

RGB: (171,201,154) (67%, 79%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 154 of 255 = 60%

171
201
154

R + G + B ~ 69%. #ABC99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 154 = 526 (100%)
R 171 of 526 ~ 32.51%
G 201 of 526 ~ 38.21%
B 154 of 526 ~ 29.28'%

%32.51
%38.21
%29.28

CMYK color model

#ABC99A color CMYK value is (15,0,23,21).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (15,0,23,21)
C15M0Y23K21 (15%, 0%, 23%, 21%)
(0.15 / 0.00 / 0.23 / 0.21)

CMYK percentages

%14.93
%0
%23.38
%21.18

Codes

Color #ABC99A in popluar color models

AB C9 9A
RGB 171 201 154
HSL 98° 30.32% 69.61%
HSB/HSV 98° 23.38% 78.82%
CMYK 14.93% 0.00% 23.38%
21.18%

Color #ABC99A in popluar number systems.

HEX AB C9 9A
Decimal 171 201 154
Binary 10101011 11001001 10011010
Octal 253 311 232

Shades and tints

Shades of #ABC99A

#ABC99A
(171,201,154)
#9CB78C
(156,183,140)
#8DA57E
(141,165,126)
#7E9370
(126,147,112)
#6F8162
(111,129,98)
#606F54
(96,111,84)
#515D46
(81,93,70)
#424B38
(66,75,56)
#33392A
(51,57,42)
#24271C
(36,39,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABC99A

#ABC99A
(171,201,154)
#B2CDA3
(178,205,163)
#B9D1AC
(185,209,172)
#C0D5B5
(192,213,181)
#C7D9BE
(199,217,190)
#CEDDC7
(206,221,199)
#D5E1D0
(213,225,208)
#DCE5D9
(220,229,217)
#E3E9E2
(227,233,226)
#EAEDEB
(234,237,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC99A color. Also use rgb(171,201,154) instead hex code.

Text Font Color

.myTextColor { color: #ABC99A; }

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

This text font color is #ABC99A.

Background Color

.myBgColor { background-color: #ABC99A; }

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

This div background color is #ABC99A.

Border color

.myBorderColor { border: 1px solid #ABC99A; }

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

This div border color is #ABC99A.

Opacity

.myOpacity80 { color: #ABC99A; opacity: 0.8; }

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

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

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

This text has shadow with #ABC99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC99A.

Preview

Color preview on black background

This text has color #ABC99A on black background.


Color preview on white background

This text has color #ABC99A on white background.


Black color preview on #ABC99A background

This text has black color on #ABC99A background.


White color preview on #ABC99A background

This text has white color on #ABC99A background.


Related colors

Complementary color

Complementary color for #hex is #543665.


I love getcolorcode.com

Triadic colors

1 #9AABC9 and #C99AAB with #ABC99A are triadic colors.

2 #9AC9AB and #C9AB9A with #ABC99A are triadic colors.