COLOR #ABB497

HEX: #ABB497
RGB: (171,180,151)

Color info

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

RGB color model

#ABB497 color RGB value is (171,180,151).

  • red value is 171;
  • green value is 180;
  • blue value is 151.
RGB:
(171,180,151)
(67%,71%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 151 of 255 = 59%

171
180
151

R + G + B ~ 66%. #ABB497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 151 = 502 (100%)
R 171 of 502 ~ 34.06%
G 180 of 502 ~ 35.86%
B 151 of 502 ~ 30.08%

%34.06
%35.86
%30.08

CMYK color model

#ABB497 color CMYK value is (5,0,16,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(5,0,16,29)
C5M0Y16K29 
(5%,0%,16%,29%)
(0.05/0.00/0.16/0.29)	

CMYK percentages

%5
%0
%16.11
%29.41

Codes

Color #ABB497 in popluar color models

ABB497
RGB171180151
HSL79°16.20%64.90%
HSB/HSV79°16.11%70.59%
CMYK5.00%0.00%16.11%
29.41%

Color #ABB497 in popluar number systems.

HEXABB497
Decimal171180151
Binary101010111011010010010111
Octal253264227

Shades and tints

Shades of #ABB497

#ABB497
(171,180,151)
#9CA48A
(156,164,138)
#8D947D
(141,148,125)
#7E8470
(126,132,112)
#6F7463
(111,116,99)
#606456
(96,100,86)
#515449
(81,84,73)
#42443C
(66,68,60)
#33342F
(51,52,47)
#242422
(36,36,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #ABB497

#ABB497
(171,180,151)
#B2BAA0
(178,186,160)
#B9C0A9
(185,192,169)
#C0C6B2
(192,198,178)
#C7CCBB
(199,204,187)
#CED2C4
(206,210,196)
#D5D8CD
(213,216,205)
#DCDED6
(220,222,214)
#E3E4DF
(227,228,223)
#EAEAE8
(234,234,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB497 color. Also use rgb(171,180,151) instead hex code.

Text Font Color

.myTextColor { color: #ABB497; }

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

This text font color is #ABB497.


Background Color

.myBgColor { background-color: #ABB497; }

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

This div background color is #ABB497.


Border color

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

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

This div border color is #ABB497.


Opacity

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

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

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

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

This text has shadow with #ABB497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB497 on black background.


Color preview on white background

This text has color #ABB497 on white background.



Black color preview on #ABB497 background

This text has black color on #ABB497 background.


White color preview on #ABB497 background

This text has white color on #ABB497 background.