COLOR #ABB98C

HEX: #ABB98C
RGB: (171,185,140)

Color info

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

RGB color model

#ABB98C color RGB value is (171,185,140).

  • red value is 171;
  • green value is 185;
  • blue value is 140.
RGB:
(171,185,140)
(67%,73%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 140 of 255 = 55%

171
185
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 140 = 496 (100%)
R 171 of 496 ~ 34.48%
G 185 of 496 ~ 37.3%
B 140 of 496 ~ 28.23%

%34.48
%37.3
%28.23

CMYK color model

#ABB98C color CMYK value is (8,0,24,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(8,0,24,27)
C8M0Y24K27 
(8%,0%,24%,27%)
(0.08/0.00/0.24/0.27)	

CMYK percentages

%7.57
%0
%24.32
%27.45

Codes

Color #ABB98C in popluar color models

ABB98C
RGB171185140
HSL79°24.32%63.73%
HSB/HSV79°24.32%72.55%
CMYK7.57%0.00%24.32%
27.45%

Color #ABB98C in popluar number systems.

HEXABB98C
Decimal171185140
Binary101010111011100110001100
Octal253271214

Shades and tints

Shades of #ABB98C

#ABB98C
(171,185,140)
#9CA980
(156,169,128)
#8D9974
(141,153,116)
#7E8968
(126,137,104)
#6F795C
(111,121,92)
#606950
(96,105,80)
#515944
(81,89,68)
#424938
(66,73,56)
#33392C
(51,57,44)
#242920
(36,41,32)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABB98C

#ABB98C
(171,185,140)
#B2BF96
(178,191,150)
#B9C5A0
(185,197,160)
#C0CBAA
(192,203,170)
#C7D1B4
(199,209,180)
#CED7BE
(206,215,190)
#D5DDC8
(213,221,200)
#DCE3D2
(220,227,210)
#E3E9DC
(227,233,220)
#EAEFE6
(234,239,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB98C color. Also use rgb(171,185,140) instead hex code.

Text Font Color

.myTextColor { color: #ABB98C; }

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

This text font color is #ABB98C.


Background Color

.myBgColor { background-color: #ABB98C; }

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

This div background color is #ABB98C.


Border color

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

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

This div border color is #ABB98C.


Opacity

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

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

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

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

This text has shadow with #ABB98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB98C on black background.


Color preview on white background

This text has color #ABB98C on white background.



Black color preview on #ABB98C background

This text has black color on #ABB98C background.


White color preview on #ABB98C background

This text has white color on #ABB98C background.