COLOR #A6AEB4

HEX: #A6AEB4
RGB: (166,174,180)

Color info

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

RGB color model

#A6AEB4 color RGB value is (166,174,180).

  • red value is 166;
  • green value is 174;
  • blue value is 180.
RGB:
(166,174,180)
(65%,68%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 180 of 255 = 71%

166
174
180

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 180 = 520 (100%)
R 166 of 520 ~ 31.92%
G 174 of 520 ~ 33.46%
B 180 of 520 ~ 34.62%

%31.92
%33.46
%34.62

CMYK color model

#A6AEB4 color CMYK value is (8,3,0,29).

  • cyan value is 7.78%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,3,0,29)
C8M3Y0K29 
(8%,3%,0%,29%)
(0.08/0.03/0.00/0.29)	

CMYK percentages

%7.78
%3.33
%0
%29.41

Codes

Color #A6AEB4 in popluar color models

A6AEB4
RGB166174180
HSL206°8.54%67.84%
HSB/HSV206°7.78%70.59%
CMYK7.78%3.33%0.00%
29.41%

Color #A6AEB4 in popluar number systems.

HEXA6AEB4
Decimal166174180
Binary101001101010111010110100
Octal246256264

Shades and tints

Shades of #A6AEB4

#A6AEB4
(166,174,180)
#979FA4
(151,159,164)
#889094
(136,144,148)
#798184
(121,129,132)
#6A7274
(106,114,116)
#5B6364
(91,99,100)
#4C5454
(76,84,84)
#3D4544
(61,69,68)
#2E3634
(46,54,52)
#1F2724
(31,39,36)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #A6AEB4

#A6AEB4
(166,174,180)
#AEB5BA
(174,181,186)
#B6BCC0
(182,188,192)
#BEC3C6
(190,195,198)
#C6CACC
(198,202,204)
#CED1D2
(206,209,210)
#D6D8D8
(214,216,216)
#DEDFDE
(222,223,222)
#E6E6E4
(230,230,228)
#EEEDEA
(238,237,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEB4; }

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

This text font color is #A6AEB4.


Background Color

.myBgColor { background-color: #A6AEB4; }

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

This div background color is #A6AEB4.


Border color

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

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

This div border color is #A6AEB4.


Opacity

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

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

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

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

This text has shadow with #A6AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEB4 on black background.


Color preview on white background

This text has color #A6AEB4 on white background.



Black color preview on #A6AEB4 background

This text has black color on #A6AEB4 background.


White color preview on #A6AEB4 background

This text has white color on #A6AEB4 background.