COLOR #A6B4AE

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

Color info

#A6B4AE contains red, green and blue colors in about the same proportion. Web safe color of #A6B4AE is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

166
180
174

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

Portions of RGB colors in percentages

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

%31.92
%34.62
%33.46

CMYK color model

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

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

CMYK percentages

%7.78
%0
%3.33
%29.41

Codes

Color #A6B4AE in popluar color models

A6B4AE
RGB166180174
HSL154°8.54%67.84%
HSB/HSV154°7.78%70.59%
CMYK7.78%0.00%3.33%
29.41%

Color #A6B4AE in popluar number systems.

HEXA6B4AE
Decimal166180174
Binary101001101011010010101110
Octal246264256

Shades and tints

Shades of #A6B4AE

#A6B4AE
(166,180,174)
#97A49F
(151,164,159)
#889490
(136,148,144)
#798481
(121,132,129)
#6A7472
(106,116,114)
#5B6463
(91,100,99)
#4C5454
(76,84,84)
#3D4445
(61,68,69)
#2E3436
(46,52,54)
#1F2427
(31,36,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #A6B4AE

#A6B4AE
(166,180,174)
#AEBAB5
(174,186,181)
#B6C0BC
(182,192,188)
#BEC6C3
(190,198,195)
#C6CCCA
(198,204,202)
#CED2D1
(206,210,209)
#D6D8D8
(214,216,216)
#DEDEDF
(222,222,223)
#E6E4E6
(230,228,230)
#EEEAED
(238,234,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B4AE; }

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

This text font color is #A6B4AE.


Background Color

.myBgColor { background-color: #A6B4AE; }

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

This div background color is #A6B4AE.


Border color

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

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

This div border color is #A6B4AE.


Opacity

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

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

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

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

This text has shadow with #A6B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B4AE on black background.


Color preview on white background

This text has color #A6B4AE on white background.



Black color preview on #A6B4AE background

This text has black color on #A6B4AE background.


White color preview on #A6B4AE background

This text has white color on #A6B4AE background.