COLOR #ABB2AE

HEX: #ABB2AE RGB: (171,178,174)

Color info

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

RGB color model

#ABB2AE color RGB value is (171,178,174).

RGB: (171,178,174) (67%, 70%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 174 of 255 = 68%

171
178
174

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

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 174 = 523 (100%)
R 171 of 523 ~ 32.7%
G 178 of 523 ~ 34.03%
B 174 of 523 ~ 33.27'%

%32.7
%34.03
%33.27

CMYK color model

#ABB2AE color CMYK value is (4,0,2,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK: (4,0,2,30) C4M0Y2K30 (4%,0%,2%,30%) (0.04/0.00/0.02/0.30) 

CMYK percentages

%3.93
%0
%2.25
%30.2

Codes

Color #ABB2AE in popluar color models

AB B2 AE
RGB 171 178 174
HSL 146° 4.35% 68.43%
HSB/HSV 146° 3.93% 69.80%
CMYK 3.93% 0.00% 2.25%
30.20%

Color #ABB2AE in popluar number systems.

HEX AB B2 AE
Decimal 171 178 174
Binary 10101011 10110010 10101110
Octal 253 262 256

Shades and tints

Shades of #ABB2AE

#ABB2AE
(171,178,174)
#9CA29F
(156,162,159)
#8D9290
(141,146,144)
#7E8281
(126,130,129)
#6F7272
(111,114,114)
#606263
(96,98,99)
#515254
(81,82,84)
#424245
(66,66,69)
#333236
(51,50,54)
#242227
(36,34,39)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #ABB2AE

#ABB2AE
(171,178,174)
#B2B9B5
(178,185,181)
#B9C0BC
(185,192,188)
#C0C7C3
(192,199,195)
#C7CECA
(199,206,202)
#CED5D1
(206,213,209)
#D5DCD8
(213,220,216)
#DCE3DF
(220,227,223)
#E3EAE6
(227,234,230)
#EAF1ED
(234,241,237)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2AE; }

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

This text font color is #ABB2AE.

Background Color

.myBgColor { background-color: #ABB2AE; }

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

This div background color is #ABB2AE.

Border color

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

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

This div border color is #ABB2AE.

Opacity

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

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

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

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

This text has shadow with #ABB2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2AE.

Preview

Color preview on black background

This text has color #ABB2AE on black background.


Color preview on white background

This text has color #ABB2AE on white background.


Black color preview on #ABB2AE background

This text has black color on #ABB2AE background.


White color preview on #ABB2AE background

This text has white color on #ABB2AE background.


Related colors

Complementary color

Complementary color for #hex is #544D51.


I love getcolorcode.com

Triadic colors

1 #AEABB2 and #B2AEAB with #ABB2AE are triadic colors.

2 #AEB2AB and #B2ABAE with #ABB2AE are triadic colors.