COLOR #A4A8BC

HEX: #A4A8BC
RGB: (164,168,188)

Color info

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

RGB color model

#A4A8BC color RGB value is (164,168,188).

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

RGB channels and saturation

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

164
168
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 168 + 188 = 520 (100%)
R 164 of 520 ~ 31.54%
G 168 of 520 ~ 32.31%
B 188 of 520 ~ 36.15%

%31.54
%32.31
%36.15

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,11,0,26)
C13M11Y0K26 
(13%,11%,0%,26%)
(0.13/0.11/0.00/0.26)	

CMYK percentages

%12.77
%10.64
%0
%26.27

Codes

Color #A4A8BC in popluar color models

A4A8BC
RGB164168188
HSL230°15.19%69.02%
HSB/HSV230°12.77%73.73%
CMYK12.77%10.64%0.00%
26.27%

Color #A4A8BC in popluar number systems.

HEXA4A8BC
Decimal164168188
Binary101001001010100010111100
Octal244250274

Shades and tints

Shades of #A4A8BC

#A4A8BC
(164,168,188)
#9699AB
(150,153,171)
#888A9A
(136,138,154)
#7A7B89
(122,123,137)
#6C6C78
(108,108,120)
#5E5D67
(94,93,103)
#504E56
(80,78,86)
#423F45
(66,63,69)
#343034
(52,48,52)
#262123
(38,33,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #A4A8BC

#A4A8BC
(164,168,188)
#ACAFC2
(172,175,194)
#B4B6C8
(180,182,200)
#BCBDCE
(188,189,206)
#C4C4D4
(196,196,212)
#CCCBDA
(204,203,218)
#D4D2E0
(212,210,224)
#DCD9E6
(220,217,230)
#E4E0EC
(228,224,236)
#ECE7F2
(236,231,242)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A8BC; }

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

This text font color is #A4A8BC.


Background Color

.myBgColor { background-color: #A4A8BC; }

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

This div background color is #A4A8BC.


Border color

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

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

This div border color is #A4A8BC.


Opacity

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

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

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

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

This text has shadow with #A4A8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A8BC on black background.


Color preview on white background

This text has color #A4A8BC on white background.



Black color preview on #A4A8BC background

This text has black color on #A4A8BC background.


White color preview on #A4A8BC background

This text has white color on #A4A8BC background.