COLOR #ABB88B

HEX: #ABB88B RGB: (171,184,139)

Color info

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

RGB color model

#ABB88B color RGB value is (171,184,139).

RGB: (171,184,139) (67%, 72%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 139 of 255 = 55%

171
184
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 184 + 139 = 494 (100%)
R 171 of 494 ~ 34.62%
G 184 of 494 ~ 37.25%
B 139 of 494 ~ 28.14'%

%34.62
%37.25
%28.14

CMYK color model

#ABB88B color CMYK value is (7,0,24,28).

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

CMYK: (7,0,24,28)
C7M0Y24K28 (7%, 0%, 24%, 28%)
(0.07 / 0.00 / 0.24 / 0.28)

CMYK percentages

%7.07
%0
%24.46
%27.84

Codes

Color #ABB88B in popluar color models

AB B8 8B
RGB 171 184 139
HSL 77° 24.06% 63.33%
HSB/HSV 77° 24.46% 72.16%
CMYK 7.07% 0.00% 24.46%
27.84%

Color #ABB88B in popluar number systems.

HEX AB B8 8B
Decimal 171 184 139
Binary 10101011 10111000 10001011
Octal 253 270 213

Shades and tints

Shades of #ABB88B

#ABB88B
(171,184,139)
#9CA87F
(156,168,127)
#8D9873
(141,152,115)
#7E8867
(126,136,103)
#6F785B
(111,120,91)
#60684F
(96,104,79)
#515843
(81,88,67)
#424837
(66,72,55)
#33382B
(51,56,43)
#24281F
(36,40,31)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABB88B

#ABB88B
(171,184,139)
#B2BE95
(178,190,149)
#B9C49F
(185,196,159)
#C0CAA9
(192,202,169)
#C7D0B3
(199,208,179)
#CED6BD
(206,214,189)
#D5DCC7
(213,220,199)
#DCE2D1
(220,226,209)
#E3E8DB
(227,232,219)
#EAEEE5
(234,238,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB88B; }

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

This text font color is #ABB88B.

Background Color

.myBgColor { background-color: #ABB88B; }

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

This div background color is #ABB88B.

Border color

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

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

This div border color is #ABB88B.

Opacity

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

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

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

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

This text has shadow with #ABB88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB88B.

Preview

Color preview on black background

This text has color #ABB88B on black background.


Color preview on white background

This text has color #ABB88B on white background.


Black color preview on #ABB88B background

This text has black color on #ABB88B background.


White color preview on #ABB88B background

This text has white color on #ABB88B background.


Related colors

Complementary color

Complementary color for #hex is #544774.


I love getcolorcode.com

Triadic colors

1 #8BABB8 and #B88BAB with #ABB88B are triadic colors.

2 #8BB8AB and #B8AB8B with #ABB88B are triadic colors.