COLOR #A4A4BC

HEX: #A4A4BC
RGB: (164,164,188)

Color info

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

RGB color model

#A4A4BC color RGB value is (164,164,188).

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

RGB channels and saturation

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

164
164
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 164 + 188 = 516 (100%)
R 164 of 516 ~ 31.78%
G 164 of 516 ~ 31.78%
B 188 of 516 ~ 36.43%

%31.78
%31.78
%36.43

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 12.77%
  • 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
%12.77
%0
%26.27

Codes

Color #A4A4BC in popluar color models

A4A4BC
RGB164164188
HSL240°15.19%69.02%
HSB/HSV240°12.77%73.73%
CMYK12.77%12.77%0.00%
26.27%

Color #A4A4BC in popluar number systems.

HEXA4A4BC
Decimal164164188
Binary101001001010010010111100
Octal244244274

Shades and tints

Shades of #A4A4BC

#A4A4BC
(164,164,188)
#9696AB
(150,150,171)
#88889A
(136,136,154)
#7A7A89
(122,122,137)
#6C6C78
(108,108,120)
#5E5E67
(94,94,103)
#505056
(80,80,86)
#424245
(66,66,69)
#343434
(52,52,52)
#262623
(38,38,35)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4A4BC

#A4A4BC
(164,164,188)
#ACACC2
(172,172,194)
#B4B4C8
(180,180,200)
#BCBCCE
(188,188,206)
#C4C4D4
(196,196,212)
#CCCCDA
(204,204,218)
#D4D4E0
(212,212,224)
#DCDCE6
(220,220,230)
#E4E4EC
(228,228,236)
#ECECF2
(236,236,242)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A4BC; }

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

This text font color is #A4A4BC.


Background Color

.myBgColor { background-color: #A4A4BC; }

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

This div background color is #A4A4BC.


Border color

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

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

This div border color is #A4A4BC.


Opacity

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

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

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

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

This text has shadow with #A4A4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A4BC on black background.


Color preview on white background

This text has color #A4A4BC on white background.



Black color preview on #A4A4BC background

This text has black color on #A4A4BC background.


White color preview on #A4A4BC background

This text has white color on #A4A4BC background.