COLOR #ABB88D

HEX: #ABB88D
RGB: (171,184,141)

Color info

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

RGB color model

#ABB88D color RGB value is (171,184,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 141 of 255 = 55%

171
184
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 141 = 496 (100%)
R 171 of 496 ~ 34.48%
G 184 of 496 ~ 37.1%
B 141 of 496 ~ 28.43%

%34.48
%37.1
%28.43

CMYK color model

#ABB88D color CMYK value is (7,0,23,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(7,0,23,28)
C7M0Y23K28 
(7%,0%,23%,28%)
(0.07/0.00/0.23/0.28)	

CMYK percentages

%7.07
%0
%23.37
%27.84

Codes

Color #ABB88D in popluar color models

ABB88D
RGB171184141
HSL78°23.24%63.73%
HSB/HSV78°23.37%72.16%
CMYK7.07%0.00%23.37%
27.84%

Color #ABB88D in popluar number systems.

HEXABB88D
Decimal171184141
Binary101010111011100010001101
Octal253270215

Shades and tints

Shades of #ABB88D

#ABB88D
(171,184,141)
#9CA881
(156,168,129)
#8D9875
(141,152,117)
#7E8869
(126,136,105)
#6F785D
(111,120,93)
#606851
(96,104,81)
#515845
(81,88,69)
#424839
(66,72,57)
#33382D
(51,56,45)
#242821
(36,40,33)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABB88D

#ABB88D
(171,184,141)
#B2BE97
(178,190,151)
#B9C4A1
(185,196,161)
#C0CAAB
(192,202,171)
#C7D0B5
(199,208,181)
#CED6BF
(206,214,191)
#D5DCC9
(213,220,201)
#DCE2D3
(220,226,211)
#E3E8DD
(227,232,221)
#EAEEE7
(234,238,231)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB88D; }

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

This text font color is #ABB88D.


Background Color

.myBgColor { background-color: #ABB88D; }

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

This div background color is #ABB88D.


Border color

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

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

This div border color is #ABB88D.


Opacity

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

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

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

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

This text has shadow with #ABB88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB88D on black background.


Color preview on white background

This text has color #ABB88D on white background.



Black color preview on #ABB88D background

This text has black color on #ABB88D background.


White color preview on #ABB88D background

This text has white color on #ABB88D background.