COLOR #ABB998

HEX: #ABB998
RGB: (171,185,152)

Color info

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

RGB color model

#ABB998 color RGB value is (171,185,152).

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

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 152 of 255 = 60%

171
185
152

R + G + B ~ 67%. #ABB998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 152 = 508 (100%)
R 171 of 508 ~ 33.66%
G 185 of 508 ~ 36.42%
B 152 of 508 ~ 29.92%

%33.66
%36.42
%29.92

CMYK color model

#ABB998 color CMYK value is (8,0,18,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(8,0,18,27)
C8M0Y18K27 
(8%,0%,18%,27%)
(0.08/0.00/0.18/0.27)	

CMYK percentages

%7.57
%0
%17.84
%27.45

Codes

Color #ABB998 in popluar color models

ABB998
RGB171185152
HSL85°19.08%66.08%
HSB/HSV85°17.84%72.55%
CMYK7.57%0.00%17.84%
27.45%

Color #ABB998 in popluar number systems.

HEXABB998
Decimal171185152
Binary101010111011100110011000
Octal253271230

Shades and tints

Shades of #ABB998

#ABB998
(171,185,152)
#9CA98B
(156,169,139)
#8D997E
(141,153,126)
#7E8971
(126,137,113)
#6F7964
(111,121,100)
#606957
(96,105,87)
#51594A
(81,89,74)
#42493D
(66,73,61)
#333930
(51,57,48)
#242923
(36,41,35)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABB998

#ABB998
(171,185,152)
#B2BFA1
(178,191,161)
#B9C5AA
(185,197,170)
#C0CBB3
(192,203,179)
#C7D1BC
(199,209,188)
#CED7C5
(206,215,197)
#D5DDCE
(213,221,206)
#DCE3D7
(220,227,215)
#E3E9E0
(227,233,224)
#EAEFE9
(234,239,233)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB998; }

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

This text font color is #ABB998.


Background Color

.myBgColor { background-color: #ABB998; }

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

This div background color is #ABB998.


Border color

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

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

This div border color is #ABB998.


Opacity

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

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

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

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

This text has shadow with #ABB998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB998 on black background.


Color preview on white background

This text has color #ABB998 on white background.



Black color preview on #ABB998 background

This text has black color on #ABB998 background.


White color preview on #ABB998 background

This text has white color on #ABB998 background.