COLOR #ABB28A

HEX: #ABB28A
RGB: (171,178,138)

Color info

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

RGB color model

#ABB28A color RGB value is (171,178,138).

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

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 138 of 255 = 54%

171
178
138

R + G + B ~ 64%. #ABB28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 138 = 487 (100%)
R 171 of 487 ~ 35.11%
G 178 of 487 ~ 36.55%
B 138 of 487 ~ 28.34%

%35.11
%36.55
%28.34

CMYK color model

#ABB28A color CMYK value is (4,0,22,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(4,0,22,30)
C4M0Y22K30 
(4%,0%,22%,30%)
(0.04/0.00/0.22/0.30)	

CMYK percentages

%3.93
%0
%22.47
%30.2

Codes

Color #ABB28A in popluar color models

ABB28A
RGB171178138
HSL71°20.62%61.96%
HSB/HSV71°22.47%69.80%
CMYK3.93%0.00%22.47%
30.20%

Color #ABB28A in popluar number systems.

HEXABB28A
Decimal171178138
Binary101010111011001010001010
Octal253262212

Shades and tints

Shades of #ABB28A

#ABB28A
(171,178,138)
#9CA27E
(156,162,126)
#8D9272
(141,146,114)
#7E8266
(126,130,102)
#6F725A
(111,114,90)
#60624E
(96,98,78)
#515242
(81,82,66)
#424236
(66,66,54)
#33322A
(51,50,42)
#24221E
(36,34,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #ABB28A

#ABB28A
(171,178,138)
#B2B994
(178,185,148)
#B9C09E
(185,192,158)
#C0C7A8
(192,199,168)
#C7CEB2
(199,206,178)
#CED5BC
(206,213,188)
#D5DCC6
(213,220,198)
#DCE3D0
(220,227,208)
#E3EADA
(227,234,218)
#EAF1E4
(234,241,228)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB28A; }

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

This text font color is #ABB28A.


Background Color

.myBgColor { background-color: #ABB28A; }

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

This div background color is #ABB28A.


Border color

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

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

This div border color is #ABB28A.


Opacity

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

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

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

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

This text has shadow with #ABB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB28A on black background.


Color preview on white background

This text has color #ABB28A on white background.



Black color preview on #ABB28A background

This text has black color on #ABB28A background.


White color preview on #ABB28A background

This text has white color on #ABB28A background.