COLOR #A7A7F6

HEX: #A7A7F6
RGB: (167,167,246)

Color info

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

RGB color model

#A7A7F6 color RGB value is (167,167,246).

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

RGB channels and saturation

R 167 of 255 = 65%
G 167 of 255 = 65%
B 246 of 255 = 96%

167
167
246

R + G + B ~ 75%. #A7A7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 246 = 580 (100%)
R 167 of 580 ~ 28.79%
G 167 of 580 ~ 28.79%
B 246 of 580 ~ 42.41%

%28.79
%28.79
%42.41

CMYK color model

#A7A7F6 color CMYK value is (32,32,0,4).

  • cyan value is 32.11%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(32,32,0,4)
C32M32Y0K4 
(32%,32%,0%,4%)
(0.32/0.32/0.00/0.04)	

CMYK percentages

%32.11
%32.11
%0
%3.53

Codes

Color #A7A7F6 in popluar color models

A7A7F6
RGB167167246
HSL240°81.44%80.98%
HSB/HSV240°32.11%96.47%
CMYK32.11%32.11%0.00%
3.53%

Color #A7A7F6 in popluar number systems.

HEXA7A7F6
Decimal167167246
Binary101001111010011111110110
Octal247247366

Shades and tints

Shades of #A7A7F6

#A7A7F6
(167,167,246)
#9898E0
(152,152,224)
#8989CA
(137,137,202)
#7A7AB4
(122,122,180)
#6B6B9E
(107,107,158)
#5C5C88
(92,92,136)
#4D4D72
(77,77,114)
#3E3E5C
(62,62,92)
#2F2F46
(47,47,70)
#202030
(32,32,48)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #A7A7F6

#A7A7F6
(167,167,246)
#AFAFF6
(175,175,246)
#B7B7F6
(183,183,246)
#BFBFF6
(191,191,246)
#C7C7F6
(199,199,246)
#CFCFF6
(207,207,246)
#D7D7F6
(215,215,246)
#DFDFF6
(223,223,246)
#E7E7F6
(231,231,246)
#EFEFF6
(239,239,246)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A7F6; }

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

This text font color is #A7A7F6.


Background Color

.myBgColor { background-color: #A7A7F6; }

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

This div background color is #A7A7F6.


Border color

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

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

This div border color is #A7A7F6.


Opacity

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

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

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

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

This text has shadow with #A7A7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A7F6 on black background.


Color preview on white background

This text has color #A7A7F6 on white background.



Black color preview on #A7A7F6 background

This text has black color on #A7A7F6 background.


White color preview on #A7A7F6 background

This text has white color on #A7A7F6 background.