COLOR #A7AEF6

HEX: #A7AEF6 RGB: (167,174,246)

Color info

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

RGB color model

#A7AEF6 color RGB value is (167,174,246).

RGB: (167,174,246) (65%, 68%, 96%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 246 of 255 = 96%

167
174
246

R + G + B ~ 76%. #A7AEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 246 = 587 (100%)
R 167 of 587 ~ 28.45%
G 174 of 587 ~ 29.64%
B 246 of 587 ~ 41.91'%

%28.45
%29.64
%41.91

CMYK color model

#A7AEF6 color CMYK value is (32,29,0,4).

  • cyan value is 32.11%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (32,29,0,4)
C32M29Y0K4 (32%, 29%, 0%, 4%)
(0.32 / 0.29 / 0.00 / 0.04)

CMYK percentages

%32.11
%29.27
%0
%3.53

Codes

Color #A7AEF6 in popluar color models

A7 AE F6
RGB 167 174 246
HSL 235° 81.44% 80.98%
HSB/HSV 235° 32.11% 96.47%
CMYK 32.11% 29.27% 0.00%
3.53%

Color #A7AEF6 in popluar number systems.

HEX A7 AE F6
Decimal 167 174 246
Binary 10100111 10101110 11110110
Octal 247 256 366

Shades and tints

Shades of #A7AEF6

#A7AEF6
(167,174,246)
#989FE0
(152,159,224)
#8990CA
(137,144,202)
#7A81B4
(122,129,180)
#6B729E
(107,114,158)
#5C6388
(92,99,136)
#4D5472
(77,84,114)
#3E455C
(62,69,92)
#2F3646
(47,54,70)
#202730
(32,39,48)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #A7AEF6

#A7AEF6
(167,174,246)
#AFB5F6
(175,181,246)
#B7BCF6
(183,188,246)
#BFC3F6
(191,195,246)
#C7CAF6
(199,202,246)
#CFD1F6
(207,209,246)
#D7D8F6
(215,216,246)
#DFDFF6
(223,223,246)
#E7E6F6
(231,230,246)
#EFEDF6
(239,237,246)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEF6; }

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

This text font color is #A7AEF6.

Background Color

.myBgColor { background-color: #A7AEF6; }

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

This div background color is #A7AEF6.

Border color

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

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

This div border color is #A7AEF6.

Opacity

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

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

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

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

This text has shadow with #A7AEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEF6.

Preview

Color preview on black background

This text has color #A7AEF6 on black background.


Color preview on white background

This text has color #A7AEF6 on white background.


Black color preview on #A7AEF6 background

This text has black color on #A7AEF6 background.


White color preview on #A7AEF6 background

This text has white color on #A7AEF6 background.


Related colors

Complementary color

Complementary color for #hex is #585109.


I love getcolorcode.com

Triadic colors

1 #F6A7AE and #AEF6A7 with #A7AEF6 are triadic colors.

2 #F6AEA7 and #AEA7F6 with #A7AEF6 are triadic colors.