COLOR #ABB1B5

HEX: #ABB1B5 RGB: (171,177,181)

Color info

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

RGB color model

#ABB1B5 color RGB value is (171,177,181).

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

RGB channels and saturation

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

171
177
181

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

Portions of RGB colors in percentages

R + G + B = 171 + 177 + 181 = 529 (100%)
R 171 of 529 ~ 32.33%
G 177 of 529 ~ 33.46%
B 181 of 529 ~ 34.22'%

%32.33
%33.46
%34.22

CMYK color model

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

  • cyan value is 5.52%
  • magenta value is 2.21%
  • 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
%2.21
%0
%29.02

Codes

Color #ABB1B5 in popluar color models

AB B1 B5
RGB 171 177 181
HSL 204° 6.33% 69.02%
HSB/HSV 204° 5.52% 70.98%
CMYK 5.52% 2.21% 0.00%
29.02%

Color #ABB1B5 in popluar number systems.

HEX AB B1 B5
Decimal 171 177 181
Binary 10101011 10110001 10110101
Octal 253 261 265

Shades and tints

Shades of #ABB1B5

#ABB1B5
(171,177,181)
#9CA1A5
(156,161,165)
#8D9195
(141,145,149)
#7E8185
(126,129,133)
#6F7175
(111,113,117)
#606165
(96,97,101)
#515155
(81,81,85)
#424145
(66,65,69)
#333135
(51,49,53)
#242125
(36,33,37)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABB1B5

#ABB1B5
(171,177,181)
#B2B8BB
(178,184,187)
#B9BFC1
(185,191,193)
#C0C6C7
(192,198,199)
#C7CDCD
(199,205,205)
#CED4D3
(206,212,211)
#D5DBD9
(213,219,217)
#DCE2DF
(220,226,223)
#E3E9E5
(227,233,229)
#EAF0EB
(234,240,235)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1B5; }

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

This text font color is #ABB1B5.

Background Color

.myBgColor { background-color: #ABB1B5; }

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

This div background color is #ABB1B5.

Border color

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

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

This div border color is #ABB1B5.

Opacity

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

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

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

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

This text has shadow with #ABB1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB1B5.

Preview

Color preview on black background

This text has color #ABB1B5 on black background.


Color preview on white background

This text has color #ABB1B5 on white background.


Black color preview on #ABB1B5 background

This text has black color on #ABB1B5 background.


White color preview on #ABB1B5 background

This text has white color on #ABB1B5 background.


Related colors

Complementary color

Complementary color for #hex is #544E4A.


I love getcolorcode.com

Triadic colors

1 #B5ABB1 and #B1B5AB with #ABB1B5 are triadic colors.

2 #B5B1AB and #B1ABB5 with #ABB1B5 are triadic colors.