COLOR #ABB99E

HEX: #ABB99E RGB: (171,185,158)

Color info

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

RGB color model

#ABB99E color RGB value is (171,185,158).

RGB: (171,185,158) (67%, 73%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 158 of 255 = 62%

171
185
158

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

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 158 = 514 (100%)
R 171 of 514 ~ 33.27%
G 185 of 514 ~ 35.99%
B 158 of 514 ~ 30.74'%

%33.27
%35.99
%30.74

CMYK color model

#ABB99E color CMYK value is (8,0,15,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%

CMYK: (8,0,15,27)
C8M0Y15K27 (8%, 0%, 15%, 27%)
(0.08 / 0.00 / 0.15 / 0.27)

CMYK percentages

%7.57
%0
%14.59
%27.45

Codes

Color #ABB99E in popluar color models

AB B9 9E
RGB 171 185 158
HSL 91° 16.17% 67.25%
HSB/HSV 91° 14.59% 72.55%
CMYK 7.57% 0.00% 14.59%
27.45%

Color #ABB99E in popluar number systems.

HEX AB B9 9E
Decimal 171 185 158
Binary 10101011 10111001 10011110
Octal 253 271 236

Shades and tints

Shades of #ABB99E

#ABB99E
(171,185,158)
#9CA990
(156,169,144)
#8D9982
(141,153,130)
#7E8974
(126,137,116)
#6F7966
(111,121,102)
#606958
(96,105,88)
#51594A
(81,89,74)
#42493C
(66,73,60)
#33392E
(51,57,46)
#242920
(36,41,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABB99E

#ABB99E
(171,185,158)
#B2BFA6
(178,191,166)
#B9C5AE
(185,197,174)
#C0CBB6
(192,203,182)
#C7D1BE
(199,209,190)
#CED7C6
(206,215,198)
#D5DDCE
(213,221,206)
#DCE3D6
(220,227,214)
#E3E9DE
(227,233,222)
#EAEFE6
(234,239,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB99E; }

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

This text font color is #ABB99E.

Background Color

.myBgColor { background-color: #ABB99E; }

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

This div background color is #ABB99E.

Border color

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

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

This div border color is #ABB99E.

Opacity

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

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

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

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

This text has shadow with #ABB99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB99E.

Preview

Color preview on black background

This text has color #ABB99E on black background.


Color preview on white background

This text has color #ABB99E on white background.


Black color preview on #ABB99E background

This text has black color on #ABB99E background.


White color preview on #ABB99E background

This text has white color on #ABB99E background.


Related colors

Complementary color

Complementary color for #hex is #544661.


I love getcolorcode.com

Triadic colors

1 #9EABB9 and #B99EAB with #ABB99E are triadic colors.

2 #9EB9AB and #B9AB9E with #ABB99E are triadic colors.