COLOR #AAA4CA

HEX: #AAA4CA
RGB: (170,164,202)

Color info

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

RGB color model

#AAA4CA color RGB value is (170,164,202).

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

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 202 of 255 = 79%

170
164
202

R + G + B ~ 70%. #AAA4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 202 = 536 (100%)
R 170 of 536 ~ 31.72%
G 164 of 536 ~ 30.6%
B 202 of 536 ~ 37.69%

%31.72
%30.6
%37.69

CMYK color model

#AAA4CA color CMYK value is (16,19,0,21).

  • cyan value is 15.84%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,19,0,21)
C16M19Y0K21 
(16%,19%,0%,21%)
(0.16/0.19/0.00/0.21)	

CMYK percentages

%15.84
%18.81
%0
%20.78

Codes

Color #AAA4CA in popluar color models

AAA4CA
RGB170164202
HSL249°26.39%71.76%
HSB/HSV249°18.81%79.22%
CMYK15.84%18.81%0.00%
20.78%

Color #AAA4CA in popluar number systems.

HEXAAA4CA
Decimal170164202
Binary101010101010010011001010
Octal252244312

Shades and tints

Shades of #AAA4CA

#AAA4CA
(170,164,202)
#9B96B8
(155,150,184)
#8C88A6
(140,136,166)
#7D7A94
(125,122,148)
#6E6C82
(110,108,130)
#5F5E70
(95,94,112)
#50505E
(80,80,94)
#41424C
(65,66,76)
#32343A
(50,52,58)
#232628
(35,38,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAA4CA

#AAA4CA
(170,164,202)
#B1ACCE
(177,172,206)
#B8B4D2
(184,180,210)
#BFBCD6
(191,188,214)
#C6C4DA
(198,196,218)
#CDCCDE
(205,204,222)
#D4D4E2
(212,212,226)
#DBDCE6
(219,220,230)
#E2E4EA
(226,228,234)
#E9ECEE
(233,236,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA4CA; }

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

This text font color is #AAA4CA.


Background Color

.myBgColor { background-color: #AAA4CA; }

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

This div background color is #AAA4CA.


Border color

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

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

This div border color is #AAA4CA.


Opacity

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

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

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

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

This text has shadow with #AAA4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA4CA on black background.


Color preview on white background

This text has color #AAA4CA on white background.



Black color preview on #AAA4CA background

This text has black color on #AAA4CA background.


White color preview on #AAA4CA background

This text has white color on #AAA4CA background.