COLOR #ABB7BA

HEX: #ABB7BA RGB: (171,183,186)

Color info

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

RGB color model

#ABB7BA color RGB value is (171,183,186).

RGB: (171,183,186) (67%, 72%, 73%)

RGB channels and saturation

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

171
183
186

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

Portions of RGB colors in percentages

R + G + B = 171 + 183 + 186 = 540 (100%)
R 171 of 540 ~ 31.67%
G 183 of 540 ~ 33.89%
B 186 of 540 ~ 34.44'%

%31.67
%33.89
%34.44

CMYK color model

#ABB7BA color CMYK value is (8,2,0,27).

  • cyan value is 8.06%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,2,0,27)
C8M2Y0K27 (8%, 2%, 0%, 27%)
(0.08 / 0.02 / 0.00 / 0.27)

CMYK percentages

%8.06
%1.61
%0
%27.06

Codes

Color #ABB7BA in popluar color models

AB B7 BA
RGB 171 183 186
HSL 192° 9.80% 70.00%
HSB/HSV 192° 8.06% 72.94%
CMYK 8.06% 1.61% 0.00%
27.06%

Color #ABB7BA in popluar number systems.

HEX AB B7 BA
Decimal 171 183 186
Binary 10101011 10110111 10111010
Octal 253 267 272

Shades and tints

Shades of #ABB7BA

#ABB7BA
(171,183,186)
#9CA7AA
(156,167,170)
#8D979A
(141,151,154)
#7E878A
(126,135,138)
#6F777A
(111,119,122)
#60676A
(96,103,106)
#51575A
(81,87,90)
#42474A
(66,71,74)
#33373A
(51,55,58)
#24272A
(36,39,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABB7BA

#ABB7BA
(171,183,186)
#B2BDC0
(178,189,192)
#B9C3C6
(185,195,198)
#C0C9CC
(192,201,204)
#C7CFD2
(199,207,210)
#CED5D8
(206,213,216)
#D5DBDE
(213,219,222)
#DCE1E4
(220,225,228)
#E3E7EA
(227,231,234)
#EAEDF0
(234,237,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB7BA; }

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

This text font color is #ABB7BA.

Background Color

.myBgColor { background-color: #ABB7BA; }

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

This div background color is #ABB7BA.

Border color

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

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

This div border color is #ABB7BA.

Opacity

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

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

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

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

This text has shadow with #ABB7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB7BA.

Preview

Color preview on black background

This text has color #ABB7BA on black background.


Color preview on white background

This text has color #ABB7BA on white background.


Black color preview on #ABB7BA background

This text has black color on #ABB7BA background.


White color preview on #ABB7BA background

This text has white color on #ABB7BA background.


Related colors

Complementary color

Complementary color for #hex is #544845.


I love getcolorcode.com

Triadic colors

1 #BAABB7 and #B7BAAB with #ABB7BA are triadic colors.

2 #BAB7AB and #B7ABBA with #ABB7BA are triadic colors.