COLOR #ABBC89

HEX: #ABBC89 RGB: (171,188,137)

Color info

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

RGB color model

#ABBC89 color RGB value is (171,188,137).

RGB: (171,188,137) (67%, 74%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 137 of 255 = 54%

171
188
137

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

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 137 = 496 (100%)
R 171 of 496 ~ 34.48%
G 188 of 496 ~ 37.9%
B 137 of 496 ~ 27.62'%

%34.48
%37.9
%27.62

CMYK color model

#ABBC89 color CMYK value is (9,0,27,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (9,0,27,26)
C9M0Y27K26 (9%, 0%, 27%, 26%)
(0.09 / 0.00 / 0.27 / 0.26)

CMYK percentages

%9.04
%0
%27.13
%26.27

Codes

Color #ABBC89 in popluar color models

AB BC 89
RGB 171 188 137
HSL 80° 27.57% 63.73%
HSB/HSV 80° 27.13% 73.73%
CMYK 9.04% 0.00% 27.13%
26.27%

Color #ABBC89 in popluar number systems.

HEX AB BC 89
Decimal 171 188 137
Binary 10101011 10111100 10001001
Octal 253 274 211

Shades and tints

Shades of #ABBC89

#ABBC89
(171,188,137)
#9CAB7D
(156,171,125)
#8D9A71
(141,154,113)
#7E8965
(126,137,101)
#6F7859
(111,120,89)
#60674D
(96,103,77)
#515641
(81,86,65)
#424535
(66,69,53)
#333429
(51,52,41)
#24231D
(36,35,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABBC89

#ABBC89
(171,188,137)
#B2C293
(178,194,147)
#B9C89D
(185,200,157)
#C0CEA7
(192,206,167)
#C7D4B1
(199,212,177)
#CEDABB
(206,218,187)
#D5E0C5
(213,224,197)
#DCE6CF
(220,230,207)
#E3ECD9
(227,236,217)
#EAF2E3
(234,242,227)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBC89; }

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

This text font color is #ABBC89.

Background Color

.myBgColor { background-color: #ABBC89; }

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

This div background color is #ABBC89.

Border color

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

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

This div border color is #ABBC89.

Opacity

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

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

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

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

This text has shadow with #ABBC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBC89.

Preview

Color preview on black background

This text has color #ABBC89 on black background.


Color preview on white background

This text has color #ABBC89 on white background.


Black color preview on #ABBC89 background

This text has black color on #ABBC89 background.


White color preview on #ABBC89 background

This text has white color on #ABBC89 background.


Related colors

Complementary color

Complementary color for #hex is #544376.


I love getcolorcode.com

Triadic colors

1 #89ABBC and #BC89AB with #ABBC89 are triadic colors.

2 #89BCAB and #BCAB89 with #ABBC89 are triadic colors.