COLOR #ABBE93

HEX: #ABBE93
RGB: (171,190,147)

Color info

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

RGB color model

#ABBE93 color RGB value is (171,190,147).

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

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 147 of 255 = 58%

171
190
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 147 = 508 (100%)
R 171 of 508 ~ 33.66%
G 190 of 508 ~ 37.4%
B 147 of 508 ~ 28.94%

%33.66
%37.4
%28.94

CMYK color model

#ABBE93 color CMYK value is (10,0,23,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(10,0,23,25)
C10M0Y23K25 
(10%,0%,23%,25%)
(0.10/0.00/0.23/0.25)	

CMYK percentages

%10
%0
%22.63
%25.49

Codes

Color #ABBE93 in popluar color models

ABBE93
RGB171190147
HSL87°24.86%66.08%
HSB/HSV87°22.63%74.51%
CMYK10.00%0.00%22.63%
25.49%

Color #ABBE93 in popluar number systems.

HEXABBE93
Decimal171190147
Binary101010111011111010010011
Octal253276223

Shades and tints

Shades of #ABBE93

#ABBE93
(171,190,147)
#9CAD86
(156,173,134)
#8D9C79
(141,156,121)
#7E8B6C
(126,139,108)
#6F7A5F
(111,122,95)
#606952
(96,105,82)
#515845
(81,88,69)
#424738
(66,71,56)
#33362B
(51,54,43)
#24251E
(36,37,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABBE93

#ABBE93
(171,190,147)
#B2C39C
(178,195,156)
#B9C8A5
(185,200,165)
#C0CDAE
(192,205,174)
#C7D2B7
(199,210,183)
#CED7C0
(206,215,192)
#D5DCC9
(213,220,201)
#DCE1D2
(220,225,210)
#E3E6DB
(227,230,219)
#EAEBE4
(234,235,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE93; }

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

This text font color is #ABBE93.


Background Color

.myBgColor { background-color: #ABBE93; }

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

This div background color is #ABBE93.


Border color

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

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

This div border color is #ABBE93.


Opacity

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

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

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

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

This text has shadow with #ABBE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBE93 on black background.


Color preview on white background

This text has color #ABBE93 on white background.



Black color preview on #ABBE93 background

This text has black color on #ABBE93 background.


White color preview on #ABBE93 background

This text has white color on #ABBE93 background.