COLOR #ABB29A

HEX: #ABB29A
RGB: (171,178,154)

Color info

#ABB29A contains red, green and blue colors in about the same proportion. Web safe color of #ABB29A is #999999 (or #999).

RGB color model

#ABB29A color RGB value is (171,178,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 154 of 255 = 60%

171
178
154

R + G + B ~ 66%. #ABB29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 154 = 503 (100%)
R 171 of 503 ~ 34%
G 178 of 503 ~ 35.39%
B 154 of 503 ~ 30.62%

%34
%35.39
%30.62

CMYK color model

#ABB29A color CMYK value is (4,0,13,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(4,0,13,30)
C4M0Y13K30 
(4%,0%,13%,30%)
(0.04/0.00/0.13/0.30)	

CMYK percentages

%3.93
%0
%13.48
%30.2

Codes

Color #ABB29A in popluar color models

ABB29A
RGB171178154
HSL78°13.48%65.10%
HSB/HSV78°13.48%69.80%
CMYK3.93%0.00%13.48%
30.20%

Color #ABB29A in popluar number systems.

HEXABB29A
Decimal171178154
Binary101010111011001010011010
Octal253262232

Shades and tints

Shades of #ABB29A

#ABB29A
(171,178,154)
#9CA28C
(156,162,140)
#8D927E
(141,146,126)
#7E8270
(126,130,112)
#6F7262
(111,114,98)
#606254
(96,98,84)
#515246
(81,82,70)
#424238
(66,66,56)
#33322A
(51,50,42)
#24221C
(36,34,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #ABB29A

#ABB29A
(171,178,154)
#B2B9A3
(178,185,163)
#B9C0AC
(185,192,172)
#C0C7B5
(192,199,181)
#C7CEBE
(199,206,190)
#CED5C7
(206,213,199)
#D5DCD0
(213,220,208)
#DCE3D9
(220,227,217)
#E3EAE2
(227,234,226)
#EAF1EB
(234,241,235)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB29A; }

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

This text font color is #ABB29A.


Background Color

.myBgColor { background-color: #ABB29A; }

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

This div background color is #ABB29A.


Border color

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

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

This div border color is #ABB29A.


Opacity

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

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

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

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

This text has shadow with #ABB29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB29A on black background.


Color preview on white background

This text has color #ABB29A on white background.



Black color preview on #ABB29A background

This text has black color on #ABB29A background.


White color preview on #ABB29A background

This text has white color on #ABB29A background.