COLOR #ABBA91

HEX: #ABBA91
RGB: (171,186,145)

Color info

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

RGB color model

#ABBA91 color RGB value is (171,186,145).

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

RGB channels and saturation

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

171
186
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 145 = 502 (100%)
R 171 of 502 ~ 34.06%
G 186 of 502 ~ 37.05%
B 145 of 502 ~ 28.88%

%34.06
%37.05
%28.88

CMYK color model

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

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

CMYK percentages

%8.06
%0
%22.04
%27.06

Codes

Color #ABBA91 in popluar color models

ABBA91
RGB171186145
HSL82°22.91%64.90%
HSB/HSV82°22.04%72.94%
CMYK8.06%0.00%22.04%
27.06%

Color #ABBA91 in popluar number systems.

HEXABBA91
Decimal171186145
Binary101010111011101010010001
Octal253272221

Shades and tints

Shades of #ABBA91

#ABBA91
(171,186,145)
#9CAA84
(156,170,132)
#8D9A77
(141,154,119)
#7E8A6A
(126,138,106)
#6F7A5D
(111,122,93)
#606A50
(96,106,80)
#515A43
(81,90,67)
#424A36
(66,74,54)
#333A29
(51,58,41)
#242A1C
(36,42,28)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #ABBA91

#ABBA91
(171,186,145)
#B2C09B
(178,192,155)
#B9C6A5
(185,198,165)
#C0CCAF
(192,204,175)
#C7D2B9
(199,210,185)
#CED8C3
(206,216,195)
#D5DECD
(213,222,205)
#DCE4D7
(220,228,215)
#E3EAE1
(227,234,225)
#EAF0EB
(234,240,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBA91; }

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

This text font color is #ABBA91.


Background Color

.myBgColor { background-color: #ABBA91; }

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

This div background color is #ABBA91.


Border color

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

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

This div border color is #ABBA91.


Opacity

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

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

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

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

This text has shadow with #ABBA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBA91 on black background.


Color preview on white background

This text has color #ABBA91 on white background.



Black color preview on #ABBA91 background

This text has black color on #ABBA91 background.


White color preview on #ABBA91 background

This text has white color on #ABBA91 background.