COLOR #ABB1AE

HEX: #ABB1AE
RGB: (171,177,174)

Color info

#ABB1AE contains red, green and blue colors in about the same proportion. Web safe color of #ABB1AE is #999999 (or #999).

RGB color model

#ABB1AE color RGB value is (171,177,174).

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

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 174 of 255 = 68%

171
177
174

R + G + B ~ 68%. #ABB1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 174 = 522 (100%)
R 171 of 522 ~ 32.76%
G 177 of 522 ~ 33.91%
B 174 of 522 ~ 33.33%

%32.76
%33.91
%33.33

CMYK color model

#ABB1AE color CMYK value is (3,0,2,31).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(3,0,2,31)
C3M0Y2K31 
(3%,0%,2%,31%)
(0.03/0.00/0.02/0.31)	

CMYK percentages

%3.39
%0
%1.69
%30.59

Codes

Color #ABB1AE in popluar color models

ABB1AE
RGB171177174
HSL150°3.70%68.24%
HSB/HSV150°3.39%69.41%
CMYK3.39%0.00%1.69%
30.59%

Color #ABB1AE in popluar number systems.

HEXABB1AE
Decimal171177174
Binary101010111011000110101110
Octal253261256

Shades and tints

Shades of #ABB1AE

#ABB1AE
(171,177,174)
#9CA19F
(156,161,159)
#8D9190
(141,145,144)
#7E8181
(126,129,129)
#6F7172
(111,113,114)
#606163
(96,97,99)
#515154
(81,81,84)
#424145
(66,65,69)
#333136
(51,49,54)
#242127
(36,33,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABB1AE

#ABB1AE
(171,177,174)
#B2B8B5
(178,184,181)
#B9BFBC
(185,191,188)
#C0C6C3
(192,198,195)
#C7CDCA
(199,205,202)
#CED4D1
(206,212,209)
#D5DBD8
(213,219,216)
#DCE2DF
(220,226,223)
#E3E9E6
(227,233,230)
#EAF0ED
(234,240,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1AE; }

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

This text font color is #ABB1AE.


Background Color

.myBgColor { background-color: #ABB1AE; }

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

This div background color is #ABB1AE.


Border color

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

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

This div border color is #ABB1AE.


Opacity

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

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

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

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

This text has shadow with #ABB1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1AE on black background.


Color preview on white background

This text has color #ABB1AE on white background.



Black color preview on #ABB1AE background

This text has black color on #ABB1AE background.


White color preview on #ABB1AE background

This text has white color on #ABB1AE background.