COLOR #ABB991

HEX: #ABB991
RGB: (171,185,145)

Color info

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

RGB color model

#ABB991 color RGB value is (171,185,145).

  • red value is 171;
  • green value is 185;
  • blue value is 145.
RGB:
(171,185,145)
(67%,73%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 145 of 255 = 57%

171
185
145

R + G + B ~ 66%. #ABB991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 145 = 501 (100%)
R 171 of 501 ~ 34.13%
G 185 of 501 ~ 36.93%
B 145 of 501 ~ 28.94%

%34.13
%36.93
%28.94

CMYK color model

#ABB991 color CMYK value is (8,0,22,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(8,0,22,27)
C8M0Y22K27 
(8%,0%,22%,27%)
(0.08/0.00/0.22/0.27)	

CMYK percentages

%7.57
%0
%21.62
%27.45

Codes

Color #ABB991 in popluar color models

ABB991
RGB171185145
HSL81°22.22%64.71%
HSB/HSV81°21.62%72.55%
CMYK7.57%0.00%21.62%
27.45%

Color #ABB991 in popluar number systems.

HEXABB991
Decimal171185145
Binary101010111011100110010001
Octal253271221

Shades and tints

Shades of #ABB991

#ABB991
(171,185,145)
#9CA984
(156,169,132)
#8D9977
(141,153,119)
#7E896A
(126,137,106)
#6F795D
(111,121,93)
#606950
(96,105,80)
#515943
(81,89,67)
#424936
(66,73,54)
#333929
(51,57,41)
#24291C
(36,41,28)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #ABB991

#ABB991
(171,185,145)
#B2BF9B
(178,191,155)
#B9C5A5
(185,197,165)
#C0CBAF
(192,203,175)
#C7D1B9
(199,209,185)
#CED7C3
(206,215,195)
#D5DDCD
(213,221,205)
#DCE3D7
(220,227,215)
#E3E9E1
(227,233,225)
#EAEFEB
(234,239,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB991 color. Also use rgb(171,185,145) instead hex code.

Text Font Color

.myTextColor { color: #ABB991; }

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

This text font color is #ABB991.


Background Color

.myBgColor { background-color: #ABB991; }

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

This div background color is #ABB991.


Border color

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

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

This div border color is #ABB991.


Opacity

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

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

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

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

This text has shadow with #ABB991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB991 on black background.


Color preview on white background

This text has color #ABB991 on white background.



Black color preview on #ABB991 background

This text has black color on #ABB991 background.


White color preview on #ABB991 background

This text has white color on #ABB991 background.