COLOR #ABBE89

HEX: #ABBE89
RGB: (171,190,137)

Color info

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

RGB color model

#ABBE89 color RGB value is (171,190,137).

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

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 137 of 255 = 54%

171
190
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 137 = 498 (100%)
R 171 of 498 ~ 34.34%
G 190 of 498 ~ 38.15%
B 137 of 498 ~ 27.51%

%34.34
%38.15
%27.51

CMYK color model

#ABBE89 color CMYK value is (10,0,28,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(10,0,28,25)
C10M0Y28K25 
(10%,0%,28%,25%)
(0.10/0.00/0.28/0.25)	

CMYK percentages

%10
%0
%27.89
%25.49

Codes

Color #ABBE89 in popluar color models

ABBE89
RGB171190137
HSL82°28.96%64.12%
HSB/HSV82°27.89%74.51%
CMYK10.00%0.00%27.89%
25.49%

Color #ABBE89 in popluar number systems.

HEXABBE89
Decimal171190137
Binary101010111011111010001001
Octal253276211

Shades and tints

Shades of #ABBE89

#ABBE89
(171,190,137)
#9CAD7D
(156,173,125)
#8D9C71
(141,156,113)
#7E8B65
(126,139,101)
#6F7A59
(111,122,89)
#60694D
(96,105,77)
#515841
(81,88,65)
#424735
(66,71,53)
#333629
(51,54,41)
#24251D
(36,37,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABBE89

#ABBE89
(171,190,137)
#B2C393
(178,195,147)
#B9C89D
(185,200,157)
#C0CDA7
(192,205,167)
#C7D2B1
(199,210,177)
#CED7BB
(206,215,187)
#D5DCC5
(213,220,197)
#DCE1CF
(220,225,207)
#E3E6D9
(227,230,217)
#EAEBE3
(234,235,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE89; }

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

This text font color is #ABBE89.


Background Color

.myBgColor { background-color: #ABBE89; }

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

This div background color is #ABBE89.


Border color

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

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

This div border color is #ABBE89.


Opacity

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

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

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

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

This text has shadow with #ABBE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBE89 on black background.


Color preview on white background

This text has color #ABBE89 on white background.



Black color preview on #ABBE89 background

This text has black color on #ABBE89 background.


White color preview on #ABBE89 background

This text has white color on #ABBE89 background.