COLOR #ABC99C

HEX: #ABC99C RGB: (171,201,156)

Color info

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

RGB color model

#ABC99C color RGB value is (171,201,156).

RGB: (171,201,156) (67%, 79%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 156 of 255 = 61%

171
201
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 156 = 528 (100%)
R 171 of 528 ~ 32.39%
G 201 of 528 ~ 38.07%
B 156 of 528 ~ 29.55'%

%32.39
%38.07
%29.55

CMYK color model

#ABC99C color CMYK value is (15,0,22,21).

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

CMYK: (15,0,22,21)
C15M0Y22K21 (15%, 0%, 22%, 21%)
(0.15 / 0.00 / 0.22 / 0.21)

CMYK percentages

%14.93
%0
%22.39
%21.18

Codes

Color #ABC99C in popluar color models

AB C9 9C
RGB 171 201 156
HSL 100° 29.41% 70.00%
HSB/HSV 100° 22.39% 78.82%
CMYK 14.93% 0.00% 22.39%
21.18%

Color #ABC99C in popluar number systems.

HEX AB C9 9C
Decimal 171 201 156
Binary 10101011 11001001 10011100
Octal 253 311 234

Shades and tints

Shades of #ABC99C

#ABC99C
(171,201,156)
#9CB78E
(156,183,142)
#8DA580
(141,165,128)
#7E9372
(126,147,114)
#6F8164
(111,129,100)
#606F56
(96,111,86)
#515D48
(81,93,72)
#424B3A
(66,75,58)
#33392C
(51,57,44)
#24271E
(36,39,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #ABC99C

#ABC99C
(171,201,156)
#B2CDA5
(178,205,165)
#B9D1AE
(185,209,174)
#C0D5B7
(192,213,183)
#C7D9C0
(199,217,192)
#CEDDC9
(206,221,201)
#D5E1D2
(213,225,210)
#DCE5DB
(220,229,219)
#E3E9E4
(227,233,228)
#EAEDED
(234,237,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC99C; }

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

This text font color is #ABC99C.

Background Color

.myBgColor { background-color: #ABC99C; }

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

This div background color is #ABC99C.

Border color

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

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

This div border color is #ABC99C.

Opacity

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

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

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

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

This text has shadow with #ABC99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC99C.

Preview

Color preview on black background

This text has color #ABC99C on black background.


Color preview on white background

This text has color #ABC99C on white background.


Black color preview on #ABC99C background

This text has black color on #ABC99C background.


White color preview on #ABC99C background

This text has white color on #ABC99C background.


Related colors

Complementary color

Complementary color for #hex is #543663.


I love getcolorcode.com

Triadic colors

1 #9CABC9 and #C99CAB with #ABC99C are triadic colors.

2 #9CC9AB and #C9AB9C with #ABC99C are triadic colors.