COLOR #ABB88A

HEX: #ABB88A
RGB: (171,184,138)

Color info

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

RGB color model

#ABB88A color RGB value is (171,184,138).

  • red value is 171;
  • green value is 184;
  • blue value is 138.
RGB:
(171,184,138)
(67%,72%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 138 of 255 = 54%

171
184
138

R + G + B ~ 64%. #ABB88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 138 = 493 (100%)
R 171 of 493 ~ 34.69%
G 184 of 493 ~ 37.32%
B 138 of 493 ~ 27.99%

%34.69
%37.32
%27.99

CMYK color model

#ABB88A color CMYK value is (7,0,25,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(7,0,25,28)
C7M0Y25K28 
(7%,0%,25%,28%)
(0.07/0.00/0.25/0.28)	

CMYK percentages

%7.07
%0
%25
%27.84

Codes

Color #ABB88A in popluar color models

ABB88A
RGB171184138
HSL77°24.47%63.14%
HSB/HSV77°25.00%72.16%
CMYK7.07%0.00%25.00%
27.84%

Color #ABB88A in popluar number systems.

HEXABB88A
Decimal171184138
Binary101010111011100010001010
Octal253270212

Shades and tints

Shades of #ABB88A

#ABB88A
(171,184,138)
#9CA87E
(156,168,126)
#8D9872
(141,152,114)
#7E8866
(126,136,102)
#6F785A
(111,120,90)
#60684E
(96,104,78)
#515842
(81,88,66)
#424836
(66,72,54)
#33382A
(51,56,42)
#24281E
(36,40,30)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABB88A

#ABB88A
(171,184,138)
#B2BE94
(178,190,148)
#B9C49E
(185,196,158)
#C0CAA8
(192,202,168)
#C7D0B2
(199,208,178)
#CED6BC
(206,214,188)
#D5DCC6
(213,220,198)
#DCE2D0
(220,226,208)
#E3E8DA
(227,232,218)
#EAEEE4
(234,238,228)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB88A color. Also use rgb(171,184,138) instead hex code.

Text Font Color

.myTextColor { color: #ABB88A; }

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

This text font color is #ABB88A.


Background Color

.myBgColor { background-color: #ABB88A; }

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

This div background color is #ABB88A.


Border color

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

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

This div border color is #ABB88A.


Opacity

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

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

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

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

This text has shadow with #ABB88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB88A on black background.


Color preview on white background

This text has color #ABB88A on white background.



Black color preview on #ABB88A background

This text has black color on #ABB88A background.


White color preview on #ABB88A background

This text has white color on #ABB88A background.