COLOR #ABC49A

HEX: #ABC49A RGB: (171,196,154)

Color info

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

RGB color model

#ABC49A color RGB value is (171,196,154).

RGB: (171,196,154) (67%, 77%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 154 of 255 = 60%

171
196
154

R + G + B ~ 68%. #ABC49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 196 + 154 = 521 (100%)
R 171 of 521 ~ 32.82%
G 196 of 521 ~ 37.62%
B 154 of 521 ~ 29.56'%

%32.82
%37.62
%29.56

CMYK color model

#ABC49A color CMYK value is (13,0,21,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 23.14%

CMYK: (13,0,21,23)
C13M0Y21K23 (13%, 0%, 21%, 23%)
(0.13 / 0.00 / 0.21 / 0.23)

CMYK percentages

%12.76
%0
%21.43
%23.14

Codes

Color #ABC49A in popluar color models

AB C4 9A
RGB 171 196 154
HSL 96° 26.25% 68.63%
HSB/HSV 96° 21.43% 76.86%
CMYK 12.76% 0.00% 21.43%
23.14%

Color #ABC49A in popluar number systems.

HEX AB C4 9A
Decimal 171 196 154
Binary 10101011 11000100 10011010
Octal 253 304 232

Shades and tints

Shades of #ABC49A

#ABC49A
(171,196,154)
#9CB38C
(156,179,140)
#8DA27E
(141,162,126)
#7E9170
(126,145,112)
#6F8062
(111,128,98)
#606F54
(96,111,84)
#515E46
(81,94,70)
#424D38
(66,77,56)
#333C2A
(51,60,42)
#242B1C
(36,43,28)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #ABC49A

#ABC49A
(171,196,154)
#B2C9A3
(178,201,163)
#B9CEAC
(185,206,172)
#C0D3B5
(192,211,181)
#C7D8BE
(199,216,190)
#CEDDC7
(206,221,199)
#D5E2D0
(213,226,208)
#DCE7D9
(220,231,217)
#E3ECE2
(227,236,226)
#EAF1EB
(234,241,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC49A; }

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

This text font color is #ABC49A.

Background Color

.myBgColor { background-color: #ABC49A; }

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

This div background color is #ABC49A.

Border color

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

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

This div border color is #ABC49A.

Opacity

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

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

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

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

This text has shadow with #ABC49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC49A.

Preview

Color preview on black background

This text has color #ABC49A on black background.


Color preview on white background

This text has color #ABC49A on white background.


Black color preview on #ABC49A background

This text has black color on #ABC49A background.


White color preview on #ABC49A background

This text has white color on #ABC49A background.


Related colors

Complementary color

Complementary color for #hex is #543B65.


I love getcolorcode.com

Triadic colors

1 #9AABC4 and #C49AAB with #ABC49A are triadic colors.

2 #9AC4AB and #C4AB9A with #ABC49A are triadic colors.