COLOR #ABBC91

HEX: #ABBC91
RGB: (171,188,145)

Color info

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

RGB color model

#ABBC91 color RGB value is (171,188,145).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 145 of 255 = 57%

171
188
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 145 = 504 (100%)
R 171 of 504 ~ 33.93%
G 188 of 504 ~ 37.3%
B 145 of 504 ~ 28.77%

%33.93
%37.3
%28.77

CMYK color model

#ABBC91 color CMYK value is (9,0,23,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(9,0,23,26)
C9M0Y23K26 
(9%,0%,23%,26%)
(0.09/0.00/0.23/0.26)	

CMYK percentages

%9.04
%0
%22.87
%26.27

Codes

Color #ABBC91 in popluar color models

ABBC91
RGB171188145
HSL84°24.29%65.29%
HSB/HSV84°22.87%73.73%
CMYK9.04%0.00%22.87%
26.27%

Color #ABBC91 in popluar number systems.

HEXABBC91
Decimal171188145
Binary101010111011110010010001
Octal253274221

Shades and tints

Shades of #ABBC91

#ABBC91
(171,188,145)
#9CAB84
(156,171,132)
#8D9A77
(141,154,119)
#7E896A
(126,137,106)
#6F785D
(111,120,93)
#606750
(96,103,80)
#515643
(81,86,67)
#424536
(66,69,54)
#333429
(51,52,41)
#24231C
(36,35,28)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #ABBC91

#ABBC91
(171,188,145)
#B2C29B
(178,194,155)
#B9C8A5
(185,200,165)
#C0CEAF
(192,206,175)
#C7D4B9
(199,212,185)
#CEDAC3
(206,218,195)
#D5E0CD
(213,224,205)
#DCE6D7
(220,230,215)
#E3ECE1
(227,236,225)
#EAF2EB
(234,242,235)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBC91; }

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

This text font color is #ABBC91.


Background Color

.myBgColor { background-color: #ABBC91; }

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

This div background color is #ABBC91.


Border color

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

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

This div border color is #ABBC91.


Opacity

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

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

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

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

This text has shadow with #ABBC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBC91 on black background.


Color preview on white background

This text has color #ABBC91 on white background.



Black color preview on #ABBC91 background

This text has black color on #ABBC91 background.


White color preview on #ABBC91 background

This text has white color on #ABBC91 background.