COLOR #A4AADC

HEX: #A4AADC
RGB: (164,170,220)

Color info

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

RGB color model

#A4AADC color RGB value is (164,170,220).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 220 of 255 = 86%

164
170
220

R + G + B ~ 72%. #A4AADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 220 = 554 (100%)
R 164 of 554 ~ 29.6%
G 170 of 554 ~ 30.69%
B 220 of 554 ~ 39.71%

%29.6
%30.69
%39.71

CMYK color model

#A4AADC color CMYK value is (25,23,0,14).

  • cyan value is 25.45%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,23,0,14)
C25M23Y0K14 
(25%,23%,0%,14%)
(0.25/0.23/0.00/0.14)	

CMYK percentages

%25.45
%22.73
%0
%13.73

Codes

Color #A4AADC in popluar color models

A4AADC
RGB164170220
HSL234°44.44%75.29%
HSB/HSV234°25.45%86.27%
CMYK25.45%22.73%0.00%
13.73%

Color #A4AADC in popluar number systems.

HEXA4AADC
Decimal164170220
Binary101001001010101011011100
Octal244252334

Shades and tints

Shades of #A4AADC

#A4AADC
(164,170,220)
#969BC8
(150,155,200)
#888CB4
(136,140,180)
#7A7DA0
(122,125,160)
#6C6E8C
(108,110,140)
#5E5F78
(94,95,120)
#505064
(80,80,100)
#424150
(66,65,80)
#34323C
(52,50,60)
#262328
(38,35,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4AADC

#A4AADC
(164,170,220)
#ACB1DF
(172,177,223)
#B4B8E2
(180,184,226)
#BCBFE5
(188,191,229)
#C4C6E8
(196,198,232)
#CCCDEB
(204,205,235)
#D4D4EE
(212,212,238)
#DCDBF1
(220,219,241)
#E4E2F4
(228,226,244)
#ECE9F7
(236,233,247)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AADC; }

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

This text font color is #A4AADC.


Background Color

.myBgColor { background-color: #A4AADC; }

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

This div background color is #A4AADC.


Border color

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

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

This div border color is #A4AADC.


Opacity

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

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

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

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

This text has shadow with #A4AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AADC on black background.


Color preview on white background

This text has color #A4AADC on white background.



Black color preview on #A4AADC background

This text has black color on #A4AADC background.


White color preview on #A4AADC background

This text has white color on #A4AADC background.