COLOR #A6ACBE

HEX: #A6ACBE
RGB: (166,172,190)

Color info

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

RGB color model

#A6ACBE color RGB value is (166,172,190).

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

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 190 of 255 = 75%

166
172
190

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

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 190 = 528 (100%)
R 166 of 528 ~ 31.44%
G 172 of 528 ~ 32.58%
B 190 of 528 ~ 35.98%

%31.44
%32.58
%35.98

CMYK color model

#A6ACBE color CMYK value is (13,9,0,25).

  • cyan value is 12.63%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,9,0,25)
C13M9Y0K25 
(13%,9%,0%,25%)
(0.13/0.09/0.00/0.25)	

CMYK percentages

%12.63
%9.47
%0
%25.49

Codes

Color #A6ACBE in popluar color models

A6ACBE
RGB166172190
HSL225°15.58%69.80%
HSB/HSV225°12.63%74.51%
CMYK12.63%9.47%0.00%
25.49%

Color #A6ACBE in popluar number systems.

HEXA6ACBE
Decimal166172190
Binary101001101010110010111110
Octal246254276

Shades and tints

Shades of #A6ACBE

#A6ACBE
(166,172,190)
#979DAD
(151,157,173)
#888E9C
(136,142,156)
#797F8B
(121,127,139)
#6A707A
(106,112,122)
#5B6169
(91,97,105)
#4C5258
(76,82,88)
#3D4347
(61,67,71)
#2E3436
(46,52,54)
#1F2525
(31,37,37)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6ACBE

#A6ACBE
(166,172,190)
#AEB3C3
(174,179,195)
#B6BAC8
(182,186,200)
#BEC1CD
(190,193,205)
#C6C8D2
(198,200,210)
#CECFD7
(206,207,215)
#D6D6DC
(214,214,220)
#DEDDE1
(222,221,225)
#E6E4E6
(230,228,230)
#EEEBEB
(238,235,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACBE; }

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

This text font color is #A6ACBE.


Background Color

.myBgColor { background-color: #A6ACBE; }

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

This div background color is #A6ACBE.


Border color

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

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

This div border color is #A6ACBE.


Opacity

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

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

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

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

This text has shadow with #A6ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ACBE on black background.


Color preview on white background

This text has color #A6ACBE on white background.



Black color preview on #A6ACBE background

This text has black color on #A6ACBE background.


White color preview on #A6ACBE background

This text has white color on #A6ACBE background.