COLOR #AAA7CE

HEX: #AAA7CE
RGB: (170,167,206)

Color info

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

RGB color model

#AAA7CE color RGB value is (170,167,206).

  • red value is 170;
  • green value is 167;
  • blue value is 206.
RGB:
(170,167,206)
(67%,65%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 206 of 255 = 81%

170
167
206

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 206 = 543 (100%)
R 170 of 543 ~ 31.31%
G 167 of 543 ~ 30.76%
B 206 of 543 ~ 37.94%

%31.31
%30.76
%37.94

CMYK color model

#AAA7CE color CMYK value is (17,19,0,19).

  • cyan value is 17.48%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,19,0,19)
C17M19Y0K19 
(17%,19%,0%,19%)
(0.17/0.19/0.00/0.19)	

CMYK percentages

%17.48
%18.93
%0
%19.22

Codes

Color #AAA7CE in popluar color models

AAA7CE
RGB170167206
HSL245°28.47%73.14%
HSB/HSV245°18.93%80.78%
CMYK17.48%18.93%0.00%
19.22%

Color #AAA7CE in popluar number systems.

HEXAAA7CE
Decimal170167206
Binary101010101010011111001110
Octal252247316

Shades and tints

Shades of #AAA7CE

#AAA7CE
(170,167,206)
#9B98BC
(155,152,188)
#8C89AA
(140,137,170)
#7D7A98
(125,122,152)
#6E6B86
(110,107,134)
#5F5C74
(95,92,116)
#504D62
(80,77,98)
#413E50
(65,62,80)
#322F3E
(50,47,62)
#23202C
(35,32,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #AAA7CE

#AAA7CE
(170,167,206)
#B1AFD2
(177,175,210)
#B8B7D6
(184,183,214)
#BFBFDA
(191,191,218)
#C6C7DE
(198,199,222)
#CDCFE2
(205,207,226)
#D4D7E6
(212,215,230)
#DBDFEA
(219,223,234)
#E2E7EE
(226,231,238)
#E9EFF2
(233,239,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA7CE color. Also use rgb(170,167,206) instead hex code.

Text Font Color

.myTextColor { color: #AAA7CE; }

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

This text font color is #AAA7CE.


Background Color

.myBgColor { background-color: #AAA7CE; }

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

This div background color is #AAA7CE.


Border color

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

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

This div border color is #AAA7CE.


Opacity

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

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

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

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

This text has shadow with #AAA7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7CE on black background.


Color preview on white background

This text has color #AAA7CE on white background.



Black color preview on #AAA7CE background

This text has black color on #AAA7CE background.


White color preview on #AAA7CE background

This text has white color on #AAA7CE background.