COLOR #ABB391

HEX: #ABB391 RGB: (171,179,145)

Color info

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

RGB color model

#ABB391 color RGB value is (171,179,145).

RGB: (171,179,145) (67%, 70%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 145 of 255 = 57%

171
179
145

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

Portions of RGB colors in percentages

R + G + B = 171 + 179 + 145 = 495 (100%)
R 171 of 495 ~ 34.55%
G 179 of 495 ~ 36.16%
B 145 of 495 ~ 29.29'%

%34.55
%36.16
%29.29

CMYK color model

#ABB391 color CMYK value is (4,0,19,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (4,0,19,30)
C4M0Y19K30 (4%, 0%, 19%, 30%)
(0.04 / 0.00 / 0.19 / 0.30)

CMYK percentages

%4.47
%0
%18.99
%29.8

Codes

Color #ABB391 in popluar color models

AB B3 91
RGB 171 179 145
HSL 74° 18.28% 63.53%
HSB/HSV 74° 18.99% 70.20%
CMYK 4.47% 0.00% 18.99%
29.80%

Color #ABB391 in popluar number systems.

HEX AB B3 91
Decimal 171 179 145
Binary 10101011 10110011 10010001
Octal 253 263 221

Shades and tints

Shades of #ABB391

#ABB391
(171,179,145)
#9CA384
(156,163,132)
#8D9377
(141,147,119)
#7E836A
(126,131,106)
#6F735D
(111,115,93)
#606350
(96,99,80)
#515343
(81,83,67)
#424336
(66,67,54)
#333329
(51,51,41)
#24231C
(36,35,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABB391

#ABB391
(171,179,145)
#B2B99B
(178,185,155)
#B9BFA5
(185,191,165)
#C0C5AF
(192,197,175)
#C7CBB9
(199,203,185)
#CED1C3
(206,209,195)
#D5D7CD
(213,215,205)
#DCDDD7
(220,221,215)
#E3E3E1
(227,227,225)
#EAE9EB
(234,233,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB391; }

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

This text font color is #ABB391.

Background Color

.myBgColor { background-color: #ABB391; }

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

This div background color is #ABB391.

Border color

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

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

This div border color is #ABB391.

Opacity

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

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

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

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

This text has shadow with #ABB391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB391.

Preview

Color preview on black background

This text has color #ABB391 on black background.


Color preview on white background

This text has color #ABB391 on white background.


Black color preview on #ABB391 background

This text has black color on #ABB391 background.


White color preview on #ABB391 background

This text has white color on #ABB391 background.


Related colors

Complementary color

Complementary color for #hex is #544C6E.


I love getcolorcode.com

Triadic colors

1 #91ABB3 and #B391AB with #ABB391 are triadic colors.

2 #91B3AB and #B3AB91 with #ABB391 are triadic colors.