COLOR #ABBBA4

HEX: #ABBBA4
RGB: (171,187,164)

Color info

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

RGB color model

#ABBBA4 color RGB value is (171,187,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 164 of 255 = 64%

171
187
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 164 = 522 (100%)
R 171 of 522 ~ 32.76%
G 187 of 522 ~ 35.82%
B 164 of 522 ~ 31.42%

%32.76
%35.82
%31.42

CMYK color model

#ABBBA4 color CMYK value is (9,0,12,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(9,0,12,27)
C9M0Y12K27 
(9%,0%,12%,27%)
(0.09/0.00/0.12/0.27)	

CMYK percentages

%8.56
%0
%12.3
%26.67

Codes

Color #ABBBA4 in popluar color models

ABBBA4
RGB171187164
HSL102°14.47%68.82%
HSB/HSV102°12.30%73.33%
CMYK8.56%0.00%12.30%
26.67%

Color #ABBBA4 in popluar number systems.

HEXABBBA4
Decimal171187164
Binary101010111011101110100100
Octal253273244

Shades and tints

Shades of #ABBBA4

#ABBBA4
(171,187,164)
#9CAA96
(156,170,150)
#8D9988
(141,153,136)
#7E887A
(126,136,122)
#6F776C
(111,119,108)
#60665E
(96,102,94)
#515550
(81,85,80)
#424442
(66,68,66)
#333334
(51,51,52)
#242226
(36,34,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABBBA4

#ABBBA4
(171,187,164)
#B2C1AC
(178,193,172)
#B9C7B4
(185,199,180)
#C0CDBC
(192,205,188)
#C7D3C4
(199,211,196)
#CED9CC
(206,217,204)
#D5DFD4
(213,223,212)
#DCE5DC
(220,229,220)
#E3EBE4
(227,235,228)
#EAF1EC
(234,241,236)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBA4; }

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

This text font color is #ABBBA4.


Background Color

.myBgColor { background-color: #ABBBA4; }

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

This div background color is #ABBBA4.


Border color

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

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

This div border color is #ABBBA4.


Opacity

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

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

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

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

This text has shadow with #ABBBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBA4 on black background.


Color preview on white background

This text has color #ABBBA4 on white background.



Black color preview on #ABBBA4 background

This text has black color on #ABBBA4 background.


White color preview on #ABBBA4 background

This text has white color on #ABBBA4 background.