COLOR #ABB091

HEX: #ABB091 RGB: (171,176,145)

Color info

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

RGB color model

#ABB091 color RGB value is (171,176,145).

RGB: (171,176,145) (67%, 69%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 145 of 255 = 57%

171
176
145

R + G + B ~ 64%. #ABB091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 176 + 145 = 492 (100%)
R 171 of 492 ~ 34.76%
G 176 of 492 ~ 35.77%
B 145 of 492 ~ 29.47'%

%34.76
%35.77
%29.47

CMYK color model

#ABB091 color CMYK value is (3,0,18,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%

CMYK: (3,0,18,31)
C3M0Y18K31 (3%, 0%, 18%, 31%)
(0.03 / 0.00 / 0.18 / 0.31)

CMYK percentages

%2.84
%0
%17.61
%30.98

Codes

Color #ABB091 in popluar color models

AB B0 91
RGB 171 176 145
HSL 70° 16.40% 62.94%
HSB/HSV 70° 17.61% 69.02%
CMYK 2.84% 0.00% 17.61%
30.98%

Color #ABB091 in popluar number systems.

HEX AB B0 91
Decimal 171 176 145
Binary 10101011 10110000 10010001
Octal 253 260 221

Shades and tints

Shades of #ABB091

#ABB091
(171,176,145)
#9CA084
(156,160,132)
#8D9077
(141,144,119)
#7E806A
(126,128,106)
#6F705D
(111,112,93)
#606050
(96,96,80)
#515043
(81,80,67)
#424036
(66,64,54)
#333029
(51,48,41)
#24201C
(36,32,28)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #ABB091

#ABB091
(171,176,145)
#B2B79B
(178,183,155)
#B9BEA5
(185,190,165)
#C0C5AF
(192,197,175)
#C7CCB9
(199,204,185)
#CED3C3
(206,211,195)
#D5DACD
(213,218,205)
#DCE1D7
(220,225,215)
#E3E8E1
(227,232,225)
#EAEFEB
(234,239,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB091; }

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

This text font color is #ABB091.

Background Color

.myBgColor { background-color: #ABB091; }

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

This div background color is #ABB091.

Border color

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

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

This div border color is #ABB091.

Opacity

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

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

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

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

This text has shadow with #ABB091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB091.

Preview

Color preview on black background

This text has color #ABB091 on black background.


Color preview on white background

This text has color #ABB091 on white background.


Black color preview on #ABB091 background

This text has black color on #ABB091 background.


White color preview on #ABB091 background

This text has white color on #ABB091 background.


Related colors

Complementary color

Complementary color for #hex is #544F6E.


I love getcolorcode.com

Triadic colors

1 #91ABB0 and #B091AB with #ABB091 are triadic colors.

2 #91B0AB and #B0AB91 with #ABB091 are triadic colors.