COLOR #ABB39F

HEX: #ABB39F RGB: (171,179,159)

Color info

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

RGB color model

#ABB39F color RGB value is (171,179,159).

RGB: (171,179,159) (67%, 70%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 159 of 255 = 62%

171
179
159

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

Portions of RGB colors in percentages

R + G + B = 171 + 179 + 159 = 509 (100%)
R 171 of 509 ~ 33.6%
G 179 of 509 ~ 35.17%
B 159 of 509 ~ 31.24'%

%33.6
%35.17
%31.24

CMYK color model

#ABB39F color CMYK value is (4,0,11,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%

CMYK: (4,0,11,30)
C4M0Y11K30 (4%, 0%, 11%, 30%)
(0.04 / 0.00 / 0.11 / 0.30)

CMYK percentages

%4.47
%0
%11.17
%29.8

Codes

Color #ABB39F in popluar color models

AB B3 9F
RGB 171 179 159
HSL 84° 11.63% 66.27%
HSB/HSV 84° 11.17% 70.20%
CMYK 4.47% 0.00% 11.17%
29.80%

Color #ABB39F in popluar number systems.

HEX AB B3 9F
Decimal 171 179 159
Binary 10101011 10110011 10011111
Octal 253 263 237

Shades and tints

Shades of #ABB39F

#ABB39F
(171,179,159)
#9CA391
(156,163,145)
#8D9383
(141,147,131)
#7E8375
(126,131,117)
#6F7367
(111,115,103)
#606359
(96,99,89)
#51534B
(81,83,75)
#42433D
(66,67,61)
#33332F
(51,51,47)
#242321
(36,35,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABB39F

#ABB39F
(171,179,159)
#B2B9A7
(178,185,167)
#B9BFAF
(185,191,175)
#C0C5B7
(192,197,183)
#C7CBBF
(199,203,191)
#CED1C7
(206,209,199)
#D5D7CF
(213,215,207)
#DCDDD7
(220,221,215)
#E3E3DF
(227,227,223)
#EAE9E7
(234,233,231)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB39F; }

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

This text font color is #ABB39F.

Background Color

.myBgColor { background-color: #ABB39F; }

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

This div background color is #ABB39F.

Border color

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

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

This div border color is #ABB39F.

Opacity

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

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

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

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

This text has shadow with #ABB39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB39F.

Preview

Color preview on black background

This text has color #ABB39F on black background.


Color preview on white background

This text has color #ABB39F on white background.


Black color preview on #ABB39F background

This text has black color on #ABB39F background.


White color preview on #ABB39F background

This text has white color on #ABB39F background.


Related colors

Complementary color

Complementary color for #hex is #544C60.


I love getcolorcode.com

Triadic colors

1 #9FABB3 and #B39FAB with #ABB39F are triadic colors.

2 #9FB3AB and #B3AB9F with #ABB39F are triadic colors.