COLOR #A6ACBA

HEX: #A6ACBA
RGB: (166,172,186)

Color info

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

RGB color model

#A6ACBA color RGB value is (166,172,186).

  • red value is 166;
  • green value is 172;
  • blue value is 186.
RGB:
(166,172,186)
(65%,67%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 186 of 255 = 73%

166
172
186

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

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 186 = 524 (100%)
R 166 of 524 ~ 31.68%
G 172 of 524 ~ 32.82%
B 186 of 524 ~ 35.5%

%31.68
%32.82
%35.5

CMYK color model

#A6ACBA color CMYK value is (11,8,0,27).

  • cyan value is 10.75%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,8,0,27)
C11M8Y0K27 
(11%,8%,0%,27%)
(0.11/0.08/0.00/0.27)	

CMYK percentages

%10.75
%7.53
%0
%27.06

Codes

Color #A6ACBA in popluar color models

A6ACBA
RGB166172186
HSL222°12.66%69.02%
HSB/HSV222°10.75%72.94%
CMYK10.75%7.53%0.00%
27.06%

Color #A6ACBA in popluar number systems.

HEXA6ACBA
Decimal166172186
Binary101001101010110010111010
Octal246254272

Shades and tints

Shades of #A6ACBA

#A6ACBA
(166,172,186)
#979DAA
(151,157,170)
#888E9A
(136,142,154)
#797F8A
(121,127,138)
#6A707A
(106,112,122)
#5B616A
(91,97,106)
#4C525A
(76,82,90)
#3D434A
(61,67,74)
#2E343A
(46,52,58)
#1F252A
(31,37,42)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #A6ACBA

#A6ACBA
(166,172,186)
#AEB3C0
(174,179,192)
#B6BAC6
(182,186,198)
#BEC1CC
(190,193,204)
#C6C8D2
(198,200,210)
#CECFD8
(206,207,216)
#D6D6DE
(214,214,222)
#DEDDE4
(222,221,228)
#E6E4EA
(230,228,234)
#EEEBF0
(238,235,240)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACBA; }

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

This text font color is #A6ACBA.


Background Color

.myBgColor { background-color: #A6ACBA; }

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

This div background color is #A6ACBA.


Border color

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

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

This div border color is #A6ACBA.


Opacity

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

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

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

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

This text has shadow with #A6ACBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ACBA on black background.


Color preview on white background

This text has color #A6ACBA on white background.



Black color preview on #A6ACBA background

This text has black color on #A6ACBA background.


White color preview on #A6ACBA background

This text has white color on #A6ACBA background.