COLOR #ABB97F

HEX: #ABB97F RGB: (171,185,127)

Color info

#ABB97F contains red, green and blue colors in about the same proportion. Web safe color of #ABB97F is #99CC66 (or #9C6).

RGB color model

#ABB97F color RGB value is (171,185,127).

RGB: (171,185,127) (67%, 73%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 127 of 255 = 50%

171
185
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 127 = 483 (100%)
R 171 of 483 ~ 35.4%
G 185 of 483 ~ 38.3%
B 127 of 483 ~ 26.29'%

%35.4
%38.3
%26.29

CMYK color model

#ABB97F color CMYK value is (8,0,31,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 31.35%
  • key color value is 27.45%

CMYK: (8,0,31,27)
C8M0Y31K27 (8%, 0%, 31%, 27%)
(0.08 / 0.00 / 0.31 / 0.27)

CMYK percentages

%7.57
%0
%31.35
%27.45

Codes

Color #ABB97F in popluar color models

AB B9 7F
RGB 171 185 127
HSL 74° 29.29% 61.18%
HSB/HSV 74° 31.35% 72.55%
CMYK 7.57% 0.00% 31.35%
27.45%

Color #ABB97F in popluar number systems.

HEX AB B9 7F
Decimal 171 185 127
Binary 10101011 10111001 1111111
Octal 253 271 177

Shades and tints

Shades of #ABB97F

#ABB97F
(171,185,127)
#9CA974
(156,169,116)
#8D9969
(141,153,105)
#7E895E
(126,137,94)
#6F7953
(111,121,83)
#606948
(96,105,72)
#51593D
(81,89,61)
#424932
(66,73,50)
#333927
(51,57,39)
#24291C
(36,41,28)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABB97F

#ABB97F
(171,185,127)
#B2BF8A
(178,191,138)
#B9C595
(185,197,149)
#C0CBA0
(192,203,160)
#C7D1AB
(199,209,171)
#CED7B6
(206,215,182)
#D5DDC1
(213,221,193)
#DCE3CC
(220,227,204)
#E3E9D7
(227,233,215)
#EAEFE2
(234,239,226)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB97F color. Also use rgb(171,185,127) instead hex code.

Text Font Color

.myTextColor { color: #ABB97F; }

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

This text font color is #ABB97F.

Background Color

.myBgColor { background-color: #ABB97F; }

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

This div background color is #ABB97F.

Border color

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

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

This div border color is #ABB97F.

Opacity

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

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

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

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

This text has shadow with #ABB97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB97F.

Preview

Color preview on black background

This text has color #ABB97F on black background.


Color preview on white background

This text has color #ABB97F on white background.


Black color preview on #ABB97F background

This text has black color on #ABB97F background.


White color preview on #ABB97F background

This text has white color on #ABB97F background.


Related colors

Complementary color

Complementary color for #hex is #544680.


I love getcolorcode.com

Triadic colors

1 #7FABB9 and #B97FAB with #ABB97F are triadic colors.

2 #7FB9AB and #B9AB7F with #ABB97F are triadic colors.