COLOR #A4A3BE

HEX: #A4A3BE
RGB: (164,163,190)

Color info

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

RGB color model

#A4A3BE color RGB value is (164,163,190).

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

RGB channels and saturation

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

164
163
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 163 + 190 = 517 (100%)
R 164 of 517 ~ 31.72%
G 163 of 517 ~ 31.53%
B 190 of 517 ~ 36.75%

%31.72
%31.53
%36.75

CMYK color model

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

  • cyan value is 13.68%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,14,0,25)
C14M14Y0K25 
(14%,14%,0%,25%)
(0.14/0.14/0.00/0.25)	

CMYK percentages

%13.68
%14.21
%0
%25.49

Codes

Color #A4A3BE in popluar color models

A4A3BE
RGB164163190
HSL242°17.20%69.22%
HSB/HSV242°14.21%74.51%
CMYK13.68%14.21%0.00%
25.49%

Color #A4A3BE in popluar number systems.

HEXA4A3BE
Decimal164163190
Binary101001001010001110111110
Octal244243276

Shades and tints

Shades of #A4A3BE

#A4A3BE
(164,163,190)
#9695AD
(150,149,173)
#88879C
(136,135,156)
#7A798B
(122,121,139)
#6C6B7A
(108,107,122)
#5E5D69
(94,93,105)
#504F58
(80,79,88)
#424147
(66,65,71)
#343336
(52,51,54)
#262525
(38,37,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A4A3BE

#A4A3BE
(164,163,190)
#ACABC3
(172,171,195)
#B4B3C8
(180,179,200)
#BCBBCD
(188,187,205)
#C4C3D2
(196,195,210)
#CCCBD7
(204,203,215)
#D4D3DC
(212,211,220)
#DCDBE1
(220,219,225)
#E4E3E6
(228,227,230)
#ECEBEB
(236,235,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A3BE; }

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

This text font color is #A4A3BE.


Background Color

.myBgColor { background-color: #A4A3BE; }

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

This div background color is #A4A3BE.


Border color

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

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

This div border color is #A4A3BE.


Opacity

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

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

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

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

This text has shadow with #A4A3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A3BE on black background.


Color preview on white background

This text has color #A4A3BE on white background.



Black color preview on #A4A3BE background

This text has black color on #A4A3BE background.


White color preview on #A4A3BE background

This text has white color on #A4A3BE background.