COLOR #ABBA93

HEX: #ABBA93
RGB: (171,186,147)

Color info

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

RGB color model

#ABBA93 color RGB value is (171,186,147).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 147 of 255 = 58%

171
186
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 147 = 504 (100%)
R 171 of 504 ~ 33.93%
G 186 of 504 ~ 36.9%
B 147 of 504 ~ 29.17%

%33.93
%36.9
%29.17

CMYK color model

#ABBA93 color CMYK value is (8,0,21,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 27.06%
CMYK:
(8,0,21,27)
C8M0Y21K27 
(8%,0%,21%,27%)
(0.08/0.00/0.21/0.27)	

CMYK percentages

%8.06
%0
%20.97
%27.06

Codes

Color #ABBA93 in popluar color models

ABBA93
RGB171186147
HSL83°22.03%65.29%
HSB/HSV83°20.97%72.94%
CMYK8.06%0.00%20.97%
27.06%

Color #ABBA93 in popluar number systems.

HEXABBA93
Decimal171186147
Binary101010111011101010010011
Octal253272223

Shades and tints

Shades of #ABBA93

#ABBA93
(171,186,147)
#9CAA86
(156,170,134)
#8D9A79
(141,154,121)
#7E8A6C
(126,138,108)
#6F7A5F
(111,122,95)
#606A52
(96,106,82)
#515A45
(81,90,69)
#424A38
(66,74,56)
#333A2B
(51,58,43)
#242A1E
(36,42,30)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #ABBA93

#ABBA93
(171,186,147)
#B2C09C
(178,192,156)
#B9C6A5
(185,198,165)
#C0CCAE
(192,204,174)
#C7D2B7
(199,210,183)
#CED8C0
(206,216,192)
#D5DEC9
(213,222,201)
#DCE4D2
(220,228,210)
#E3EADB
(227,234,219)
#EAF0E4
(234,240,228)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBA93; }

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

This text font color is #ABBA93.


Background Color

.myBgColor { background-color: #ABBA93; }

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

This div background color is #ABBA93.


Border color

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

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

This div border color is #ABBA93.


Opacity

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

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

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

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

This text has shadow with #ABBA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBA93 on black background.


Color preview on white background

This text has color #ABBA93 on white background.



Black color preview on #ABBA93 background

This text has black color on #ABBA93 background.


White color preview on #ABBA93 background

This text has white color on #ABBA93 background.