COLOR #ABBD89

HEX: #ABBD89
RGB: (171,189,137)

Color info

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

RGB color model

#ABBD89 color RGB value is (171,189,137).

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

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 137 of 255 = 54%

171
189
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 137 = 497 (100%)
R 171 of 497 ~ 34.41%
G 189 of 497 ~ 38.03%
B 137 of 497 ~ 27.57%

%34.41
%38.03
%27.57

CMYK color model

#ABBD89 color CMYK value is (10,0,28,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(10,0,28,26)
C10M0Y28K26 
(10%,0%,28%,26%)
(0.10/0.00/0.28/0.26)	

CMYK percentages

%9.52
%0
%27.51
%25.88

Codes

Color #ABBD89 in popluar color models

ABBD89
RGB171189137
HSL81°28.26%63.92%
HSB/HSV81°27.51%74.12%
CMYK9.52%0.00%27.51%
25.88%

Color #ABBD89 in popluar number systems.

HEXABBD89
Decimal171189137
Binary101010111011110110001001
Octal253275211

Shades and tints

Shades of #ABBD89

#ABBD89
(171,189,137)
#9CAC7D
(156,172,125)
#8D9B71
(141,155,113)
#7E8A65
(126,138,101)
#6F7959
(111,121,89)
#60684D
(96,104,77)
#515741
(81,87,65)
#424635
(66,70,53)
#333529
(51,53,41)
#24241D
(36,36,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #ABBD89

#ABBD89
(171,189,137)
#B2C393
(178,195,147)
#B9C99D
(185,201,157)
#C0CFA7
(192,207,167)
#C7D5B1
(199,213,177)
#CEDBBB
(206,219,187)
#D5E1C5
(213,225,197)
#DCE7CF
(220,231,207)
#E3EDD9
(227,237,217)
#EAF3E3
(234,243,227)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBD89; }

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

This text font color is #ABBD89.


Background Color

.myBgColor { background-color: #ABBD89; }

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

This div background color is #ABBD89.


Border color

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

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

This div border color is #ABBD89.


Opacity

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

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

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

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

This text has shadow with #ABBD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBD89 on black background.


Color preview on white background

This text has color #ABBD89 on white background.



Black color preview on #ABBD89 background

This text has black color on #ABBD89 background.


White color preview on #ABBD89 background

This text has white color on #ABBD89 background.