COLOR #ABC29A

HEX: #ABC29A
RGB: (171,194,154)

Color info

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

RGB color model

#ABC29A color RGB value is (171,194,154).

  • red value is 171;
  • green value is 194;
  • blue value is 154.
RGB:
(171,194,154)
(67%,76%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 154 of 255 = 60%

171
194
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 154 = 519 (100%)
R 171 of 519 ~ 32.95%
G 194 of 519 ~ 37.38%
B 154 of 519 ~ 29.67%

%32.95
%37.38
%29.67

CMYK color model

#ABC29A color CMYK value is (12,0,21,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK:
(12,0,21,24)
C12M0Y21K24 
(12%,0%,21%,24%)
(0.12/0.00/0.21/0.24)	

CMYK percentages

%11.86
%0
%20.62
%23.92

Codes

Color #ABC29A in popluar color models

ABC29A
RGB171194154
HSL95°24.69%68.24%
HSB/HSV95°20.62%76.08%
CMYK11.86%0.00%20.62%
23.92%

Color #ABC29A in popluar number systems.

HEXABC29A
Decimal171194154
Binary101010111100001010011010
Octal253302232

Shades and tints

Shades of #ABC29A

#ABC29A
(171,194,154)
#9CB18C
(156,177,140)
#8DA07E
(141,160,126)
#7E8F70
(126,143,112)
#6F7E62
(111,126,98)
#606D54
(96,109,84)
#515C46
(81,92,70)
#424B38
(66,75,56)
#333A2A
(51,58,42)
#24291C
(36,41,28)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #ABC29A

#ABC29A
(171,194,154)
#B2C7A3
(178,199,163)
#B9CCAC
(185,204,172)
#C0D1B5
(192,209,181)
#C7D6BE
(199,214,190)
#CEDBC7
(206,219,199)
#D5E0D0
(213,224,208)
#DCE5D9
(220,229,217)
#E3EAE2
(227,234,226)
#EAEFEB
(234,239,235)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC29A; }

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

This text font color is #ABC29A.


Background Color

.myBgColor { background-color: #ABC29A; }

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

This div background color is #ABC29A.


Border color

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

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

This div border color is #ABC29A.


Opacity

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

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

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

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

This text has shadow with #ABC29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC29A on black background.


Color preview on white background

This text has color #ABC29A on white background.



Black color preview on #ABC29A background

This text has black color on #ABC29A background.


White color preview on #ABC29A background

This text has white color on #ABC29A background.