COLOR #A4A7BA

HEX: #A4A7BA
RGB: (164,167,186)

Color info

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

RGB color model

#A4A7BA color RGB value is (164,167,186).

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

RGB channels and saturation

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

164
167
186

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 186 = 517 (100%)
R 164 of 517 ~ 31.72%
G 167 of 517 ~ 32.3%
B 186 of 517 ~ 35.98%

%31.72
%32.3
%35.98

CMYK color model

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

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

CMYK percentages

%11.83
%10.22
%0
%27.06

Codes

Color #A4A7BA in popluar color models

A4A7BA
RGB164167186
HSL232°13.75%68.63%
HSB/HSV232°11.83%72.94%
CMYK11.83%10.22%0.00%
27.06%

Color #A4A7BA in popluar number systems.

HEXA4A7BA
Decimal164167186
Binary101001001010011110111010
Octal244247272

Shades and tints

Shades of #A4A7BA

#A4A7BA
(164,167,186)
#9698AA
(150,152,170)
#88899A
(136,137,154)
#7A7A8A
(122,122,138)
#6C6B7A
(108,107,122)
#5E5C6A
(94,92,106)
#504D5A
(80,77,90)
#423E4A
(66,62,74)
#342F3A
(52,47,58)
#26202A
(38,32,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #A4A7BA

#A4A7BA
(164,167,186)
#ACAFC0
(172,175,192)
#B4B7C6
(180,183,198)
#BCBFCC
(188,191,204)
#C4C7D2
(196,199,210)
#CCCFD8
(204,207,216)
#D4D7DE
(212,215,222)
#DCDFE4
(220,223,228)
#E4E7EA
(228,231,234)
#ECEFF0
(236,239,240)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7BA; }

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

This text font color is #A4A7BA.


Background Color

.myBgColor { background-color: #A4A7BA; }

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

This div background color is #A4A7BA.


Border color

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

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

This div border color is #A4A7BA.


Opacity

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

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

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

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

This text has shadow with #A4A7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A7BA on black background.


Color preview on white background

This text has color #A4A7BA on white background.



Black color preview on #A4A7BA background

This text has black color on #A4A7BA background.


White color preview on #A4A7BA background

This text has white color on #A4A7BA background.