COLOR #A4AEBE

HEX: #A4AEBE
RGB: (164,174,190)

Color info

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

RGB color model

#A4AEBE color RGB value is (164,174,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 190 of 255 = 75%

164
174
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 190 = 528 (100%)
R 164 of 528 ~ 31.06%
G 174 of 528 ~ 32.95%
B 190 of 528 ~ 35.98%

%31.06
%32.95
%35.98

CMYK color model

#A4AEBE color CMYK value is (14,8,0,25).

  • cyan value is 13.68%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,8,0,25)
C14M8Y0K25 
(14%,8%,0%,25%)
(0.14/0.08/0.00/0.25)	

CMYK percentages

%13.68
%8.42
%0
%25.49

Codes

Color #A4AEBE in popluar color models

A4AEBE
RGB164174190
HSL217°16.67%69.41%
HSB/HSV217°13.68%74.51%
CMYK13.68%8.42%0.00%
25.49%

Color #A4AEBE in popluar number systems.

HEXA4AEBE
Decimal164174190
Binary101001001010111010111110
Octal244256276

Shades and tints

Shades of #A4AEBE

#A4AEBE
(164,174,190)
#969FAD
(150,159,173)
#88909C
(136,144,156)
#7A818B
(122,129,139)
#6C727A
(108,114,122)
#5E6369
(94,99,105)
#505458
(80,84,88)
#424547
(66,69,71)
#343636
(52,54,54)
#262725
(38,39,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #A4AEBE

#A4AEBE
(164,174,190)
#ACB5C3
(172,181,195)
#B4BCC8
(180,188,200)
#BCC3CD
(188,195,205)
#C4CAD2
(196,202,210)
#CCD1D7
(204,209,215)
#D4D8DC
(212,216,220)
#DCDFE1
(220,223,225)
#E4E6E6
(228,230,230)
#ECEDEB
(236,237,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEBE; }

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

This text font color is #A4AEBE.


Background Color

.myBgColor { background-color: #A4AEBE; }

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

This div background color is #A4AEBE.


Border color

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

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

This div border color is #A4AEBE.


Opacity

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

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

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

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

This text has shadow with #A4AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEBE on black background.


Color preview on white background

This text has color #A4AEBE on white background.



Black color preview on #A4AEBE background

This text has black color on #A4AEBE background.


White color preview on #A4AEBE background

This text has white color on #A4AEBE background.