COLOR #ABB5BB

HEX: #ABB5BB RGB: (171,181,187)

Color info

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

RGB color model

#ABB5BB color RGB value is (171,181,187).

RGB: (171,181,187) (67%, 71%, 73%)

RGB channels and saturation

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

171
181
187

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

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 187 = 539 (100%)
R 171 of 539 ~ 31.73%
G 181 of 539 ~ 33.58%
B 187 of 539 ~ 34.69'%

%31.73
%33.58
%34.69

CMYK color model

#ABB5BB color CMYK value is (9,3,0,27).

  • cyan value is 8.56%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,3,0,27)
C9M3Y0K27 (9%, 3%, 0%, 27%)
(0.09 / 0.03 / 0.00 / 0.27)

CMYK percentages

%8.56
%3.21
%0
%26.67

Codes

Color #ABB5BB in popluar color models

AB B5 BB
RGB 171 181 187
HSL 203° 10.53% 70.20%
HSB/HSV 203° 8.56% 73.33%
CMYK 8.56% 3.21% 0.00%
26.67%

Color #ABB5BB in popluar number systems.

HEX AB B5 BB
Decimal 171 181 187
Binary 10101011 10110101 10111011
Octal 253 265 273

Shades and tints

Shades of #ABB5BB

#ABB5BB
(171,181,187)
#9CA5AA
(156,165,170)
#8D9599
(141,149,153)
#7E8588
(126,133,136)
#6F7577
(111,117,119)
#606566
(96,101,102)
#515555
(81,85,85)
#424544
(66,69,68)
#333533
(51,53,51)
#242522
(36,37,34)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABB5BB

#ABB5BB
(171,181,187)
#B2BBC1
(178,187,193)
#B9C1C7
(185,193,199)
#C0C7CD
(192,199,205)
#C7CDD3
(199,205,211)
#CED3D9
(206,211,217)
#D5D9DF
(213,217,223)
#DCDFE5
(220,223,229)
#E3E5EB
(227,229,235)
#EAEBF1
(234,235,241)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5BB; }

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

This text font color is #ABB5BB.

Background Color

.myBgColor { background-color: #ABB5BB; }

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

This div background color is #ABB5BB.

Border color

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

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

This div border color is #ABB5BB.

Opacity

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

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

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

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

This text has shadow with #ABB5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB5BB.

Preview

Color preview on black background

This text has color #ABB5BB on black background.


Color preview on white background

This text has color #ABB5BB on white background.


Black color preview on #ABB5BB background

This text has black color on #ABB5BB background.


White color preview on #ABB5BB background

This text has white color on #ABB5BB background.


Related colors

Complementary color

Complementary color for #hex is #544A44.


I love getcolorcode.com

Triadic colors

1 #BBABB5 and #B5BBAB with #ABB5BB are triadic colors.

2 #BBB5AB and #B5ABBB with #ABB5BB are triadic colors.