COLOR #ABB2B5

HEX: #ABB2B5 RGB: (171,178,181)

Color info

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

RGB color model

#ABB2B5 color RGB value is (171,178,181).

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

RGB channels and saturation

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

171
178
181

R + G + B ~ 69%. #ABB2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 181 = 530 (100%)
R 171 of 530 ~ 32.26%
G 178 of 530 ~ 33.58%
B 181 of 530 ~ 34.15'%

%32.26
%33.58
%34.15

CMYK color model

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

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

CMYK: (6,2,0,29)
C6M2Y0K29 (6%, 2%, 0%, 29%)
(0.06 / 0.02 / 0.00 / 0.29)

CMYK percentages

%5.52
%1.66
%0
%29.02

Codes

Color #ABB2B5 in popluar color models

AB B2 B5
RGB 171 178 181
HSL 198° 6.33% 69.02%
HSB/HSV 198° 5.52% 70.98%
CMYK 5.52% 1.66% 0.00%
29.02%

Color #ABB2B5 in popluar number systems.

HEX AB B2 B5
Decimal 171 178 181
Binary 10101011 10110010 10110101
Octal 253 262 265

Shades and tints

Shades of #ABB2B5

#ABB2B5
(171,178,181)
#9CA2A5
(156,162,165)
#8D9295
(141,146,149)
#7E8285
(126,130,133)
#6F7275
(111,114,117)
#606265
(96,98,101)
#515255
(81,82,85)
#424245
(66,66,69)
#333235
(51,50,53)
#242225
(36,34,37)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABB2B5

#ABB2B5
(171,178,181)
#B2B9BB
(178,185,187)
#B9C0C1
(185,192,193)
#C0C7C7
(192,199,199)
#C7CECD
(199,206,205)
#CED5D3
(206,213,211)
#D5DCD9
(213,220,217)
#DCE3DF
(220,227,223)
#E3EAE5
(227,234,229)
#EAF1EB
(234,241,235)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2B5; }

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

This text font color is #ABB2B5.

Background Color

.myBgColor { background-color: #ABB2B5; }

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

This div background color is #ABB2B5.

Border color

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

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

This div border color is #ABB2B5.

Opacity

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

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

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

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

This text has shadow with #ABB2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2B5.

Preview

Color preview on black background

This text has color #ABB2B5 on black background.


Color preview on white background

This text has color #ABB2B5 on white background.


Black color preview on #ABB2B5 background

This text has black color on #ABB2B5 background.


White color preview on #ABB2B5 background

This text has white color on #ABB2B5 background.


Related colors

Complementary color

Complementary color for #hex is #544D4A.


I love getcolorcode.com

Triadic colors

1 #B5ABB2 and #B2B5AB with #ABB2B5 are triadic colors.

2 #B5B2AB and #B2ABB5 with #ABB2B5 are triadic colors.