COLOR #A6B4B1

HEX: #A6B4B1
RGB: (166,180,177)

Color info

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

RGB color model

#A6B4B1 color RGB value is (166,180,177).

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

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 177 of 255 = 69%

166
180
177

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

Portions of RGB colors in percentages

R + G + B =
166 + 180 + 177 = 523 (100%)
R 166 of 523 ~ 31.74%
G 180 of 523 ~ 34.42%
B 177 of 523 ~ 33.84%

%31.74
%34.42
%33.84

CMYK color model

#A6B4B1 color CMYK value is (8,0,2,29).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(8,0,2,29)
C8M0Y2K29 
(8%,0%,2%,29%)
(0.08/0.00/0.02/0.29)	

CMYK percentages

%7.78
%0
%1.67
%29.41

Codes

Color #A6B4B1 in popluar color models

A6B4B1
RGB166180177
HSL167°8.54%67.84%
HSB/HSV167°7.78%70.59%
CMYK7.78%0.00%1.67%
29.41%

Color #A6B4B1 in popluar number systems.

HEXA6B4B1
Decimal166180177
Binary101001101011010010110001
Octal246264261

Shades and tints

Shades of #A6B4B1

#A6B4B1
(166,180,177)
#97A4A1
(151,164,161)
#889491
(136,148,145)
#798481
(121,132,129)
#6A7471
(106,116,113)
#5B6461
(91,100,97)
#4C5451
(76,84,81)
#3D4441
(61,68,65)
#2E3431
(46,52,49)
#1F2421
(31,36,33)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6B4B1

#A6B4B1
(166,180,177)
#AEBAB8
(174,186,184)
#B6C0BF
(182,192,191)
#BEC6C6
(190,198,198)
#C6CCCD
(198,204,205)
#CED2D4
(206,210,212)
#D6D8DB
(214,216,219)
#DEDEE2
(222,222,226)
#E6E4E9
(230,228,233)
#EEEAF0
(238,234,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B4B1; }

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

This text font color is #A6B4B1.


Background Color

.myBgColor { background-color: #A6B4B1; }

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

This div background color is #A6B4B1.


Border color

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

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

This div border color is #A6B4B1.


Opacity

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

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

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

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

This text has shadow with #A6B4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B4B1 on black background.


Color preview on white background

This text has color #A6B4B1 on white background.



Black color preview on #A6B4B1 background

This text has black color on #A6B4B1 background.


White color preview on #A6B4B1 background

This text has white color on #A6B4B1 background.