COLOR #A4A3BC

HEX: #A4A3BC RGB: (164,163,188)

Color info

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

RGB color model

#A4A3BC color RGB value is (164,163,188).

RGB: (164,163,188) (64%, 64%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 188 of 255 = 74%

164
163
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 163 + 188 = 515 (100%)
R 164 of 515 ~ 31.84%
G 163 of 515 ~ 31.65%
B 188 of 515 ~ 36.5'%

%31.84
%31.65
%36.5

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,13,0,26)
C13M13Y0K26 (13%, 13%, 0%, 26%)
(0.13 / 0.13 / 0.00 / 0.26)

CMYK percentages

%12.77
%13.3
%0
%26.27

Codes

Color #A4A3BC in popluar color models

A4 A3 BC
RGB 164 163 188
HSL 242° 15.72% 68.82%
HSB/HSV 242° 13.30% 73.73%
CMYK 12.77% 13.30% 0.00%
26.27%

Color #A4A3BC in popluar number systems.

HEX A4 A3 BC
Decimal 164 163 188
Binary 10100100 10100011 10111100
Octal 244 243 274

Shades and tints

Shades of #A4A3BC

#A4A3BC
(164,163,188)
#9695AB
(150,149,171)
#88879A
(136,135,154)
#7A7989
(122,121,137)
#6C6B78
(108,107,120)
#5E5D67
(94,93,103)
#504F56
(80,79,86)
#424145
(66,65,69)
#343334
(52,51,52)
#262523
(38,37,35)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4A3BC

#A4A3BC
(164,163,188)
#ACABC2
(172,171,194)
#B4B3C8
(180,179,200)
#BCBBCE
(188,187,206)
#C4C3D4
(196,195,212)
#CCCBDA
(204,203,218)
#D4D3E0
(212,211,224)
#DCDBE6
(220,219,230)
#E4E3EC
(228,227,236)
#ECEBF2
(236,235,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A3BC; }

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

This text font color is #A4A3BC.

Background Color

.myBgColor { background-color: #A4A3BC; }

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

This div background color is #A4A3BC.

Border color

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

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

This div border color is #A4A3BC.

Opacity

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

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

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

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

This text has shadow with #A4A3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A3BC.

Preview

Color preview on black background

This text has color #A4A3BC on black background.


Color preview on white background

This text has color #A4A3BC on white background.


Black color preview on #A4A3BC background

This text has black color on #A4A3BC background.


White color preview on #A4A3BC background

This text has white color on #A4A3BC background.


Related colors

Complementary color

Complementary color for #hex is #5B5C43.


I love getcolorcode.com

Triadic colors

1 #BCA4A3 and #A3BCA4 with #A4A3BC are triadic colors.

2 #BCA3A4 and #A3A4BC with #A4A3BC are triadic colors.