COLOR #ABB28B

HEX: #ABB28B
RGB: (171,178,139)

Color info

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

RGB color model

#ABB28B color RGB value is (171,178,139).

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

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 139 of 255 = 55%

171
178
139

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

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 139 = 488 (100%)
R 171 of 488 ~ 35.04%
G 178 of 488 ~ 36.48%
B 139 of 488 ~ 28.48%

%35.04
%36.48
%28.48

CMYK color model

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

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • 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
%21.91
%30.2

Codes

Color #ABB28B in popluar color models

ABB28B
RGB171178139
HSL71°20.21%62.16%
HSB/HSV71°21.91%69.80%
CMYK3.93%0.00%21.91%
30.20%

Color #ABB28B in popluar number systems.

HEXABB28B
Decimal171178139
Binary101010111011001010001011
Octal253262213

Shades and tints

Shades of #ABB28B

#ABB28B
(171,178,139)
#9CA27F
(156,162,127)
#8D9273
(141,146,115)
#7E8267
(126,130,103)
#6F725B
(111,114,91)
#60624F
(96,98,79)
#515243
(81,82,67)
#424237
(66,66,55)
#33322B
(51,50,43)
#24221F
(36,34,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #ABB28B

#ABB28B
(171,178,139)
#B2B995
(178,185,149)
#B9C09F
(185,192,159)
#C0C7A9
(192,199,169)
#C7CEB3
(199,206,179)
#CED5BD
(206,213,189)
#D5DCC7
(213,220,199)
#DCE3D1
(220,227,209)
#E3EADB
(227,234,219)
#EAF1E5
(234,241,229)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB28B; }

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

This text font color is #ABB28B.


Background Color

.myBgColor { background-color: #ABB28B; }

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

This div background color is #ABB28B.


Border color

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

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

This div border color is #ABB28B.


Opacity

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

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

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

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

This text has shadow with #ABB28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB28B on black background.


Color preview on white background

This text has color #ABB28B on white background.



Black color preview on #ABB28B background

This text has black color on #ABB28B background.


White color preview on #ABB28B background

This text has white color on #ABB28B background.