COLOR #ABB1BF

HEX: #ABB1BF RGB: (171,177,191)

Color info

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

RGB color model

#ABB1BF color RGB value is (171,177,191).

RGB: (171,177,191) (67%, 69%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 191 of 255 = 75%

171
177
191

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

Portions of RGB colors in percentages

R + G + B = 171 + 177 + 191 = 539 (100%)
R 171 of 539 ~ 31.73%
G 177 of 539 ~ 32.84%
B 191 of 539 ~ 35.44'%

%31.73
%32.84
%35.44

CMYK color model

#ABB1BF color CMYK value is (10,7,0,25).

  • cyan value is 10.47%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,7,0,25)
C10M7Y0K25 (10%, 7%, 0%, 25%)
(0.10 / 0.07 / 0.00 / 0.25)

CMYK percentages

%10.47
%7.33
%0
%25.1

Codes

Color #ABB1BF in popluar color models

AB B1 BF
RGB 171 177 191
HSL 222° 13.51% 70.98%
HSB/HSV 222° 10.47% 74.90%
CMYK 10.47% 7.33% 0.00%
25.10%

Color #ABB1BF in popluar number systems.

HEX AB B1 BF
Decimal 171 177 191
Binary 10101011 10110001 10111111
Octal 253 261 277

Shades and tints

Shades of #ABB1BF

#ABB1BF
(171,177,191)
#9CA1AE
(156,161,174)
#8D919D
(141,145,157)
#7E818C
(126,129,140)
#6F717B
(111,113,123)
#60616A
(96,97,106)
#515159
(81,81,89)
#424148
(66,65,72)
#333137
(51,49,55)
#242126
(36,33,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABB1BF

#ABB1BF
(171,177,191)
#B2B8C4
(178,184,196)
#B9BFC9
(185,191,201)
#C0C6CE
(192,198,206)
#C7CDD3
(199,205,211)
#CED4D8
(206,212,216)
#D5DBDD
(213,219,221)
#DCE2E2
(220,226,226)
#E3E9E7
(227,233,231)
#EAF0EC
(234,240,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1BF; }

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

This text font color is #ABB1BF.

Background Color

.myBgColor { background-color: #ABB1BF; }

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

This div background color is #ABB1BF.

Border color

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

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

This div border color is #ABB1BF.

Opacity

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

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

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

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

This text has shadow with #ABB1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB1BF.

Preview

Color preview on black background

This text has color #ABB1BF on black background.


Color preview on white background

This text has color #ABB1BF on white background.


Black color preview on #ABB1BF background

This text has black color on #ABB1BF background.


White color preview on #ABB1BF background

This text has white color on #ABB1BF background.


Related colors

Complementary color

Complementary color for #hex is #544E40.


I love getcolorcode.com

Triadic colors

1 #BFABB1 and #B1BFAB with #ABB1BF are triadic colors.

2 #BFB1AB and #B1ABBF with #ABB1BF are triadic colors.