COLOR #ABB5B5

HEX: #ABB5B5 RGB: (171,181,181)

Color info

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

RGB color model

#ABB5B5 color RGB value is (171,181,181).

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

RGB channels and saturation

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

171
181
181

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

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 181 = 533 (100%)
R 171 of 533 ~ 32.08%
G 181 of 533 ~ 33.96%
B 181 of 533 ~ 33.96'%

%32.08
%33.96
%33.96

CMYK color model

#ABB5B5 color CMYK value is (6,0,0,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (6,0,0,29)
C6M0Y0K29 (6%, 0%, 0%, 29%)
(0.06 / 0.00 / 0.00 / 0.29)

CMYK percentages

%5.52
%0
%0
%29.02

Codes

Color #ABB5B5 in popluar color models

AB B5 B5
RGB 171 181 181
HSL 180° 6.33% 69.02%
HSB/HSV 180° 5.52% 70.98%
CMYK 5.52% 0.00% 0.00%
29.02%

Color #ABB5B5 in popluar number systems.

HEX AB B5 B5
Decimal 171 181 181
Binary 10101011 10110101 10110101
Octal 253 265 265

Shades and tints

Shades of #ABB5B5

#ABB5B5
(171,181,181)
#9CA5A5
(156,165,165)
#8D9595
(141,149,149)
#7E8585
(126,133,133)
#6F7575
(111,117,117)
#606565
(96,101,101)
#515555
(81,85,85)
#424545
(66,69,69)
#333535
(51,53,53)
#242525
(36,37,37)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABB5B5

#ABB5B5
(171,181,181)
#B2BBBB
(178,187,187)
#B9C1C1
(185,193,193)
#C0C7C7
(192,199,199)
#C7CDCD
(199,205,205)
#CED3D3
(206,211,211)
#D5D9D9
(213,217,217)
#DCDFDF
(220,223,223)
#E3E5E5
(227,229,229)
#EAEBEB
(234,235,235)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5B5; }

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

This text font color is #ABB5B5.

Background Color

.myBgColor { background-color: #ABB5B5; }

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

This div background color is #ABB5B5.

Border color

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

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

This div border color is #ABB5B5.

Opacity

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

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

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

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

This text has shadow with #ABB5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB5B5.

Preview

Color preview on black background

This text has color #ABB5B5 on black background.


Color preview on white background

This text has color #ABB5B5 on white background.


Black color preview on #ABB5B5 background

This text has black color on #ABB5B5 background.


White color preview on #ABB5B5 background

This text has white color on #ABB5B5 background.


Related colors

Complementary color

Complementary color for #hex is #544A4A.


I love getcolorcode.com