COLOR #AAACC7

HEX: #AAACC7
RGB: (170,172,199)

Color info

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

RGB color model

#AAACC7 color RGB value is (170,172,199).

  • red value is 170;
  • green value is 172;
  • blue value is 199.
RGB:
(170,172,199)
(67%,67%,78%)

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 199 of 255 = 78%

170
172
199

R + G + B ~ 71%. #AAACC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 199 = 541 (100%)
R 170 of 541 ~ 31.42%
G 172 of 541 ~ 31.79%
B 199 of 541 ~ 36.78%

%31.42
%31.79
%36.78

CMYK color model

#AAACC7 color CMYK value is (15,14,0,22).

  • cyan value is 14.57%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,14,0,22)
C15M14Y0K22 
(15%,14%,0%,22%)
(0.15/0.14/0.00/0.22)	

CMYK percentages

%14.57
%13.57
%0
%21.96

Codes

Color #AAACC7 in popluar color models

AAACC7
RGB170172199
HSL236°20.57%72.35%
HSB/HSV236°14.57%78.04%
CMYK14.57%13.57%0.00%
21.96%

Color #AAACC7 in popluar number systems.

HEXAAACC7
Decimal170172199
Binary101010101010110011000111
Octal252254307

Shades and tints

Shades of #AAACC7

#AAACC7
(170,172,199)
#9B9DB5
(155,157,181)
#8C8EA3
(140,142,163)
#7D7F91
(125,127,145)
#6E707F
(110,112,127)
#5F616D
(95,97,109)
#50525B
(80,82,91)
#414349
(65,67,73)
#323437
(50,52,55)
#232525
(35,37,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAACC7

#AAACC7
(170,172,199)
#B1B3CC
(177,179,204)
#B8BAD1
(184,186,209)
#BFC1D6
(191,193,214)
#C6C8DB
(198,200,219)
#CDCFE0
(205,207,224)
#D4D6E5
(212,214,229)
#DBDDEA
(219,221,234)
#E2E4EF
(226,228,239)
#E9EBF4
(233,235,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAACC7 color. Also use rgb(170,172,199) instead hex code.

Text Font Color

.myTextColor { color: #AAACC7; }

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

This text font color is #AAACC7.


Background Color

.myBgColor { background-color: #AAACC7; }

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

This div background color is #AAACC7.


Border color

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

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

This div border color is #AAACC7.


Opacity

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

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

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

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

This text has shadow with #AAACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACC7 on black background.


Color preview on white background

This text has color #AAACC7 on white background.



Black color preview on #AAACC7 background

This text has black color on #AAACC7 background.


White color preview on #AAACC7 background

This text has white color on #AAACC7 background.