COLOR #ABB084

HEX: #ABB084
RGB: (171,176,132)

Color info

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

RGB color model

#ABB084 color RGB value is (171,176,132).

  • red value is 171;
  • green value is 176;
  • blue value is 132.
RGB:
(171,176,132)
(67%,69%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 132 of 255 = 52%

171
176
132

R + G + B ~ 63%. #ABB084 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 132 = 479 (100%)
R 171 of 479 ~ 35.7%
G 176 of 479 ~ 36.74%
B 132 of 479 ~ 27.56%

%35.7
%36.74
%27.56

CMYK color model

#ABB084 color CMYK value is (3,0,25,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(3,0,25,31)
C3M0Y25K31 
(3%,0%,25%,31%)
(0.03/0.00/0.25/0.31)	

CMYK percentages

%2.84
%0
%25
%30.98

Codes

Color #ABB084 in popluar color models

ABB084
RGB171176132
HSL67°21.78%60.39%
HSB/HSV67°25.00%69.02%
CMYK2.84%0.00%25.00%
30.98%

Color #ABB084 in popluar number systems.

HEXABB084
Decimal171176132
Binary101010111011000010000100
Octal253260204

Shades and tints

Shades of #ABB084

#ABB084
(171,176,132)
#9CA078
(156,160,120)
#8D906C
(141,144,108)
#7E8060
(126,128,96)
#6F7054
(111,112,84)
#606048
(96,96,72)
#51503C
(81,80,60)
#424030
(66,64,48)
#333024
(51,48,36)
#242018
(36,32,24)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #ABB084

#ABB084
(171,176,132)
#B2B78F
(178,183,143)
#B9BE9A
(185,190,154)
#C0C5A5
(192,197,165)
#C7CCB0
(199,204,176)
#CED3BB
(206,211,187)
#D5DAC6
(213,218,198)
#DCE1D1
(220,225,209)
#E3E8DC
(227,232,220)
#EAEFE7
(234,239,231)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB084 color. Also use rgb(171,176,132) instead hex code.

Text Font Color

.myTextColor { color: #ABB084; }

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

This text font color is #ABB084.


Background Color

.myBgColor { background-color: #ABB084; }

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

This div background color is #ABB084.


Border color

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

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

This div border color is #ABB084.


Opacity

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

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

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

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

This text has shadow with #ABB084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB084 on black background.


Color preview on white background

This text has color #ABB084 on white background.



Black color preview on #ABB084 background

This text has black color on #ABB084 background.


White color preview on #ABB084 background

This text has white color on #ABB084 background.