COLOR #ABB87F

HEX: #ABB87F RGB: (171,184,127)

Color info

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

RGB color model

#ABB87F color RGB value is (171,184,127).

RGB: (171,184,127) (67%, 72%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 127 of 255 = 50%

171
184
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 184 + 127 = 482 (100%)
R 171 of 482 ~ 35.48%
G 184 of 482 ~ 38.17%
B 127 of 482 ~ 26.35'%

%35.48
%38.17
%26.35

CMYK color model

#ABB87F color CMYK value is (7,0,31,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%

CMYK: (7,0,31,28)
C7M0Y31K28 (7%, 0%, 31%, 28%)
(0.07 / 0.00 / 0.31 / 0.28)

CMYK percentages

%7.07
%0
%30.98
%27.84

Codes

Color #ABB87F in popluar color models

AB B8 7F
RGB 171 184 127
HSL 74° 28.64% 60.98%
HSB/HSV 74° 30.98% 72.16%
CMYK 7.07% 0.00% 30.98%
27.84%

Color #ABB87F in popluar number systems.

HEX AB B8 7F
Decimal 171 184 127
Binary 10101011 10111000 1111111
Octal 253 270 177

Shades and tints

Shades of #ABB87F

#ABB87F
(171,184,127)
#9CA874
(156,168,116)
#8D9869
(141,152,105)
#7E885E
(126,136,94)
#6F7853
(111,120,83)
#606848
(96,104,72)
#51583D
(81,88,61)
#424832
(66,72,50)
#333827
(51,56,39)
#24281C
(36,40,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #ABB87F

#ABB87F
(171,184,127)
#B2BE8A
(178,190,138)
#B9C495
(185,196,149)
#C0CAA0
(192,202,160)
#C7D0AB
(199,208,171)
#CED6B6
(206,214,182)
#D5DCC1
(213,220,193)
#DCE2CC
(220,226,204)
#E3E8D7
(227,232,215)
#EAEEE2
(234,238,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB87F; }

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

This text font color is #ABB87F.

Background Color

.myBgColor { background-color: #ABB87F; }

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

This div background color is #ABB87F.

Border color

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

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

This div border color is #ABB87F.

Opacity

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

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

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

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

This text has shadow with #ABB87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB87F.

Preview

Color preview on black background

This text has color #ABB87F on black background.


Color preview on white background

This text has color #ABB87F on white background.


Black color preview on #ABB87F background

This text has black color on #ABB87F background.


White color preview on #ABB87F background

This text has white color on #ABB87F background.


Related colors

Complementary color

Complementary color for #hex is #544780.


I love getcolorcode.com

Triadic colors

1 #7FABB8 and #B87FAB with #ABB87F are triadic colors.

2 #7FB8AB and #B8AB7F with #ABB87F are triadic colors.