COLOR #ABC99F

HEX: #ABC99F RGB: (171,201,159)

Color info

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

RGB color model

#ABC99F color RGB value is (171,201,159).

RGB: (171,201,159) (67%, 79%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 159 of 255 = 62%

171
201
159

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

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 159 = 531 (100%)
R 171 of 531 ~ 32.2%
G 201 of 531 ~ 37.85%
B 159 of 531 ~ 29.94'%

%32.2
%37.85
%29.94

CMYK color model

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

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

CMYK: (15,0,21,21)
C15M0Y21K21 (15%, 0%, 21%, 21%)
(0.15 / 0.00 / 0.21 / 0.21)

CMYK percentages

%14.93
%0
%20.9
%21.18

Codes

Color #ABC99F in popluar color models

AB C9 9F
RGB 171 201 159
HSL 103° 28.00% 70.59%
HSB/HSV 103° 20.90% 78.82%
CMYK 14.93% 0.00% 20.90%
21.18%

Color #ABC99F in popluar number systems.

HEX AB C9 9F
Decimal 171 201 159
Binary 10101011 11001001 10011111
Octal 253 311 237

Shades and tints

Shades of #ABC99F

#ABC99F
(171,201,159)
#9CB791
(156,183,145)
#8DA583
(141,165,131)
#7E9375
(126,147,117)
#6F8167
(111,129,103)
#606F59
(96,111,89)
#515D4B
(81,93,75)
#424B3D
(66,75,61)
#33392F
(51,57,47)
#242721
(36,39,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABC99F

#ABC99F
(171,201,159)
#B2CDA7
(178,205,167)
#B9D1AF
(185,209,175)
#C0D5B7
(192,213,183)
#C7D9BF
(199,217,191)
#CEDDC7
(206,221,199)
#D5E1CF
(213,225,207)
#DCE5D7
(220,229,215)
#E3E9DF
(227,233,223)
#EAEDE7
(234,237,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC99F; }

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

This text font color is #ABC99F.

Background Color

.myBgColor { background-color: #ABC99F; }

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

This div background color is #ABC99F.

Border color

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

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

This div border color is #ABC99F.

Opacity

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

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

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

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

This text has shadow with #ABC99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC99F.

Preview

Color preview on black background

This text has color #ABC99F on black background.


Color preview on white background

This text has color #ABC99F on white background.


Black color preview on #ABC99F background

This text has black color on #ABC99F background.


White color preview on #ABC99F background

This text has white color on #ABC99F background.


Related colors

Complementary color

Complementary color for #hex is #543660.


I love getcolorcode.com

Triadic colors

1 #9FABC9 and #C99FAB with #ABC99F are triadic colors.

2 #9FC9AB and #C9AB9F with #ABC99F are triadic colors.