COLOR #A6A0BE

HEX: #A6A0BE
RGB: (166,160,190)

Color info

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

RGB color model

#A6A0BE color RGB value is (166,160,190).

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

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 190 of 255 = 75%

166
160
190

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

Portions of RGB colors in percentages

R + G + B =
166 + 160 + 190 = 516 (100%)
R 166 of 516 ~ 32.17%
G 160 of 516 ~ 31.01%
B 190 of 516 ~ 36.82%

%32.17
%31.01
%36.82

CMYK color model

#A6A0BE color CMYK value is (13,16,0,25).

  • cyan value is 12.63%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,16,0,25)
C13M16Y0K25 
(13%,16%,0%,25%)
(0.13/0.16/0.00/0.25)	

CMYK percentages

%12.63
%15.79
%0
%25.49

Codes

Color #A6A0BE in popluar color models

A6A0BE
RGB166160190
HSL252°18.75%68.63%
HSB/HSV252°15.79%74.51%
CMYK12.63%15.79%0.00%
25.49%

Color #A6A0BE in popluar number systems.

HEXA6A0BE
Decimal166160190
Binary101001101010000010111110
Octal246240276

Shades and tints

Shades of #A6A0BE

#A6A0BE
(166,160,190)
#9792AD
(151,146,173)
#88849C
(136,132,156)
#79768B
(121,118,139)
#6A687A
(106,104,122)
#5B5A69
(91,90,105)
#4C4C58
(76,76,88)
#3D3E47
(61,62,71)
#2E3036
(46,48,54)
#1F2225
(31,34,37)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6A0BE

#A6A0BE
(166,160,190)
#AEA8C3
(174,168,195)
#B6B0C8
(182,176,200)
#BEB8CD
(190,184,205)
#C6C0D2
(198,192,210)
#CEC8D7
(206,200,215)
#D6D0DC
(214,208,220)
#DED8E1
(222,216,225)
#E6E0E6
(230,224,230)
#EEE8EB
(238,232,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A0BE; }

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

This text font color is #A6A0BE.


Background Color

.myBgColor { background-color: #A6A0BE; }

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

This div background color is #A6A0BE.


Border color

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

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

This div border color is #A6A0BE.


Opacity

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

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

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

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

This text has shadow with #A6A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A0BE on black background.


Color preview on white background

This text has color #A6A0BE on white background.



Black color preview on #A6A0BE background

This text has black color on #A6A0BE background.


White color preview on #A6A0BE background

This text has white color on #A6A0BE background.