COLOR #A7AEEC

HEX: #A7AEEC RGB: (167,174,236)

Color info

#A7AEEC contains mainly blue color. Web safe color of #A7AEEC is #9999FF (or #99F).

RGB color model

#A7AEEC color RGB value is (167,174,236).

RGB: (167,174,236) (65%, 68%, 93%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 236 of 255 = 93%

167
174
236

R + G + B ~ 75%. #A7AEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 236 = 577 (100%)
R 167 of 577 ~ 28.94%
G 174 of 577 ~ 30.16%
B 236 of 577 ~ 40.9'%

%28.94
%30.16
%40.9

CMYK color model

#A7AEEC color CMYK value is (29,26,0,7).

  • cyan value is 29.24%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (29,26,0,7)
C29M26Y0K7 (29%, 26%, 0%, 7%)
(0.29 / 0.26 / 0.00 / 0.07)

CMYK percentages

%29.24
%26.27
%0
%7.45

Codes

Color #A7AEEC in popluar color models

A7 AE EC
RGB 167 174 236
HSL 234° 64.49% 79.02%
HSB/HSV 234° 29.24% 92.55%
CMYK 29.24% 26.27% 0.00%
7.45%

Color #A7AEEC in popluar number systems.

HEX A7 AE EC
Decimal 167 174 236
Binary 10100111 10101110 11101100
Octal 247 256 354

Shades and tints

Shades of #A7AEEC

#A7AEEC
(167,174,236)
#989FD7
(152,159,215)
#8990C2
(137,144,194)
#7A81AD
(122,129,173)
#6B7298
(107,114,152)
#5C6383
(92,99,131)
#4D546E
(77,84,110)
#3E4559
(62,69,89)
#2F3644
(47,54,68)
#20272F
(32,39,47)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #A7AEEC

#A7AEEC
(167,174,236)
#AFB5ED
(175,181,237)
#B7BCEE
(183,188,238)
#BFC3EF
(191,195,239)
#C7CAF0
(199,202,240)
#CFD1F1
(207,209,241)
#D7D8F2
(215,216,242)
#DFDFF3
(223,223,243)
#E7E6F4
(231,230,244)
#EFEDF5
(239,237,245)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEEC; }

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

This text font color is #A7AEEC.

Background Color

.myBgColor { background-color: #A7AEEC; }

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

This div background color is #A7AEEC.

Border color

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

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

This div border color is #A7AEEC.

Opacity

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

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

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

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

This text has shadow with #A7AEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEEC.

Preview

Color preview on black background

This text has color #A7AEEC on black background.


Color preview on white background

This text has color #A7AEEC on white background.


Black color preview on #A7AEEC background

This text has black color on #A7AEEC background.


White color preview on #A7AEEC background

This text has white color on #A7AEEC background.


Related colors

Complementary color

Complementary color for #hex is #585113.


I love getcolorcode.com

Triadic colors

1 #ECA7AE and #AEECA7 with #A7AEEC are triadic colors.

2 #ECAEA7 and #AEA7EC with #A7AEEC are triadic colors.