COLOR #A4A3BF

HEX: #A4A3BF
RGB: (164,163,191)

Color info

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

RGB color model

#A4A3BF color RGB value is (164,163,191).

  • red value is 164;
  • green value is 163;
  • blue value is 191.
RGB:
(164,163,191)
(64%,64%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 191 of 255 = 75%

164
163
191

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 191 = 518 (100%)
R 164 of 518 ~ 31.66%
G 163 of 518 ~ 31.47%
B 191 of 518 ~ 36.87%

%31.66
%31.47
%36.87

CMYK color model

#A4A3BF color CMYK value is (14,15,0,25).

  • cyan value is 14.14%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,15,0,25)
C14M15Y0K25 
(14%,15%,0%,25%)
(0.14/0.15/0.00/0.25)	

CMYK percentages

%14.14
%14.66
%0
%25.1

Codes

Color #A4A3BF in popluar color models

A4A3BF
RGB164163191
HSL242°17.95%69.41%
HSB/HSV242°14.66%74.90%
CMYK14.14%14.66%0.00%
25.10%

Color #A4A3BF in popluar number systems.

HEXA4A3BF
Decimal164163191
Binary101001001010001110111111
Octal244243277

Shades and tints

Shades of #A4A3BF

#A4A3BF
(164,163,191)
#9695AE
(150,149,174)
#88879D
(136,135,157)
#7A798C
(122,121,140)
#6C6B7B
(108,107,123)
#5E5D6A
(94,93,106)
#504F59
(80,79,89)
#424148
(66,65,72)
#343337
(52,51,55)
#262526
(38,37,38)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4A3BF

#A4A3BF
(164,163,191)
#ACABC4
(172,171,196)
#B4B3C9
(180,179,201)
#BCBBCE
(188,187,206)
#C4C3D3
(196,195,211)
#CCCBD8
(204,203,216)
#D4D3DD
(212,211,221)
#DCDBE2
(220,219,226)
#E4E3E7
(228,227,231)
#ECEBEC
(236,235,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A3BF color. Also use rgb(164,163,191) instead hex code.

Text Font Color

.myTextColor { color: #A4A3BF; }

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

This text font color is #A4A3BF.


Background Color

.myBgColor { background-color: #A4A3BF; }

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

This div background color is #A4A3BF.


Border color

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

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

This div border color is #A4A3BF.


Opacity

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

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

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

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

This text has shadow with #A4A3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A3BF on black background.


Color preview on white background

This text has color #A4A3BF on white background.



Black color preview on #A4A3BF background

This text has black color on #A4A3BF background.


White color preview on #A4A3BF background

This text has white color on #A4A3BF background.