COLOR #ABB8A4

HEX: #ABB8A4
RGB: (171,184,164)

Color info

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

RGB color model

#ABB8A4 color RGB value is (171,184,164).

  • red value is 171;
  • green value is 184;
  • blue value is 164.
RGB:
(171,184,164)
(67%,72%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 164 of 255 = 64%

171
184
164

R + G + B ~ 68%. #ABB8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 164 = 519 (100%)
R 171 of 519 ~ 32.95%
G 184 of 519 ~ 35.45%
B 164 of 519 ~ 31.6%

%32.95
%35.45
%31.6

CMYK color model

#ABB8A4 color CMYK value is (7,0,11,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(7,0,11,28)
C7M0Y11K28 
(7%,0%,11%,28%)
(0.07/0.00/0.11/0.28)	

CMYK percentages

%7.07
%0
%10.87
%27.84

Codes

Color #ABB8A4 in popluar color models

ABB8A4
RGB171184164
HSL99°12.35%68.24%
HSB/HSV99°10.87%72.16%
CMYK7.07%0.00%10.87%
27.84%

Color #ABB8A4 in popluar number systems.

HEXABB8A4
Decimal171184164
Binary101010111011100010100100
Octal253270244

Shades and tints

Shades of #ABB8A4

#ABB8A4
(171,184,164)
#9CA896
(156,168,150)
#8D9888
(141,152,136)
#7E887A
(126,136,122)
#6F786C
(111,120,108)
#60685E
(96,104,94)
#515850
(81,88,80)
#424842
(66,72,66)
#333834
(51,56,52)
#242826
(36,40,38)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABB8A4

#ABB8A4
(171,184,164)
#B2BEAC
(178,190,172)
#B9C4B4
(185,196,180)
#C0CABC
(192,202,188)
#C7D0C4
(199,208,196)
#CED6CC
(206,214,204)
#D5DCD4
(213,220,212)
#DCE2DC
(220,226,220)
#E3E8E4
(227,232,228)
#EAEEEC
(234,238,236)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB8A4 color. Also use rgb(171,184,164) instead hex code.

Text Font Color

.myTextColor { color: #ABB8A4; }

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

This text font color is #ABB8A4.


Background Color

.myBgColor { background-color: #ABB8A4; }

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

This div background color is #ABB8A4.


Border color

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

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

This div border color is #ABB8A4.


Opacity

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

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

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

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

This text has shadow with #ABB8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8A4 on black background.


Color preview on white background

This text has color #ABB8A4 on white background.



Black color preview on #ABB8A4 background

This text has black color on #ABB8A4 background.


White color preview on #ABB8A4 background

This text has white color on #ABB8A4 background.