COLOR #ABB4B5

HEX: #ABB4B5 RGB: (171,180,181)

Color info

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

RGB color model

#ABB4B5 color RGB value is (171,180,181).

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

RGB channels and saturation

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

171
180
181

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

Portions of RGB colors in percentages

R + G + B = 171 + 180 + 181 = 532 (100%)
R 171 of 532 ~ 32.14%
G 180 of 532 ~ 33.83%
B 181 of 532 ~ 34.02'%

%32.14
%33.83
%34.02

CMYK color model

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

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

CMYK: (6,1,0,29)
C6M1Y0K29 (6%, 1%, 0%, 29%)
(0.06 / 0.01 / 0.00 / 0.29)

CMYK percentages

%5.52
%0.55
%0
%29.02

Codes

Color #ABB4B5 in popluar color models

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

Color #ABB4B5 in popluar number systems.

HEX AB B4 B5
Decimal 171 180 181
Binary 10101011 10110100 10110101
Octal 253 264 265

Shades and tints

Shades of #ABB4B5

#ABB4B5
(171,180,181)
#9CA4A5
(156,164,165)
#8D9495
(141,148,149)
#7E8485
(126,132,133)
#6F7475
(111,116,117)
#606465
(96,100,101)
#515455
(81,84,85)
#424445
(66,68,69)
#333435
(51,52,53)
#242425
(36,36,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #ABB4B5

#ABB4B5
(171,180,181)
#B2BABB
(178,186,187)
#B9C0C1
(185,192,193)
#C0C6C7
(192,198,199)
#C7CCCD
(199,204,205)
#CED2D3
(206,210,211)
#D5D8D9
(213,216,217)
#DCDEDF
(220,222,223)
#E3E4E5
(227,228,229)
#EAEAEB
(234,234,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4B5; }

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

This text font color is #ABB4B5.

Background Color

.myBgColor { background-color: #ABB4B5; }

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

This div background color is #ABB4B5.

Border color

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

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

This div border color is #ABB4B5.

Opacity

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

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

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

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

This text has shadow with #ABB4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB4B5.

Preview

Color preview on black background

This text has color #ABB4B5 on black background.


Color preview on white background

This text has color #ABB4B5 on white background.


Black color preview on #ABB4B5 background

This text has black color on #ABB4B5 background.


White color preview on #ABB4B5 background

This text has white color on #ABB4B5 background.


Related colors

Complementary color

Complementary color for #hex is #544B4A.


I love getcolorcode.com

Triadic colors

1 #B5ABB4 and #B4B5AB with #ABB4B5 are triadic colors.

2 #B5B4AB and #B4ABB5 with #ABB4B5 are triadic colors.