COLOR #A7A6E9

HEX: #A7A6E9
RGB: (167,166,233)

Color info

#A7A6E9 contains mainly blue color. Web safe color of #A7A6E9 is #9999FF (or #99F).

RGB color model

#A7A6E9 color RGB value is (167,166,233).

  • red value is 167;
  • green value is 166;
  • blue value is 233.
RGB:
(167,166,233)
(65%,65%,91%)

RGB channels and saturation

R 167 of 255 = 65%
G 166 of 255 = 65%
B 233 of 255 = 91%

167
166
233

R + G + B ~ 74%. #A7A6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 166 + 233 = 566 (100%)
R 167 of 566 ~ 29.51%
G 166 of 566 ~ 29.33%
B 233 of 566 ~ 41.17%

%29.51
%29.33
%41.17

CMYK color model

#A7A6E9 color CMYK value is (28,29,0,9).

  • cyan value is 28.33%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(28,29,0,9)
C28M29Y0K9 
(28%,29%,0%,9%)
(0.28/0.29/0.00/0.09)	

CMYK percentages

%28.33
%28.76
%0
%8.63

Codes

Color #A7A6E9 in popluar color models

A7A6E9
RGB167166233
HSL241°60.36%78.24%
HSB/HSV241°28.76%91.37%
CMYK28.33%28.76%0.00%
8.63%

Color #A7A6E9 in popluar number systems.

HEXA7A6E9
Decimal167166233
Binary101001111010011011101001
Octal247246351

Shades and tints

Shades of #A7A6E9

#A7A6E9
(167,166,233)
#9897D4
(152,151,212)
#8988BF
(137,136,191)
#7A79AA
(122,121,170)
#6B6A95
(107,106,149)
#5C5B80
(92,91,128)
#4D4C6B
(77,76,107)
#3E3D56
(62,61,86)
#2F2E41
(47,46,65)
#201F2C
(32,31,44)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A7A6E9

#A7A6E9
(167,166,233)
#AFAEEB
(175,174,235)
#B7B6ED
(183,182,237)
#BFBEEF
(191,190,239)
#C7C6F1
(199,198,241)
#CFCEF3
(207,206,243)
#D7D6F5
(215,214,245)
#DFDEF7
(223,222,247)
#E7E6F9
(231,230,249)
#EFEEFB
(239,238,251)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A6E9 color. Also use rgb(167,166,233) instead hex code.

Text Font Color

.myTextColor { color: #A7A6E9; }

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

This text font color is #A7A6E9.


Background Color

.myBgColor { background-color: #A7A6E9; }

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

This div background color is #A7A6E9.


Border color

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

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

This div border color is #A7A6E9.


Opacity

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

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

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

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

This text has shadow with #A7A6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A6E9 on black background.


Color preview on white background

This text has color #A7A6E9 on white background.



Black color preview on #A7A6E9 background

This text has black color on #A7A6E9 background.


White color preview on #A7A6E9 background

This text has white color on #A7A6E9 background.