COLOR #ABAEB4

HEX: #ABAEB4 RGB: (171,174,180)

Color info

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

RGB color model

#ABAEB4 color RGB value is (171,174,180).

RGB: (171,174,180) (67%, 68%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 180 of 255 = 71%

171
174
180

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 180 = 525 (100%)
R 171 of 525 ~ 32.57%
G 174 of 525 ~ 33.14%
B 180 of 525 ~ 34.29'%

%32.57
%33.14
%34.29

CMYK color model

#ABAEB4 color CMYK value is (5,3,0,29).

  • cyan value is 5.00%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (5,3,0,29)
C5M3Y0K29 (5%, 3%, 0%, 29%)
(0.05 / 0.03 / 0.00 / 0.29)

CMYK percentages

%5
%3.33
%0
%29.41

Codes

Color #ABAEB4 in popluar color models

AB AE B4
RGB 171 174 180
HSL 220° 5.66% 68.82%
HSB/HSV 220° 5.00% 70.59%
CMYK 5.00% 3.33% 0.00%
29.41%

Color #ABAEB4 in popluar number systems.

HEX AB AE B4
Decimal 171 174 180
Binary 10101011 10101110 10110100
Octal 253 256 264

Shades and tints

Shades of #ABAEB4

#ABAEB4
(171,174,180)
#9C9FA4
(156,159,164)
#8D9094
(141,144,148)
#7E8184
(126,129,132)
#6F7274
(111,114,116)
#606364
(96,99,100)
#515454
(81,84,84)
#424544
(66,69,68)
#333634
(51,54,52)
#242724
(36,39,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABAEB4

#ABAEB4
(171,174,180)
#B2B5BA
(178,181,186)
#B9BCC0
(185,188,192)
#C0C3C6
(192,195,198)
#C7CACC
(199,202,204)
#CED1D2
(206,209,210)
#D5D8D8
(213,216,216)
#DCDFDE
(220,223,222)
#E3E6E4
(227,230,228)
#EAEDEA
(234,237,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEB4; }

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

This text font color is #ABAEB4.

Background Color

.myBgColor { background-color: #ABAEB4; }

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

This div background color is #ABAEB4.

Border color

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

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

This div border color is #ABAEB4.

Opacity

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

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

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

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

This text has shadow with #ABAEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEB4.

Preview

Color preview on black background

This text has color #ABAEB4 on black background.


Color preview on white background

This text has color #ABAEB4 on white background.


Black color preview on #ABAEB4 background

This text has black color on #ABAEB4 background.


White color preview on #ABAEB4 background

This text has white color on #ABAEB4 background.


Related colors

Complementary color

Complementary color for #hex is #54514B.


I love getcolorcode.com

Triadic colors

1 #B4ABAE and #AEB4AB with #ABAEB4 are triadic colors.

2 #B4AEAB and #AEABB4 with #ABAEB4 are triadic colors.