COLOR #A7A7E6

HEX: #A7A7E6
RGB: (167,167,230)

Color info

#A7A7E6 contains mainly blue color. Web safe color of #A7A7E6 is #9999CC (or #99C).

RGB color model

#A7A7E6 color RGB value is (167,167,230).

  • red value is 167;
  • green value is 167;
  • blue value is 230.
RGB:
(167,167,230)
(65%,65%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 167 of 255 = 65%
B 230 of 255 = 90%

167
167
230

R + G + B ~ 73%. #A7A7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 230 = 564 (100%)
R 167 of 564 ~ 29.61%
G 167 of 564 ~ 29.61%
B 230 of 564 ~ 40.78%

%29.61
%29.61
%40.78

CMYK color model

#A7A7E6 color CMYK value is (27,27,0,10).

  • cyan value is 27.39%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,27,0,10)
C27M27Y0K10 
(27%,27%,0%,10%)
(0.27/0.27/0.00/0.10)	

CMYK percentages

%27.39
%27.39
%0
%9.8

Codes

Color #A7A7E6 in popluar color models

A7A7E6
RGB167167230
HSL240°55.75%77.84%
HSB/HSV240°27.39%90.20%
CMYK27.39%27.39%0.00%
9.80%

Color #A7A7E6 in popluar number systems.

HEXA7A7E6
Decimal167167230
Binary101001111010011111100110
Octal247247346

Shades and tints

Shades of #A7A7E6

#A7A7E6
(167,167,230)
#9898D2
(152,152,210)
#8989BE
(137,137,190)
#7A7AAA
(122,122,170)
#6B6B96
(107,107,150)
#5C5C82
(92,92,130)
#4D4D6E
(77,77,110)
#3E3E5A
(62,62,90)
#2F2F46
(47,47,70)
#202032
(32,32,50)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #A7A7E6

#A7A7E6
(167,167,230)
#AFAFE8
(175,175,232)
#B7B7EA
(183,183,234)
#BFBFEC
(191,191,236)
#C7C7EE
(199,199,238)
#CFCFF0
(207,207,240)
#D7D7F2
(215,215,242)
#DFDFF4
(223,223,244)
#E7E7F6
(231,231,246)
#EFEFF8
(239,239,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A7E6; }

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

This text font color is #A7A7E6.


Background Color

.myBgColor { background-color: #A7A7E6; }

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

This div background color is #A7A7E6.


Border color

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

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

This div border color is #A7A7E6.


Opacity

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

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

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

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

This text has shadow with #A7A7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A7E6 on black background.


Color preview on white background

This text has color #A7A7E6 on white background.



Black color preview on #A7A7E6 background

This text has black color on #A7A7E6 background.


White color preview on #A7A7E6 background

This text has white color on #A7A7E6 background.