COLOR #A7AEE0

HEX: #A7AEE0 RGB: (167,174,224)

Color info

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

RGB color model

#A7AEE0 color RGB value is (167,174,224).

RGB: (167,174,224) (65%, 68%, 88%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 224 of 255 = 88%

167
174
224

R + G + B ~ 74%. #A7AEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 224 = 565 (100%)
R 167 of 565 ~ 29.56%
G 174 of 565 ~ 30.8%
B 224 of 565 ~ 39.65'%

%29.56
%30.8
%39.65

CMYK color model

#A7AEE0 color CMYK value is (25,22,0,12).

  • cyan value is 25.45%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (25,22,0,12)
C25M22Y0K12 (25%, 22%, 0%, 12%)
(0.25 / 0.22 / 0.00 / 0.12)

CMYK percentages

%25.45
%22.32
%0
%12.16

Codes

Color #A7AEE0 in popluar color models

A7 AE E0
RGB 167 174 224
HSL 233° 47.90% 76.67%
HSB/HSV 233° 25.45% 87.84%
CMYK 25.45% 22.32% 0.00%
12.16%

Color #A7AEE0 in popluar number systems.

HEX A7 AE E0
Decimal 167 174 224
Binary 10100111 10101110 11100000
Octal 247 256 340

Shades and tints

Shades of #A7AEE0

#A7AEE0
(167,174,224)
#989FCC
(152,159,204)
#8990B8
(137,144,184)
#7A81A4
(122,129,164)
#6B7290
(107,114,144)
#5C637C
(92,99,124)
#4D5468
(77,84,104)
#3E4554
(62,69,84)
#2F3640
(47,54,64)
#20272C
(32,39,44)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #A7AEE0

#A7AEE0
(167,174,224)
#AFB5E2
(175,181,226)
#B7BCE4
(183,188,228)
#BFC3E6
(191,195,230)
#C7CAE8
(199,202,232)
#CFD1EA
(207,209,234)
#D7D8EC
(215,216,236)
#DFDFEE
(223,223,238)
#E7E6F0
(231,230,240)
#EFEDF2
(239,237,242)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AEE0 color. Also use rgb(167,174,224) instead hex code.

Text Font Color

.myTextColor { color: #A7AEE0; }

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

This text font color is #A7AEE0.

Background Color

.myBgColor { background-color: #A7AEE0; }

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

This div background color is #A7AEE0.

Border color

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

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

This div border color is #A7AEE0.

Opacity

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

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

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

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

This text has shadow with #A7AEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEE0.

Preview

Color preview on black background

This text has color #A7AEE0 on black background.


Color preview on white background

This text has color #A7AEE0 on white background.


Black color preview on #A7AEE0 background

This text has black color on #A7AEE0 background.


White color preview on #A7AEE0 background

This text has white color on #A7AEE0 background.


Related colors

Complementary color

Complementary color for #hex is #58511F.


I love getcolorcode.com

Triadic colors

1 #E0A7AE and #AEE0A7 with #A7AEE0 are triadic colors.

2 #E0AEA7 and #AEA7E0 with #A7AEE0 are triadic colors.