COLOR #ABB590

HEX: #ABB590
RGB: (171,181,144)

Color info

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

RGB color model

#ABB590 color RGB value is (171,181,144).

  • red value is 171;
  • green value is 181;
  • blue value is 144.
RGB:
(171,181,144)
(67%,71%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 144 of 255 = 56%

171
181
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 144 = 496 (100%)
R 171 of 496 ~ 34.48%
G 181 of 496 ~ 36.49%
B 144 of 496 ~ 29.03%

%34.48
%36.49
%29.03

CMYK color model

#ABB590 color CMYK value is (6,0,20,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(6,0,20,29)
C6M0Y20K29 
(6%,0%,20%,29%)
(0.06/0.00/0.20/0.29)	

CMYK percentages

%5.52
%0
%20.44
%29.02

Codes

Color #ABB590 in popluar color models

ABB590
RGB171181144
HSL76°20.00%63.73%
HSB/HSV76°20.44%70.98%
CMYK5.52%0.00%20.44%
29.02%

Color #ABB590 in popluar number systems.

HEXABB590
Decimal171181144
Binary101010111011010110010000
Octal253265220

Shades and tints

Shades of #ABB590

#ABB590
(171,181,144)
#9CA583
(156,165,131)
#8D9576
(141,149,118)
#7E8569
(126,133,105)
#6F755C
(111,117,92)
#60654F
(96,101,79)
#515542
(81,85,66)
#424535
(66,69,53)
#333528
(51,53,40)
#24251B
(36,37,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABB590

#ABB590
(171,181,144)
#B2BB9A
(178,187,154)
#B9C1A4
(185,193,164)
#C0C7AE
(192,199,174)
#C7CDB8
(199,205,184)
#CED3C2
(206,211,194)
#D5D9CC
(213,217,204)
#DCDFD6
(220,223,214)
#E3E5E0
(227,229,224)
#EAEBEA
(234,235,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB590 color. Also use rgb(171,181,144) instead hex code.

Text Font Color

.myTextColor { color: #ABB590; }

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

This text font color is #ABB590.


Background Color

.myBgColor { background-color: #ABB590; }

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

This div background color is #ABB590.


Border color

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

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

This div border color is #ABB590.


Opacity

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

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

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

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

This text has shadow with #ABB590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB590 on black background.


Color preview on white background

This text has color #ABB590 on white background.



Black color preview on #ABB590 background

This text has black color on #ABB590 background.


White color preview on #ABB590 background

This text has white color on #ABB590 background.