COLOR #A6B2B4

HEX: #A6B2B4
RGB: (166,178,180)

Color info

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

RGB color model

#A6B2B4 color RGB value is (166,178,180).

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

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 180 of 255 = 71%

166
178
180

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

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 180 = 524 (100%)
R 166 of 524 ~ 31.68%
G 178 of 524 ~ 33.97%
B 180 of 524 ~ 34.35%

%31.68
%33.97
%34.35

CMYK color model

#A6B2B4 color CMYK value is (8,1,0,29).

  • cyan value is 7.78%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,1,0,29)
C8M1Y0K29 
(8%,1%,0%,29%)
(0.08/0.01/0.00/0.29)	

CMYK percentages

%7.78
%1.11
%0
%29.41

Codes

Color #A6B2B4 in popluar color models

A6B2B4
RGB166178180
HSL189°8.54%67.84%
HSB/HSV189°7.78%70.59%
CMYK7.78%1.11%0.00%
29.41%

Color #A6B2B4 in popluar number systems.

HEXA6B2B4
Decimal166178180
Binary101001101011001010110100
Octal246262264

Shades and tints

Shades of #A6B2B4

#A6B2B4
(166,178,180)
#97A2A4
(151,162,164)
#889294
(136,146,148)
#798284
(121,130,132)
#6A7274
(106,114,116)
#5B6264
(91,98,100)
#4C5254
(76,82,84)
#3D4244
(61,66,68)
#2E3234
(46,50,52)
#1F2224
(31,34,36)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A6B2B4

#A6B2B4
(166,178,180)
#AEB9BA
(174,185,186)
#B6C0C0
(182,192,192)
#BEC7C6
(190,199,198)
#C6CECC
(198,206,204)
#CED5D2
(206,213,210)
#D6DCD8
(214,220,216)
#DEE3DE
(222,227,222)
#E6EAE4
(230,234,228)
#EEF1EA
(238,241,234)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B2B4; }

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

This text font color is #A6B2B4.


Background Color

.myBgColor { background-color: #A6B2B4; }

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

This div background color is #A6B2B4.


Border color

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

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

This div border color is #A6B2B4.


Opacity

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

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

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

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

This text has shadow with #A6B2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B2B4 on black background.


Color preview on white background

This text has color #A6B2B4 on white background.



Black color preview on #A6B2B4 background

This text has black color on #A6B2B4 background.


White color preview on #A6B2B4 background

This text has white color on #A6B2B4 background.