COLOR #ABBB8D

HEX: #ABBB8D
RGB: (171,187,141)

Color info

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

RGB color model

#ABBB8D color RGB value is (171,187,141).

  • red value is 171;
  • green value is 187;
  • blue value is 141.
RGB:
(171,187,141)
(67%,73%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 141 of 255 = 55%

171
187
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 141 = 499 (100%)
R 171 of 499 ~ 34.27%
G 187 of 499 ~ 37.47%
B 141 of 499 ~ 28.26%

%34.27
%37.47
%28.26

CMYK color model

#ABBB8D color CMYK value is (9,0,25,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(9,0,25,27)
C9M0Y25K27 
(9%,0%,25%,27%)
(0.09/0.00/0.25/0.27)	

CMYK percentages

%8.56
%0
%24.6
%26.67

Codes

Color #ABBB8D in popluar color models

ABBB8D
RGB171187141
HSL81°25.27%64.31%
HSB/HSV81°24.60%73.33%
CMYK8.56%0.00%24.60%
26.67%

Color #ABBB8D in popluar number systems.

HEXABBB8D
Decimal171187141
Binary101010111011101110001101
Octal253273215

Shades and tints

Shades of #ABBB8D

#ABBB8D
(171,187,141)
#9CAA81
(156,170,129)
#8D9975
(141,153,117)
#7E8869
(126,136,105)
#6F775D
(111,119,93)
#606651
(96,102,81)
#515545
(81,85,69)
#424439
(66,68,57)
#33332D
(51,51,45)
#242221
(36,34,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABBB8D

#ABBB8D
(171,187,141)
#B2C197
(178,193,151)
#B9C7A1
(185,199,161)
#C0CDAB
(192,205,171)
#C7D3B5
(199,211,181)
#CED9BF
(206,217,191)
#D5DFC9
(213,223,201)
#DCE5D3
(220,229,211)
#E3EBDD
(227,235,221)
#EAF1E7
(234,241,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBB8D color. Also use rgb(171,187,141) instead hex code.

Text Font Color

.myTextColor { color: #ABBB8D; }

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

This text font color is #ABBB8D.


Background Color

.myBgColor { background-color: #ABBB8D; }

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

This div background color is #ABBB8D.


Border color

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

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

This div border color is #ABBB8D.


Opacity

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

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

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

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

This text has shadow with #ABBB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBB8D on black background.


Color preview on white background

This text has color #ABBB8D on white background.



Black color preview on #ABBB8D background

This text has black color on #ABBB8D background.


White color preview on #ABBB8D background

This text has white color on #ABBB8D background.