COLOR #ABBC87

HEX: #ABBC87 RGB: (171,188,135)

Color info

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

RGB color model

#ABBC87 color RGB value is (171,188,135).

RGB: (171,188,135) (67%, 74%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 135 of 255 = 53%

171
188
135

R + G + B ~ 65%. #ABBC87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 135 = 494 (100%)
R 171 of 494 ~ 34.62%
G 188 of 494 ~ 38.06%
B 135 of 494 ~ 27.33'%

%34.62
%38.06
%27.33

CMYK color model

#ABBC87 color CMYK value is (9,0,28,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK: (9,0,28,26) C9M0Y28K26 (9%,0%,28%,26%) (0.09/0.00/0.28/0.26) 

CMYK percentages

%9.04
%0
%28.19
%26.27

Codes

Color #ABBC87 in popluar color models

AB BC 87
RGB 171 188 135
HSL 79° 28.34% 63.33%
HSB/HSV 79° 28.19% 73.73%
CMYK 9.04% 0.00% 28.19%
26.27%

Color #ABBC87 in popluar number systems.

HEX AB BC 87
Decimal 171 188 135
Binary 10101011 10111100 10000111
Octal 253 274 207

Shades and tints

Shades of #ABBC87

#ABBC87
(171,188,135)
#9CAB7B
(156,171,123)
#8D9A6F
(141,154,111)
#7E8963
(126,137,99)
#6F7857
(111,120,87)
#60674B
(96,103,75)
#51563F
(81,86,63)
#424533
(66,69,51)
#333427
(51,52,39)
#24231B
(36,35,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #ABBC87

#ABBC87
(171,188,135)
#B2C291
(178,194,145)
#B9C89B
(185,200,155)
#C0CEA5
(192,206,165)
#C7D4AF
(199,212,175)
#CEDAB9
(206,218,185)
#D5E0C3
(213,224,195)
#DCE6CD
(220,230,205)
#E3ECD7
(227,236,215)
#EAF2E1
(234,242,225)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBC87 color. Also use rgb(171,188,135) instead hex code.

Text Font Color

.myTextColor { color: #ABBC87; }

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

This text font color is #ABBC87.

Background Color

.myBgColor { background-color: #ABBC87; }

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

This div background color is #ABBC87.

Border color

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

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

This div border color is #ABBC87.

Opacity

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

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

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

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

This text has shadow with #ABBC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBC87.

Preview

Color preview on black background

This text has color #ABBC87 on black background.


Color preview on white background

This text has color #ABBC87 on white background.


Black color preview on #ABBC87 background

This text has black color on #ABBC87 background.


White color preview on #ABBC87 background

This text has white color on #ABBC87 background.


Related colors

Complementary color

Complementary color for #hex is #544378.


I love getcolorcode.com

Triadic colors

1 #87ABBC and #BC87AB with #ABBC87 are triadic colors.

2 #87BCAB and #BCAB87 with #ABBC87 are triadic colors.