COLOR #ABB496

HEX: #ABB496
RGB: (171,180,150)

Color info

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

RGB color model

#ABB496 color RGB value is (171,180,150).

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

RGB channels and saturation

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

171
180
150

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 150 = 501 (100%)
R 171 of 501 ~ 34.13%
G 180 of 501 ~ 35.93%
B 150 of 501 ~ 29.94%

%34.13
%35.93
%29.94

CMYK color model

#ABB496 color CMYK value is (5,0,17,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(5,0,17,29)
C5M0Y17K29 
(5%,0%,17%,29%)
(0.05/0.00/0.17/0.29)	

CMYK percentages

%5
%0
%16.67
%29.41

Codes

Color #ABB496 in popluar color models

ABB496
RGB171180150
HSL78°16.67%64.71%
HSB/HSV78°16.67%70.59%
CMYK5.00%0.00%16.67%
29.41%

Color #ABB496 in popluar number systems.

HEXABB496
Decimal171180150
Binary101010111011010010010110
Octal253264226

Shades and tints

Shades of #ABB496

#ABB496
(171,180,150)
#9CA489
(156,164,137)
#8D947C
(141,148,124)
#7E846F
(126,132,111)
#6F7462
(111,116,98)
#606455
(96,100,85)
#515448
(81,84,72)
#42443B
(66,68,59)
#33342E
(51,52,46)
#242421
(36,36,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABB496

#ABB496
(171,180,150)
#B2BA9F
(178,186,159)
#B9C0A8
(185,192,168)
#C0C6B1
(192,198,177)
#C7CCBA
(199,204,186)
#CED2C3
(206,210,195)
#D5D8CC
(213,216,204)
#DCDED5
(220,222,213)
#E3E4DE
(227,228,222)
#EAEAE7
(234,234,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB496; }

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

This text font color is #ABB496.


Background Color

.myBgColor { background-color: #ABB496; }

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

This div background color is #ABB496.


Border color

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

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

This div border color is #ABB496.


Opacity

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

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

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

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

This text has shadow with #ABB496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB496 on black background.


Color preview on white background

This text has color #ABB496 on white background.



Black color preview on #ABB496 background

This text has black color on #ABB496 background.


White color preview on #ABB496 background

This text has white color on #ABB496 background.