COLOR #ABBAB5

HEX: #ABBAB5
RGB: (171,186,181)

Color info

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

RGB color model

#ABBAB5 color RGB value is (171,186,181).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 181 of 255 = 71%

171
186
181

R + G + B ~ 70%. #ABBAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 181 = 538 (100%)
R 171 of 538 ~ 31.78%
G 186 of 538 ~ 34.57%
B 181 of 538 ~ 33.64%

%31.78
%34.57
%33.64

CMYK color model

#ABBAB5 color CMYK value is (8,0,3,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(8,0,3,27)
C8M0Y3K27 
(8%,0%,3%,27%)
(0.08/0.00/0.03/0.27)	

CMYK percentages

%8.06
%0
%2.69
%27.06

Codes

Color #ABBAB5 in popluar color models

ABBAB5
RGB171186181
HSL160°9.80%70.00%
HSB/HSV160°8.06%72.94%
CMYK8.06%0.00%2.69%
27.06%

Color #ABBAB5 in popluar number systems.

HEXABBAB5
Decimal171186181
Binary101010111011101010110101
Octal253272265

Shades and tints

Shades of #ABBAB5

#ABBAB5
(171,186,181)
#9CAAA5
(156,170,165)
#8D9A95
(141,154,149)
#7E8A85
(126,138,133)
#6F7A75
(111,122,117)
#606A65
(96,106,101)
#515A55
(81,90,85)
#424A45
(66,74,69)
#333A35
(51,58,53)
#242A25
(36,42,37)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABBAB5

#ABBAB5
(171,186,181)
#B2C0BB
(178,192,187)
#B9C6C1
(185,198,193)
#C0CCC7
(192,204,199)
#C7D2CD
(199,210,205)
#CED8D3
(206,216,211)
#D5DED9
(213,222,217)
#DCE4DF
(220,228,223)
#E3EAE5
(227,234,229)
#EAF0EB
(234,240,235)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAB5; }

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

This text font color is #ABBAB5.


Background Color

.myBgColor { background-color: #ABBAB5; }

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

This div background color is #ABBAB5.


Border color

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

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

This div border color is #ABBAB5.


Opacity

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

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

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

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

This text has shadow with #ABBAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAB5 on black background.


Color preview on white background

This text has color #ABBAB5 on white background.



Black color preview on #ABBAB5 background

This text has black color on #ABBAB5 background.


White color preview on #ABBAB5 background

This text has white color on #ABBAB5 background.