COLOR #A8BBAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
187
171

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

Portions of RGB colors in percentages

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

%31.94
%35.55
%32.51

CMYK color model

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

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

CMYK percentages

%10.16
%0
%8.56
%26.67

Codes

Color #A8BBAB in popluar color models

A8BBAB
RGB168187171
HSL129°12.26%69.61%
HSB/HSV129°10.16%73.33%
CMYK10.16%0.00%8.56%
26.67%

Color #A8BBAB in popluar number systems.

HEXA8BBAB
Decimal168187171
Binary101010001011101110101011
Octal250273253

Shades and tints

Shades of #A8BBAB

#A8BBAB
(168,187,171)
#99AA9C
(153,170,156)
#8A998D
(138,153,141)
#7B887E
(123,136,126)
#6C776F
(108,119,111)
#5D6660
(93,102,96)
#4E5551
(78,85,81)
#3F4442
(63,68,66)
#303333
(48,51,51)
#212224
(33,34,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8BBAB

#A8BBAB
(168,187,171)
#AFC1B2
(175,193,178)
#B6C7B9
(182,199,185)
#BDCDC0
(189,205,192)
#C4D3C7
(196,211,199)
#CBD9CE
(203,217,206)
#D2DFD5
(210,223,213)
#D9E5DC
(217,229,220)
#E0EBE3
(224,235,227)
#E7F1EA
(231,241,234)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBAB; }

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

This text font color is #A8BBAB.


Background Color

.myBgColor { background-color: #A8BBAB; }

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

This div background color is #A8BBAB.


Border color

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

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

This div border color is #A8BBAB.


Opacity

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

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

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

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

This text has shadow with #A8BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBAB on black background.


Color preview on white background

This text has color #A8BBAB on white background.



Black color preview on #A8BBAB background

This text has black color on #A8BBAB background.


White color preview on #A8BBAB background

This text has white color on #A8BBAB background.