COLOR #A6ACB7

HEX: #A6ACB7 RGB: (166,172,183)

Color info

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

RGB color model

#A6ACB7 color RGB value is (166,172,183).

RGB: (166,172,183) (65%, 67%, 72%)

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 183 of 255 = 72%

166
172
183

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

Portions of RGB colors in percentages

R + G + B = 166 + 172 + 183 = 521 (100%)
R 166 of 521 ~ 31.86%
G 172 of 521 ~ 33.01%
B 183 of 521 ~ 35.12'%

%31.86
%33.01
%35.12

CMYK color model

#A6ACB7 color CMYK value is (9,6,0,28).

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

CMYK: (9,6,0,28)
C9M6Y0K28 (9%, 6%, 0%, 28%)
(0.09 / 0.06 / 0.00 / 0.28)

CMYK percentages

%9.29
%6.01
%0
%28.24

Codes

Color #A6ACB7 in popluar color models

A6 AC B7
RGB 166 172 183
HSL 219° 10.56% 68.43%
HSB/HSV 219° 9.29% 71.76%
CMYK 9.29% 6.01% 0.00%
28.24%

Color #A6ACB7 in popluar number systems.

HEX A6 AC B7
Decimal 166 172 183
Binary 10100110 10101100 10110111
Octal 246 254 267

Shades and tints

Shades of #A6ACB7

#A6ACB7
(166,172,183)
#979DA7
(151,157,167)
#888E97
(136,142,151)
#797F87
(121,127,135)
#6A7077
(106,112,119)
#5B6167
(91,97,103)
#4C5257
(76,82,87)
#3D4347
(61,67,71)
#2E3437
(46,52,55)
#1F2527
(31,37,39)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6ACB7

#A6ACB7
(166,172,183)
#AEB3BD
(174,179,189)
#B6BAC3
(182,186,195)
#BEC1C9
(190,193,201)
#C6C8CF
(198,200,207)
#CECFD5
(206,207,213)
#D6D6DB
(214,214,219)
#DEDDE1
(222,221,225)
#E6E4E7
(230,228,231)
#EEEBED
(238,235,237)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACB7; }

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

This text font color is #A6ACB7.

Background Color

.myBgColor { background-color: #A6ACB7; }

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

This div background color is #A6ACB7.

Border color

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

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

This div border color is #A6ACB7.

Opacity

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

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

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

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

This text has shadow with #A6ACB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ACB7.

Preview

Color preview on black background

This text has color #A6ACB7 on black background.


Color preview on white background

This text has color #A6ACB7 on white background.


Black color preview on #A6ACB7 background

This text has black color on #A6ACB7 background.


White color preview on #A6ACB7 background

This text has white color on #A6ACB7 background.


Related colors

Complementary color

Complementary color for #hex is #595348.


I love getcolorcode.com

Triadic colors

1 #B7A6AC and #ACB7A6 with #A6ACB7 are triadic colors.

2 #B7ACA6 and #ACA6B7 with #A6ACB7 are triadic colors.