COLOR #A7AED9

HEX: #A7AED9 RGB: (167,174,217)

Color info

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

RGB color model

#A7AED9 color RGB value is (167,174,217).

RGB: (167,174,217) (65%, 68%, 85%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 217 of 255 = 85%

167
174
217

R + G + B ~ 73%. #A7AED9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 217 = 558 (100%)
R 167 of 558 ~ 29.93%
G 174 of 558 ~ 31.18%
B 217 of 558 ~ 38.89'%

%29.93
%31.18
%38.89

CMYK color model

#A7AED9 color CMYK value is (23,20,0,15).

  • cyan value is 23.04%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (23,20,0,15)
C23M20Y0K15 (23%, 20%, 0%, 15%)
(0.23 / 0.20 / 0.00 / 0.15)

CMYK percentages

%23.04
%19.82
%0
%14.9

Codes

Color #A7AED9 in popluar color models

A7 AE D9
RGB 167 174 217
HSL 232° 39.68% 75.29%
HSB/HSV 232° 23.04% 85.10%
CMYK 23.04% 19.82% 0.00%
14.90%

Color #A7AED9 in popluar number systems.

HEX A7 AE D9
Decimal 167 174 217
Binary 10100111 10101110 11011001
Octal 247 256 331

Shades and tints

Shades of #A7AED9

#A7AED9
(167,174,217)
#989FC6
(152,159,198)
#8990B3
(137,144,179)
#7A81A0
(122,129,160)
#6B728D
(107,114,141)
#5C637A
(92,99,122)
#4D5467
(77,84,103)
#3E4554
(62,69,84)
#2F3641
(47,54,65)
#20272E
(32,39,46)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #A7AED9

#A7AED9
(167,174,217)
#AFB5DC
(175,181,220)
#B7BCDF
(183,188,223)
#BFC3E2
(191,195,226)
#C7CAE5
(199,202,229)
#CFD1E8
(207,209,232)
#D7D8EB
(215,216,235)
#DFDFEE
(223,223,238)
#E7E6F1
(231,230,241)
#EFEDF4
(239,237,244)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AED9; }

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

This text font color is #A7AED9.

Background Color

.myBgColor { background-color: #A7AED9; }

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

This div background color is #A7AED9.

Border color

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

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

This div border color is #A7AED9.

Opacity

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

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

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

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

This text has shadow with #A7AED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AED9.

Preview

Color preview on black background

This text has color #A7AED9 on black background.


Color preview on white background

This text has color #A7AED9 on white background.


Black color preview on #A7AED9 background

This text has black color on #A7AED9 background.


White color preview on #A7AED9 background

This text has white color on #A7AED9 background.


Related colors

Complementary color

Complementary color for #hex is #585126.


I love getcolorcode.com

Triadic colors

1 #D9A7AE and #AED9A7 with #A7AED9 are triadic colors.

2 #D9AEA7 and #AEA7D9 with #A7AED9 are triadic colors.