COLOR #A2A2CC

HEX: #A2A2CC
RGB: (162,162,204)

Color info

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

RGB color model

#A2A2CC color RGB value is (162,162,204).

  • red value is 162;
  • green value is 162;
  • blue value is 204.
RGB:
(162,162,204)
(64%,64%,80%)

RGB channels and saturation

R 162 of 255 = 64%
G 162 of 255 = 64%
B 204 of 255 = 80%

162
162
204

R + G + B ~ 69%. #A2A2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 162 + 204 = 528 (100%)
R 162 of 528 ~ 30.68%
G 162 of 528 ~ 30.68%
B 204 of 528 ~ 38.64%

%30.68
%30.68
%38.64

CMYK color model

#A2A2CC color CMYK value is (21,21,0,20).

  • cyan value is 20.59%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(21,21,0,20)
C21M21Y0K20 
(21%,21%,0%,20%)
(0.21/0.21/0.00/0.20)	

CMYK percentages

%20.59
%20.59
%0
%20

Codes

Color #A2A2CC in popluar color models

A2A2CC
RGB162162204
HSL240°29.17%71.76%
HSB/HSV240°20.59%80.00%
CMYK20.59%20.59%0.00%
20.00%

Color #A2A2CC in popluar number systems.

HEXA2A2CC
Decimal162162204
Binary101000101010001011001100
Octal242242314

Shades and tints

Shades of #A2A2CC

#A2A2CC
(162,162,204)
#9494BA
(148,148,186)
#8686A8
(134,134,168)
#787896
(120,120,150)
#6A6A84
(106,106,132)
#5C5C72
(92,92,114)
#4E4E60
(78,78,96)
#40404E
(64,64,78)
#32323C
(50,50,60)
#24242A
(36,36,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #A2A2CC

#A2A2CC
(162,162,204)
#AAAAD0
(170,170,208)
#B2B2D4
(178,178,212)
#BABAD8
(186,186,216)
#C2C2DC
(194,194,220)
#CACAE0
(202,202,224)
#D2D2E4
(210,210,228)
#DADAE8
(218,218,232)
#E2E2EC
(226,226,236)
#EAEAF0
(234,234,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A2CC color. Also use rgb(162,162,204) instead hex code.

Text Font Color

.myTextColor { color: #A2A2CC; }

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

This text font color is #A2A2CC.


Background Color

.myBgColor { background-color: #A2A2CC; }

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

This div background color is #A2A2CC.


Border color

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

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

This div border color is #A2A2CC.


Opacity

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

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

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

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

This text has shadow with #A2A2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A2CC on black background.


Color preview on white background

This text has color #A2A2CC on white background.



Black color preview on #A2A2CC background

This text has black color on #A2A2CC background.


White color preview on #A2A2CC background

This text has white color on #A2A2CC background.