COLOR #A4A5BC

HEX: #A4A5BC
RGB: (164,165,188)

Color info

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

RGB color model

#A4A5BC color RGB value is (164,165,188).

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

RGB channels and saturation

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

164
165
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 188 = 517 (100%)
R 164 of 517 ~ 31.72%
G 165 of 517 ~ 31.91%
B 188 of 517 ~ 36.36%

%31.72
%31.91
%36.36

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,12,0,26)
C13M12Y0K26 
(13%,12%,0%,26%)
(0.13/0.12/0.00/0.26)	

CMYK percentages

%12.77
%12.23
%0
%26.27

Codes

Color #A4A5BC in popluar color models

A4A5BC
RGB164165188
HSL238°15.19%69.02%
HSB/HSV238°12.77%73.73%
CMYK12.77%12.23%0.00%
26.27%

Color #A4A5BC in popluar number systems.

HEXA4A5BC
Decimal164165188
Binary101001001010010110111100
Octal244245274

Shades and tints

Shades of #A4A5BC

#A4A5BC
(164,165,188)
#9696AB
(150,150,171)
#88879A
(136,135,154)
#7A7889
(122,120,137)
#6C6978
(108,105,120)
#5E5A67
(94,90,103)
#504B56
(80,75,86)
#423C45
(66,60,69)
#342D34
(52,45,52)
#261E23
(38,30,35)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A4A5BC

#A4A5BC
(164,165,188)
#ACADC2
(172,173,194)
#B4B5C8
(180,181,200)
#BCBDCE
(188,189,206)
#C4C5D4
(196,197,212)
#CCCDDA
(204,205,218)
#D4D5E0
(212,213,224)
#DCDDE6
(220,221,230)
#E4E5EC
(228,229,236)
#ECEDF2
(236,237,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A5BC; }

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

This text font color is #A4A5BC.


Background Color

.myBgColor { background-color: #A4A5BC; }

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

This div background color is #A4A5BC.


Border color

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

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

This div border color is #A4A5BC.


Opacity

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

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

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

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

This text has shadow with #A4A5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A5BC on black background.


Color preview on white background

This text has color #A4A5BC on white background.



Black color preview on #A4A5BC background

This text has black color on #A4A5BC background.


White color preview on #A4A5BC background

This text has white color on #A4A5BC background.