COLOR #A4A7BC

HEX: #A4A7BC
RGB: (164,167,188)

Color info

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

RGB color model

#A4A7BC color RGB value is (164,167,188).

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

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 188 of 255 = 74%

164
167
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 188 = 519 (100%)
R 164 of 519 ~ 31.6%
G 167 of 519 ~ 32.18%
B 188 of 519 ~ 36.22%

%31.6
%32.18
%36.22

CMYK color model

#A4A7BC color CMYK value is (13,11,0,26).

  • cyan value is 12.77%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,11,0,26)
C13M11Y0K26 
(13%,11%,0%,26%)
(0.13/0.11/0.00/0.26)	

CMYK percentages

%12.77
%11.17
%0
%26.27

Codes

Color #A4A7BC in popluar color models

A4A7BC
RGB164167188
HSL233°15.19%69.02%
HSB/HSV233°12.77%73.73%
CMYK12.77%11.17%0.00%
26.27%

Color #A4A7BC in popluar number systems.

HEXA4A7BC
Decimal164167188
Binary101001001010011110111100
Octal244247274

Shades and tints

Shades of #A4A7BC

#A4A7BC
(164,167,188)
#9698AB
(150,152,171)
#88899A
(136,137,154)
#7A7A89
(122,122,137)
#6C6B78
(108,107,120)
#5E5C67
(94,92,103)
#504D56
(80,77,86)
#423E45
(66,62,69)
#342F34
(52,47,52)
#262023
(38,32,35)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A4A7BC

#A4A7BC
(164,167,188)
#ACAFC2
(172,175,194)
#B4B7C8
(180,183,200)
#BCBFCE
(188,191,206)
#C4C7D4
(196,199,212)
#CCCFDA
(204,207,218)
#D4D7E0
(212,215,224)
#DCDFE6
(220,223,230)
#E4E7EC
(228,231,236)
#ECEFF2
(236,239,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7BC; }

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

This text font color is #A4A7BC.


Background Color

.myBgColor { background-color: #A4A7BC; }

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

This div background color is #A4A7BC.


Border color

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

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

This div border color is #A4A7BC.


Opacity

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

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

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

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

This text has shadow with #A4A7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A7BC on black background.


Color preview on white background

This text has color #A4A7BC on white background.



Black color preview on #A4A7BC background

This text has black color on #A4A7BC background.


White color preview on #A4A7BC background

This text has white color on #A4A7BC background.