COLOR #ABBBA8

HEX: #ABBBA8
RGB: (171,187,168)

Color info

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

RGB color model

#ABBBA8 color RGB value is (171,187,168).

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

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 168 of 255 = 66%

171
187
168

R + G + B ~ 69%. #ABBBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 168 = 526 (100%)
R 171 of 526 ~ 32.51%
G 187 of 526 ~ 35.55%
B 168 of 526 ~ 31.94%

%32.51
%35.55
%31.94

CMYK color model

#ABBBA8 color CMYK value is (9,0,10,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK:
(9,0,10,27)
C9M0Y10K27 
(9%,0%,10%,27%)
(0.09/0.00/0.10/0.27)	

CMYK percentages

%8.56
%0
%10.16
%26.67

Codes

Color #ABBBA8 in popluar color models

ABBBA8
RGB171187168
HSL111°12.26%69.61%
HSB/HSV111°10.16%73.33%
CMYK8.56%0.00%10.16%
26.67%

Color #ABBBA8 in popluar number systems.

HEXABBBA8
Decimal171187168
Binary101010111011101110101000
Octal253273250

Shades and tints

Shades of #ABBBA8

#ABBBA8
(171,187,168)
#9CAA99
(156,170,153)
#8D998A
(141,153,138)
#7E887B
(126,136,123)
#6F776C
(111,119,108)
#60665D
(96,102,93)
#51554E
(81,85,78)
#42443F
(66,68,63)
#333330
(51,51,48)
#242221
(36,34,33)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABBBA8

#ABBBA8
(171,187,168)
#B2C1AF
(178,193,175)
#B9C7B6
(185,199,182)
#C0CDBD
(192,205,189)
#C7D3C4
(199,211,196)
#CED9CB
(206,217,203)
#D5DFD2
(213,223,210)
#DCE5D9
(220,229,217)
#E3EBE0
(227,235,224)
#EAF1E7
(234,241,231)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBA8; }

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

This text font color is #ABBBA8.


Background Color

.myBgColor { background-color: #ABBBA8; }

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

This div background color is #ABBBA8.


Border color

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

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

This div border color is #ABBBA8.


Opacity

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

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

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

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

This text has shadow with #ABBBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBA8 on black background.


Color preview on white background

This text has color #ABBBA8 on white background.



Black color preview on #ABBBA8 background

This text has black color on #ABBBA8 background.


White color preview on #ABBBA8 background

This text has white color on #ABBBA8 background.