COLOR #ABB1B6

HEX: #ABB1B6
RGB: (171,177,182)

Color info

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

RGB color model

#ABB1B6 color RGB value is (171,177,182).

  • red value is 171;
  • green value is 177;
  • blue value is 182.
RGB:
(171,177,182)
(67%,69%,71%)

RGB channels and saturation

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

171
177
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 182 = 530 (100%)
R 171 of 530 ~ 32.26%
G 177 of 530 ~ 33.4%
B 182 of 530 ~ 34.34%

%32.26
%33.4
%34.34

CMYK color model

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

  • cyan value is 6.04%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,3,0,29)
C6M3Y0K29 
(6%,3%,0%,29%)
(0.06/0.03/0.00/0.29)	

CMYK percentages

%6.04
%2.75
%0
%28.63

Codes

Color #ABB1B6 in popluar color models

ABB1B6
RGB171177182
HSL207°7.01%69.22%
HSB/HSV207°6.04%71.37%
CMYK6.04%2.75%0.00%
28.63%

Color #ABB1B6 in popluar number systems.

HEXABB1B6
Decimal171177182
Binary101010111011000110110110
Octal253261266

Shades and tints

Shades of #ABB1B6

#ABB1B6
(171,177,182)
#9CA1A6
(156,161,166)
#8D9196
(141,145,150)
#7E8186
(126,129,134)
#6F7176
(111,113,118)
#606166
(96,97,102)
#515156
(81,81,86)
#424146
(66,65,70)
#333136
(51,49,54)
#242126
(36,33,38)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABB1B6

#ABB1B6
(171,177,182)
#B2B8BC
(178,184,188)
#B9BFC2
(185,191,194)
#C0C6C8
(192,198,200)
#C7CDCE
(199,205,206)
#CED4D4
(206,212,212)
#D5DBDA
(213,219,218)
#DCE2E0
(220,226,224)
#E3E9E6
(227,233,230)
#EAF0EC
(234,240,236)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1B6; }

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

This text font color is #ABB1B6.


Background Color

.myBgColor { background-color: #ABB1B6; }

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

This div background color is #ABB1B6.


Border color

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

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

This div border color is #ABB1B6.


Opacity

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

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

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

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

This text has shadow with #ABB1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1B6 on black background.


Color preview on white background

This text has color #ABB1B6 on white background.



Black color preview on #ABB1B6 background

This text has black color on #ABB1B6 background.


White color preview on #ABB1B6 background

This text has white color on #ABB1B6 background.