COLOR #A4A7BE

HEX: #A4A7BE
RGB: (164,167,190)

Color info

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

RGB color model

#A4A7BE color RGB value is (164,167,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 190 of 255 = 75%

164
167
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 190 = 521 (100%)
R 164 of 521 ~ 31.48%
G 167 of 521 ~ 32.05%
B 190 of 521 ~ 36.47%

%31.48
%32.05
%36.47

CMYK color model

#A4A7BE color CMYK value is (14,12,0,25).

  • cyan value is 13.68%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,12,0,25)
C14M12Y0K25 
(14%,12%,0%,25%)
(0.14/0.12/0.00/0.25)	

CMYK percentages

%13.68
%12.11
%0
%25.49

Codes

Color #A4A7BE in popluar color models

A4A7BE
RGB164167190
HSL233°16.67%69.41%
HSB/HSV233°13.68%74.51%
CMYK13.68%12.11%0.00%
25.49%

Color #A4A7BE in popluar number systems.

HEXA4A7BE
Decimal164167190
Binary101001001010011110111110
Octal244247276

Shades and tints

Shades of #A4A7BE

#A4A7BE
(164,167,190)
#9698AD
(150,152,173)
#88899C
(136,137,156)
#7A7A8B
(122,122,139)
#6C6B7A
(108,107,122)
#5E5C69
(94,92,105)
#504D58
(80,77,88)
#423E47
(66,62,71)
#342F36
(52,47,54)
#262025
(38,32,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A4A7BE

#A4A7BE
(164,167,190)
#ACAFC3
(172,175,195)
#B4B7C8
(180,183,200)
#BCBFCD
(188,191,205)
#C4C7D2
(196,199,210)
#CCCFD7
(204,207,215)
#D4D7DC
(212,215,220)
#DCDFE1
(220,223,225)
#E4E7E6
(228,231,230)
#ECEFEB
(236,239,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7BE; }

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

This text font color is #A4A7BE.


Background Color

.myBgColor { background-color: #A4A7BE; }

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

This div background color is #A4A7BE.


Border color

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

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

This div border color is #A4A7BE.


Opacity

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

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

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

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

This text has shadow with #A4A7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A7BE on black background.


Color preview on white background

This text has color #A4A7BE on white background.



Black color preview on #A4A7BE background

This text has black color on #A4A7BE background.


White color preview on #A4A7BE background

This text has white color on #A4A7BE background.