COLOR #A7A5BC

HEX: #A7A5BC
RGB: (167,165,188)

Color info

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

RGB color model

#A7A5BC color RGB value is (167,165,188).

  • red value is 167;
  • green value is 165;
  • blue value is 188.
RGB:
(167,165,188)
(65%,65%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 188 of 255 = 74%

167
165
188

R + G + B ~ 68%. #A7A5BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 165 + 188 = 520 (100%)
R 167 of 520 ~ 32.12%
G 165 of 520 ~ 31.73%
B 188 of 520 ~ 36.15%

%32.12
%31.73
%36.15

CMYK color model

#A7A5BC color CMYK value is (11,12,0,26).

  • cyan value is 11.17%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,12,0,26)
C11M12Y0K26 
(11%,12%,0%,26%)
(0.11/0.12/0.00/0.26)	

CMYK percentages

%11.17
%12.23
%0
%26.27

Codes

Color #A7A5BC in popluar color models

A7A5BC
RGB167165188
HSL245°14.65%69.22%
HSB/HSV245°12.23%73.73%
CMYK11.17%12.23%0.00%
26.27%

Color #A7A5BC in popluar number systems.

HEXA7A5BC
Decimal167165188
Binary101001111010010110111100
Octal247245274

Shades and tints

Shades of #A7A5BC

#A7A5BC
(167,165,188)
#9896AB
(152,150,171)
#89879A
(137,135,154)
#7A7889
(122,120,137)
#6B6978
(107,105,120)
#5C5A67
(92,90,103)
#4D4B56
(77,75,86)
#3E3C45
(62,60,69)
#2F2D34
(47,45,52)
#201E23
(32,30,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A7A5BC

#A7A5BC
(167,165,188)
#AFADC2
(175,173,194)
#B7B5C8
(183,181,200)
#BFBDCE
(191,189,206)
#C7C5D4
(199,197,212)
#CFCDDA
(207,205,218)
#D7D5E0
(215,213,224)
#DFDDE6
(223,221,230)
#E7E5EC
(231,229,236)
#EFEDF2
(239,237,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A5BC; }

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

This text font color is #A7A5BC.


Background Color

.myBgColor { background-color: #A7A5BC; }

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

This div background color is #A7A5BC.


Border color

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

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

This div border color is #A7A5BC.


Opacity

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

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

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

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

This text has shadow with #A7A5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A5BC on black background.


Color preview on white background

This text has color #A7A5BC on white background.



Black color preview on #A7A5BC background

This text has black color on #A7A5BC background.


White color preview on #A7A5BC background

This text has white color on #A7A5BC background.