COLOR #ABB394

HEX: #ABB394
RGB: (171,179,148)

Color info

#ABB394 contains red, green and blue colors in about the same proportion. Web safe color of #ABB394 is #999999 (or #999).

RGB color model

#ABB394 color RGB value is (171,179,148).

  • red value is 171;
  • green value is 179;
  • blue value is 148.
RGB:
(171,179,148)
(67%,70%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 148 of 255 = 58%

171
179
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 148 = 498 (100%)
R 171 of 498 ~ 34.34%
G 179 of 498 ~ 35.94%
B 148 of 498 ~ 29.72%

%34.34
%35.94
%29.72

CMYK color model

#ABB394 color CMYK value is (4,0,17,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(4,0,17,30)
C4M0Y17K30 
(4%,0%,17%,30%)
(0.04/0.00/0.17/0.30)	

CMYK percentages

%4.47
%0
%17.32
%29.8

Codes

Color #ABB394 in popluar color models

ABB394
RGB171179148
HSL75°16.94%64.12%
HSB/HSV75°17.32%70.20%
CMYK4.47%0.00%17.32%
29.80%

Color #ABB394 in popluar number systems.

HEXABB394
Decimal171179148
Binary101010111011001110010100
Octal253263224

Shades and tints

Shades of #ABB394

#ABB394
(171,179,148)
#9CA387
(156,163,135)
#8D937A
(141,147,122)
#7E836D
(126,131,109)
#6F7360
(111,115,96)
#606353
(96,99,83)
#515346
(81,83,70)
#424339
(66,67,57)
#33332C
(51,51,44)
#24231F
(36,35,31)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #ABB394

#ABB394
(171,179,148)
#B2B99D
(178,185,157)
#B9BFA6
(185,191,166)
#C0C5AF
(192,197,175)
#C7CBB8
(199,203,184)
#CED1C1
(206,209,193)
#D5D7CA
(213,215,202)
#DCDDD3
(220,221,211)
#E3E3DC
(227,227,220)
#EAE9E5
(234,233,229)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB394 color. Also use rgb(171,179,148) instead hex code.

Text Font Color

.myTextColor { color: #ABB394; }

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

This text font color is #ABB394.


Background Color

.myBgColor { background-color: #ABB394; }

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

This div background color is #ABB394.


Border color

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

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

This div border color is #ABB394.


Opacity

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

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

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

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

This text has shadow with #ABB394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB394 on black background.


Color preview on white background

This text has color #ABB394 on white background.



Black color preview on #ABB394 background

This text has black color on #ABB394 background.


White color preview on #ABB394 background

This text has white color on #ABB394 background.