COLOR #ABBAB8

HEX: #ABBAB8
RGB: (171,186,184)

Color info

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

RGB color model

#ABBAB8 color RGB value is (171,186,184).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 184 of 255 = 72%

171
186
184

R + G + B ~ 71%. #ABBAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 184 = 541 (100%)
R 171 of 541 ~ 31.61%
G 186 of 541 ~ 34.38%
B 184 of 541 ~ 34.01%

%31.61
%34.38
%34.01

CMYK color model

#ABBAB8 color CMYK value is (8,0,1,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(8,0,1,27)
C8M0Y1K27 
(8%,0%,1%,27%)
(0.08/0.00/0.01/0.27)	

CMYK percentages

%8.06
%0
%1.08
%27.06

Codes

Color #ABBAB8 in popluar color models

ABBAB8
RGB171186184
HSL172°9.80%70.00%
HSB/HSV172°8.06%72.94%
CMYK8.06%0.00%1.08%
27.06%

Color #ABBAB8 in popluar number systems.

HEXABBAB8
Decimal171186184
Binary101010111011101010111000
Octal253272270

Shades and tints

Shades of #ABBAB8

#ABBAB8
(171,186,184)
#9CAAA8
(156,170,168)
#8D9A98
(141,154,152)
#7E8A88
(126,138,136)
#6F7A78
(111,122,120)
#606A68
(96,106,104)
#515A58
(81,90,88)
#424A48
(66,74,72)
#333A38
(51,58,56)
#242A28
(36,42,40)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABBAB8

#ABBAB8
(171,186,184)
#B2C0BE
(178,192,190)
#B9C6C4
(185,198,196)
#C0CCCA
(192,204,202)
#C7D2D0
(199,210,208)
#CED8D6
(206,216,214)
#D5DEDC
(213,222,220)
#DCE4E2
(220,228,226)
#E3EAE8
(227,234,232)
#EAF0EE
(234,240,238)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAB8; }

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

This text font color is #ABBAB8.


Background Color

.myBgColor { background-color: #ABBAB8; }

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

This div background color is #ABBAB8.


Border color

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

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

This div border color is #ABBAB8.


Opacity

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

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

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

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

This text has shadow with #ABBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAB8 on black background.


Color preview on white background

This text has color #ABBAB8 on white background.



Black color preview on #ABBAB8 background

This text has black color on #ABBAB8 background.


White color preview on #ABBAB8 background

This text has white color on #ABBAB8 background.