COLOR #ABAEAD

HEX: #ABAEAD RGB: (171,174,173)

Color info

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

RGB color model

#ABAEAD color RGB value is (171,174,173).

RGB: (171,174,173) (67%, 68%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 173 of 255 = 68%

171
174
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 173 = 518 (100%)
R 171 of 518 ~ 33.01%
G 174 of 518 ~ 33.59%
B 173 of 518 ~ 33.4'%

%33.01
%33.59
%33.4

CMYK color model

#ABAEAD color CMYK value is (2,0,1,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK: (2,0,1,32) C2M0Y1K32 (2%,0%,1%,32%) (0.02/0.00/0.01/0.32) 

CMYK percentages

%1.72
%0
%0.57
%31.76

Codes

Color #ABAEAD in popluar color models

AB AE AD
RGB 171 174 173
HSL 160° 1.82% 67.65%
HSB/HSV 160° 1.72% 68.24%
CMYK 1.72% 0.00% 0.57%
31.76%

Color #ABAEAD in popluar number systems.

HEX AB AE AD
Decimal 171 174 173
Binary 10101011 10101110 10101101
Octal 253 256 255

Shades and tints

Shades of #ABAEAD

#ABAEAD
(171,174,173)
#9C9F9E
(156,159,158)
#8D908F
(141,144,143)
#7E8180
(126,129,128)
#6F7271
(111,114,113)
#606362
(96,99,98)
#515453
(81,84,83)
#424544
(66,69,68)
#333635
(51,54,53)
#242726
(36,39,38)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABAEAD

#ABAEAD
(171,174,173)
#B2B5B4
(178,181,180)
#B9BCBB
(185,188,187)
#C0C3C2
(192,195,194)
#C7CAC9
(199,202,201)
#CED1D0
(206,209,208)
#D5D8D7
(213,216,215)
#DCDFDE
(220,223,222)
#E3E6E5
(227,230,229)
#EAEDEC
(234,237,236)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEAD; }

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

This text font color is #ABAEAD.

Background Color

.myBgColor { background-color: #ABAEAD; }

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

This div background color is #ABAEAD.

Border color

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

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

This div border color is #ABAEAD.

Opacity

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

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

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

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

This text has shadow with #ABAEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEAD.

Preview

Color preview on black background

This text has color #ABAEAD on black background.


Color preview on white background

This text has color #ABAEAD on white background.


Black color preview on #ABAEAD background

This text has black color on #ABAEAD background.


White color preview on #ABAEAD background

This text has white color on #ABAEAD background.


Related colors

Complementary color

Complementary color for #hex is #545152.


I love getcolorcode.com

Triadic colors

1 #ADABAE and #AEADAB with #ABAEAD are triadic colors.

2 #ADAEAB and #AEABAD with #ABAEAD are triadic colors.