COLOR #A4AEB0

HEX: #A4AEB0
RGB: (164,174,176)

Color info

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

RGB color model

#A4AEB0 color RGB value is (164,174,176).

  • red value is 164;
  • green value is 174;
  • blue value is 176.
RGB:
(164,174,176)
(64%,68%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 176 of 255 = 69%

164
174
176

R + G + B ~ 67%. #A4AEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 176 = 514 (100%)
R 164 of 514 ~ 31.91%
G 174 of 514 ~ 33.85%
B 176 of 514 ~ 34.24%

%31.91
%33.85
%34.24

CMYK color model

#A4AEB0 color CMYK value is (7,1,0,31).

  • cyan value is 6.82%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,1,0,31)
C7M1Y0K31 
(7%,1%,0%,31%)
(0.07/0.01/0.00/0.31)	

CMYK percentages

%6.82
%1.14
%0
%30.98

Codes

Color #A4AEB0 in popluar color models

A4AEB0
RGB164174176
HSL190°7.06%66.67%
HSB/HSV190°6.82%69.02%
CMYK6.82%1.14%0.00%
30.98%

Color #A4AEB0 in popluar number systems.

HEXA4AEB0
Decimal164174176
Binary101001001010111010110000
Octal244256260

Shades and tints

Shades of #A4AEB0

#A4AEB0
(164,174,176)
#969FA0
(150,159,160)
#889090
(136,144,144)
#7A8180
(122,129,128)
#6C7270
(108,114,112)
#5E6360
(94,99,96)
#505450
(80,84,80)
#424540
(66,69,64)
#343630
(52,54,48)
#262720
(38,39,32)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #A4AEB0

#A4AEB0
(164,174,176)
#ACB5B7
(172,181,183)
#B4BCBE
(180,188,190)
#BCC3C5
(188,195,197)
#C4CACC
(196,202,204)
#CCD1D3
(204,209,211)
#D4D8DA
(212,216,218)
#DCDFE1
(220,223,225)
#E4E6E8
(228,230,232)
#ECEDEF
(236,237,239)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AEB0 color. Also use rgb(164,174,176) instead hex code.

Text Font Color

.myTextColor { color: #A4AEB0; }

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

This text font color is #A4AEB0.


Background Color

.myBgColor { background-color: #A4AEB0; }

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

This div background color is #A4AEB0.


Border color

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

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

This div border color is #A4AEB0.


Opacity

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

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

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

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

This text has shadow with #A4AEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEB0 on black background.


Color preview on white background

This text has color #A4AEB0 on white background.



Black color preview on #A4AEB0 background

This text has black color on #A4AEB0 background.


White color preview on #A4AEB0 background

This text has white color on #A4AEB0 background.