COLOR #ABB39C

HEX: #ABB39C
RGB: (171,179,156)

Color info

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

RGB color model

#ABB39C color RGB value is (171,179,156).

  • red value is 171;
  • green value is 179;
  • blue value is 156.
RGB:
(171,179,156)
(67%,70%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 156 of 255 = 61%

171
179
156

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 156 = 506 (100%)
R 171 of 506 ~ 33.79%
G 179 of 506 ~ 35.38%
B 156 of 506 ~ 30.83%

%33.79
%35.38
%30.83

CMYK color model

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

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

CMYK percentages

%4.47
%0
%12.85
%29.8

Codes

Color #ABB39C in popluar color models

ABB39C
RGB171179156
HSL81°13.14%65.69%
HSB/HSV81°12.85%70.20%
CMYK4.47%0.00%12.85%
29.80%

Color #ABB39C in popluar number systems.

HEXABB39C
Decimal171179156
Binary101010111011001110011100
Octal253263234

Shades and tints

Shades of #ABB39C

#ABB39C
(171,179,156)
#9CA38E
(156,163,142)
#8D9380
(141,147,128)
#7E8372
(126,131,114)
#6F7364
(111,115,100)
#606356
(96,99,86)
#515348
(81,83,72)
#42433A
(66,67,58)
#33332C
(51,51,44)
#24231E
(36,35,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #ABB39C

#ABB39C
(171,179,156)
#B2B9A5
(178,185,165)
#B9BFAE
(185,191,174)
#C0C5B7
(192,197,183)
#C7CBC0
(199,203,192)
#CED1C9
(206,209,201)
#D5D7D2
(213,215,210)
#DCDDDB
(220,221,219)
#E3E3E4
(227,227,228)
#EAE9ED
(234,233,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB39C color. Also use rgb(171,179,156) instead hex code.

Text Font Color

.myTextColor { color: #ABB39C; }

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

This text font color is #ABB39C.


Background Color

.myBgColor { background-color: #ABB39C; }

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

This div background color is #ABB39C.


Border color

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

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

This div border color is #ABB39C.


Opacity

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

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

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

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

This text has shadow with #ABB39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB39C on black background.


Color preview on white background

This text has color #ABB39C on white background.



Black color preview on #ABB39C background

This text has black color on #ABB39C background.


White color preview on #ABB39C background

This text has white color on #ABB39C background.