COLOR #A7A3BA

HEX: #A7A3BA
RGB: (167,163,186)

Color info

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

RGB color model

#A7A3BA color RGB value is (167,163,186).

  • red value is 167;
  • green value is 163;
  • blue value is 186.
RGB:
(167,163,186)
(65%,64%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 163 of 255 = 64%
B 186 of 255 = 73%

167
163
186

R + G + B ~ 67%. #A7A3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 163 + 186 = 516 (100%)
R 167 of 516 ~ 32.36%
G 163 of 516 ~ 31.59%
B 186 of 516 ~ 36.05%

%32.36
%31.59
%36.05

CMYK color model

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

  • cyan value is 10.22%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(10,12,0,27)
C10M12Y0K27 
(10%,12%,0%,27%)
(0.10/0.12/0.00/0.27)	

CMYK percentages

%10.22
%12.37
%0
%27.06

Codes

Color #A7A3BA in popluar color models

A7A3BA
RGB167163186
HSL250°14.29%68.43%
HSB/HSV250°12.37%72.94%
CMYK10.22%12.37%0.00%
27.06%

Color #A7A3BA in popluar number systems.

HEXA7A3BA
Decimal167163186
Binary101001111010001110111010
Octal247243272

Shades and tints

Shades of #A7A3BA

#A7A3BA
(167,163,186)
#9895AA
(152,149,170)
#89879A
(137,135,154)
#7A798A
(122,121,138)
#6B6B7A
(107,107,122)
#5C5D6A
(92,93,106)
#4D4F5A
(77,79,90)
#3E414A
(62,65,74)
#2F333A
(47,51,58)
#20252A
(32,37,42)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #A7A3BA

#A7A3BA
(167,163,186)
#AFABC0
(175,171,192)
#B7B3C6
(183,179,198)
#BFBBCC
(191,187,204)
#C7C3D2
(199,195,210)
#CFCBD8
(207,203,216)
#D7D3DE
(215,211,222)
#DFDBE4
(223,219,228)
#E7E3EA
(231,227,234)
#EFEBF0
(239,235,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A3BA; }

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

This text font color is #A7A3BA.


Background Color

.myBgColor { background-color: #A7A3BA; }

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

This div background color is #A7A3BA.


Border color

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

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

This div border color is #A7A3BA.


Opacity

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

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

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

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

This text has shadow with #A7A3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A3BA on black background.


Color preview on white background

This text has color #A7A3BA on white background.



Black color preview on #A7A3BA background

This text has black color on #A7A3BA background.


White color preview on #A7A3BA background

This text has white color on #A7A3BA background.