COLOR #ABB387

HEX: #ABB387
RGB: (171,179,135)

Color info

#ABB387 contains red, green and blue colors in about the same proportion. Web safe color of #ABB387 is #999999 (or #999).

RGB color model

#ABB387 color RGB value is (171,179,135).

  • red value is 171;
  • green value is 179;
  • blue value is 135.
RGB:
(171,179,135)
(67%,70%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 135 of 255 = 53%

171
179
135

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 135 = 485 (100%)
R 171 of 485 ~ 35.26%
G 179 of 485 ~ 36.91%
B 135 of 485 ~ 27.84%

%35.26
%36.91
%27.84

CMYK color model

#ABB387 color CMYK value is (4,0,25,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(4,0,25,30)
C4M0Y25K30 
(4%,0%,25%,30%)
(0.04/0.00/0.25/0.30)	

CMYK percentages

%4.47
%0
%24.58
%29.8

Codes

Color #ABB387 in popluar color models

ABB387
RGB171179135
HSL71°22.45%61.57%
HSB/HSV71°24.58%70.20%
CMYK4.47%0.00%24.58%
29.80%

Color #ABB387 in popluar number systems.

HEXABB387
Decimal171179135
Binary101010111011001110000111
Octal253263207

Shades and tints

Shades of #ABB387

#ABB387
(171,179,135)
#9CA37B
(156,163,123)
#8D936F
(141,147,111)
#7E8363
(126,131,99)
#6F7357
(111,115,87)
#60634B
(96,99,75)
#51533F
(81,83,63)
#424333
(66,67,51)
#333327
(51,51,39)
#24231B
(36,35,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABB387

#ABB387
(171,179,135)
#B2B991
(178,185,145)
#B9BF9B
(185,191,155)
#C0C5A5
(192,197,165)
#C7CBAF
(199,203,175)
#CED1B9
(206,209,185)
#D5D7C3
(213,215,195)
#DCDDCD
(220,221,205)
#E3E3D7
(227,227,215)
#EAE9E1
(234,233,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB387; }

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

This text font color is #ABB387.


Background Color

.myBgColor { background-color: #ABB387; }

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

This div background color is #ABB387.


Border color

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

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

This div border color is #ABB387.


Opacity

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

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

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

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

This text has shadow with #ABB387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB387 on black background.


Color preview on white background

This text has color #ABB387 on white background.



Black color preview on #ABB387 background

This text has black color on #ABB387 background.


White color preview on #ABB387 background

This text has white color on #ABB387 background.