COLOR #ABBC9A

HEX: #ABBC9A
RGB: (171,188,154)

Color info

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

RGB color model

#ABBC9A color RGB value is (171,188,154).

  • red value is 171;
  • green value is 188;
  • blue value is 154.
RGB:
(171,188,154)
(67%,74%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 154 of 255 = 60%

171
188
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 154 = 513 (100%)
R 171 of 513 ~ 33.33%
G 188 of 513 ~ 36.65%
B 154 of 513 ~ 30.02%

%33.33
%36.65
%30.02

CMYK color model

#ABBC9A color CMYK value is (9,0,18,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(9,0,18,26)
C9M0Y18K26 
(9%,0%,18%,26%)
(0.09/0.00/0.18/0.26)	

CMYK percentages

%9.04
%0
%18.09
%26.27

Codes

Color #ABBC9A in popluar color models

ABBC9A
RGB171188154
HSL90°20.24%67.06%
HSB/HSV90°18.09%73.73%
CMYK9.04%0.00%18.09%
26.27%

Color #ABBC9A in popluar number systems.

HEXABBC9A
Decimal171188154
Binary101010111011110010011010
Octal253274232

Shades and tints

Shades of #ABBC9A

#ABBC9A
(171,188,154)
#9CAB8C
(156,171,140)
#8D9A7E
(141,154,126)
#7E8970
(126,137,112)
#6F7862
(111,120,98)
#606754
(96,103,84)
#515646
(81,86,70)
#424538
(66,69,56)
#33342A
(51,52,42)
#24231C
(36,35,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #ABBC9A

#ABBC9A
(171,188,154)
#B2C2A3
(178,194,163)
#B9C8AC
(185,200,172)
#C0CEB5
(192,206,181)
#C7D4BE
(199,212,190)
#CEDAC7
(206,218,199)
#D5E0D0
(213,224,208)
#DCE6D9
(220,230,217)
#E3ECE2
(227,236,226)
#EAF2EB
(234,242,235)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBC9A color. Also use rgb(171,188,154) instead hex code.

Text Font Color

.myTextColor { color: #ABBC9A; }

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

This text font color is #ABBC9A.


Background Color

.myBgColor { background-color: #ABBC9A; }

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

This div background color is #ABBC9A.


Border color

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

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

This div border color is #ABBC9A.


Opacity

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

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

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

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

This text has shadow with #ABBC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBC9A on black background.


Color preview on white background

This text has color #ABBC9A on white background.



Black color preview on #ABBC9A background

This text has black color on #ABBC9A background.


White color preview on #ABBC9A background

This text has white color on #ABBC9A background.