COLOR #ABB5BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
181
186

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

Portions of RGB colors in percentages

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

%31.78
%33.64
%34.57

CMYK color model

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

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

CMYK percentages

%8.06
%2.69
%0
%27.06

Codes

Color #ABB5BA in popluar color models

ABB5BA
RGB171181186
HSL200°9.80%70.00%
HSB/HSV200°8.06%72.94%
CMYK8.06%2.69%0.00%
27.06%

Color #ABB5BA in popluar number systems.

HEXABB5BA
Decimal171181186
Binary101010111011010110111010
Octal253265272

Shades and tints

Shades of #ABB5BA

#ABB5BA
(171,181,186)
#9CA5AA
(156,165,170)
#8D959A
(141,149,154)
#7E858A
(126,133,138)
#6F757A
(111,117,122)
#60656A
(96,101,106)
#51555A
(81,85,90)
#42454A
(66,69,74)
#33353A
(51,53,58)
#24252A
(36,37,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #ABB5BA

#ABB5BA
(171,181,186)
#B2BBC0
(178,187,192)
#B9C1C6
(185,193,198)
#C0C7CC
(192,199,204)
#C7CDD2
(199,205,210)
#CED3D8
(206,211,216)
#D5D9DE
(213,217,222)
#DCDFE4
(220,223,228)
#E3E5EA
(227,229,234)
#EAEBF0
(234,235,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5BA; }

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

This text font color is #ABB5BA.


Background Color

.myBgColor { background-color: #ABB5BA; }

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

This div background color is #ABB5BA.


Border color

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

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

This div border color is #ABB5BA.


Opacity

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

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

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

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

This text has shadow with #ABB5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5BA on black background.


Color preview on white background

This text has color #ABB5BA on white background.



Black color preview on #ABB5BA background

This text has black color on #ABB5BA background.


White color preview on #ABB5BA background

This text has white color on #ABB5BA background.