COLOR #A6B7B4

HEX: #A6B7B4 RGB: (166,183,180)

Color info

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

RGB color model

#A6B7B4 color RGB value is (166,183,180).

RGB: (166,183,180) (65%, 72%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 180 of 255 = 71%

166
183
180

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

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 180 = 529 (100%)
R 166 of 529 ~ 31.38%
G 183 of 529 ~ 34.59%
B 180 of 529 ~ 34.03'%

%31.38
%34.59
%34.03

CMYK color model

#A6B7B4 color CMYK value is (9,0,2,28).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 28.24%

CMYK: (9,0,2,28)
C9M0Y2K28 (9%, 0%, 2%, 28%)
(0.09 / 0.00 / 0.02 / 0.28)

CMYK percentages

%9.29
%0
%1.64
%28.24

Codes

Color #A6B7B4 in popluar color models

A6 B7 B4
RGB 166 183 180
HSL 169° 10.56% 68.43%
HSB/HSV 169° 9.29% 71.76%
CMYK 9.29% 0.00% 1.64%
28.24%

Color #A6B7B4 in popluar number systems.

HEX A6 B7 B4
Decimal 166 183 180
Binary 10100110 10110111 10110100
Octal 246 267 264

Shades and tints

Shades of #A6B7B4

#A6B7B4
(166,183,180)
#97A7A4
(151,167,164)
#889794
(136,151,148)
#798784
(121,135,132)
#6A7774
(106,119,116)
#5B6764
(91,103,100)
#4C5754
(76,87,84)
#3D4744
(61,71,68)
#2E3734
(46,55,52)
#1F2724
(31,39,36)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #A6B7B4

#A6B7B4
(166,183,180)
#AEBDBA
(174,189,186)
#B6C3C0
(182,195,192)
#BEC9C6
(190,201,198)
#C6CFCC
(198,207,204)
#CED5D2
(206,213,210)
#D6DBD8
(214,219,216)
#DEE1DE
(222,225,222)
#E6E7E4
(230,231,228)
#EEEDEA
(238,237,234)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B7B4; }

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

This text font color is #A6B7B4.

Background Color

.myBgColor { background-color: #A6B7B4; }

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

This div background color is #A6B7B4.

Border color

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

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

This div border color is #A6B7B4.

Opacity

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

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

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

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

This text has shadow with #A6B7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B7B4.

Preview

Color preview on black background

This text has color #A6B7B4 on black background.


Color preview on white background

This text has color #A6B7B4 on white background.


Black color preview on #A6B7B4 background

This text has black color on #A6B7B4 background.


White color preview on #A6B7B4 background

This text has white color on #A6B7B4 background.


Related colors

Complementary color

Complementary color for #hex is #59484B.


I love getcolorcode.com

Triadic colors

1 #B4A6B7 and #B7B4A6 with #A6B7B4 are triadic colors.

2 #B4B7A6 and #B7A6B4 with #A6B7B4 are triadic colors.