COLOR #A4AABC

HEX: #A4AABC
RGB: (164,170,188)

Color info

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

RGB color model

#A4AABC color RGB value is (164,170,188).

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

RGB channels and saturation

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

164
170
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 188 = 522 (100%)
R 164 of 522 ~ 31.42%
G 170 of 522 ~ 32.57%
B 188 of 522 ~ 36.02%

%31.42
%32.57
%36.02

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,10,0,26)
C13M10Y0K26 
(13%,10%,0%,26%)
(0.13/0.10/0.00/0.26)	

CMYK percentages

%12.77
%9.57
%0
%26.27

Codes

Color #A4AABC in popluar color models

A4AABC
RGB164170188
HSL225°15.19%69.02%
HSB/HSV225°12.77%73.73%
CMYK12.77%9.57%0.00%
26.27%

Color #A4AABC in popluar number systems.

HEXA4AABC
Decimal164170188
Binary101001001010101010111100
Octal244252274

Shades and tints

Shades of #A4AABC

#A4AABC
(164,170,188)
#969BAB
(150,155,171)
#888C9A
(136,140,154)
#7A7D89
(122,125,137)
#6C6E78
(108,110,120)
#5E5F67
(94,95,103)
#505056
(80,80,86)
#424145
(66,65,69)
#343234
(52,50,52)
#262323
(38,35,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4AABC

#A4AABC
(164,170,188)
#ACB1C2
(172,177,194)
#B4B8C8
(180,184,200)
#BCBFCE
(188,191,206)
#C4C6D4
(196,198,212)
#CCCDDA
(204,205,218)
#D4D4E0
(212,212,224)
#DCDBE6
(220,219,230)
#E4E2EC
(228,226,236)
#ECE9F2
(236,233,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AABC; }

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

This text font color is #A4AABC.


Background Color

.myBgColor { background-color: #A4AABC; }

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

This div background color is #A4AABC.


Border color

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

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

This div border color is #A4AABC.


Opacity

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

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

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

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

This text has shadow with #A4AABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AABC on black background.


Color preview on white background

This text has color #A4AABC on white background.



Black color preview on #A4AABC background

This text has black color on #A4AABC background.


White color preview on #A4AABC background

This text has white color on #A4AABC background.