COLOR #A7A4CE

HEX: #A7A4CE
RGB: (167,164,206)

Color info

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

RGB color model

#A7A4CE color RGB value is (167,164,206).

  • red value is 167;
  • green value is 164;
  • blue value is 206.
RGB:
(167,164,206)
(65%,64%,81%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 206 of 255 = 81%

167
164
206

R + G + B ~ 70%. #A7A4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 164 + 206 = 537 (100%)
R 167 of 537 ~ 31.1%
G 164 of 537 ~ 30.54%
B 206 of 537 ~ 38.36%

%31.1
%30.54
%38.36

CMYK color model

#A7A4CE color CMYK value is (19,20,0,19).

  • cyan value is 18.93%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(19,20,0,19)
C19M20Y0K19 
(19%,20%,0%,19%)
(0.19/0.20/0.00/0.19)	

CMYK percentages

%18.93
%20.39
%0
%19.22

Codes

Color #A7A4CE in popluar color models

A7A4CE
RGB167164206
HSL244°30.00%72.55%
HSB/HSV244°20.39%80.78%
CMYK18.93%20.39%0.00%
19.22%

Color #A7A4CE in popluar number systems.

HEXA7A4CE
Decimal167164206
Binary101001111010010011001110
Octal247244316

Shades and tints

Shades of #A7A4CE

#A7A4CE
(167,164,206)
#9896BC
(152,150,188)
#8988AA
(137,136,170)
#7A7A98
(122,122,152)
#6B6C86
(107,108,134)
#5C5E74
(92,94,116)
#4D5062
(77,80,98)
#3E4250
(62,66,80)
#2F343E
(47,52,62)
#20262C
(32,38,44)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #A7A4CE

#A7A4CE
(167,164,206)
#AFACD2
(175,172,210)
#B7B4D6
(183,180,214)
#BFBCDA
(191,188,218)
#C7C4DE
(199,196,222)
#CFCCE2
(207,204,226)
#D7D4E6
(215,212,230)
#DFDCEA
(223,220,234)
#E7E4EE
(231,228,238)
#EFECF2
(239,236,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A4CE; }

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

This text font color is #A7A4CE.


Background Color

.myBgColor { background-color: #A7A4CE; }

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

This div background color is #A7A4CE.


Border color

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

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

This div border color is #A7A4CE.


Opacity

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

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

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

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

This text has shadow with #A7A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A4CE on black background.


Color preview on white background

This text has color #A7A4CE on white background.



Black color preview on #A7A4CE background

This text has black color on #A7A4CE background.


White color preview on #A7A4CE background

This text has white color on #A7A4CE background.