COLOR #ABB49E

HEX: #ABB49E RGB: (171,180,158)

Color info

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

RGB color model

#ABB49E color RGB value is (171,180,158).

RGB: (171,180,158) (67%, 71%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 158 of 255 = 62%

171
180
158

R + G + B ~ 67%. #ABB49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 180 + 158 = 509 (100%)
R 171 of 509 ~ 33.6%
G 180 of 509 ~ 35.36%
B 158 of 509 ~ 31.04'%

%33.6
%35.36
%31.04

CMYK color model

#ABB49E color CMYK value is (5,0,12,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%

CMYK: (5,0,12,29)
C5M0Y12K29 (5%, 0%, 12%, 29%)
(0.05 / 0.00 / 0.12 / 0.29)

CMYK percentages

%5
%0
%12.22
%29.41

Codes

Color #ABB49E in popluar color models

AB B4 9E
RGB 171 180 158
HSL 85° 12.79% 66.27%
HSB/HSV 85° 12.22% 70.59%
CMYK 5.00% 0.00% 12.22%
29.41%

Color #ABB49E in popluar number systems.

HEX AB B4 9E
Decimal 171 180 158
Binary 10101011 10110100 10011110
Octal 253 264 236

Shades and tints

Shades of #ABB49E

#ABB49E
(171,180,158)
#9CA490
(156,164,144)
#8D9482
(141,148,130)
#7E8474
(126,132,116)
#6F7466
(111,116,102)
#606458
(96,100,88)
#51544A
(81,84,74)
#42443C
(66,68,60)
#33342E
(51,52,46)
#242420
(36,36,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABB49E

#ABB49E
(171,180,158)
#B2BAA6
(178,186,166)
#B9C0AE
(185,192,174)
#C0C6B6
(192,198,182)
#C7CCBE
(199,204,190)
#CED2C6
(206,210,198)
#D5D8CE
(213,216,206)
#DCDED6
(220,222,214)
#E3E4DE
(227,228,222)
#EAEAE6
(234,234,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB49E color. Also use rgb(171,180,158) instead hex code.

Text Font Color

.myTextColor { color: #ABB49E; }

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

This text font color is #ABB49E.

Background Color

.myBgColor { background-color: #ABB49E; }

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

This div background color is #ABB49E.

Border color

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

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

This div border color is #ABB49E.

Opacity

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

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

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

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

This text has shadow with #ABB49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB49E.

Preview

Color preview on black background

This text has color #ABB49E on black background.


Color preview on white background

This text has color #ABB49E on white background.


Black color preview on #ABB49E background

This text has black color on #ABB49E background.


White color preview on #ABB49E background

This text has white color on #ABB49E background.


Related colors

Complementary color

Complementary color for #hex is #544B61.


I love getcolorcode.com

Triadic colors

1 #9EABB4 and #B49EAB with #ABB49E are triadic colors.

2 #9EB4AB and #B4AB9E with #ABB49E are triadic colors.