COLOR #A7AEDC

HEX: #A7AEDC RGB: (167,174,220)

Color info

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

RGB color model

#A7AEDC color RGB value is (167,174,220).

RGB: (167,174,220) (65%, 68%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 220 of 255 = 86%

167
174
220

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

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 220 = 561 (100%)
R 167 of 561 ~ 29.77%
G 174 of 561 ~ 31.02%
B 220 of 561 ~ 39.22'%

%29.77
%31.02
%39.22

CMYK color model

#A7AEDC color CMYK value is (24,21,0,14).

  • cyan value is 24.09%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (24,21,0,14)
C24M21Y0K14 (24%, 21%, 0%, 14%)
(0.24 / 0.21 / 0.00 / 0.14)

CMYK percentages

%24.09
%20.91
%0
%13.73

Codes

Color #A7AEDC in popluar color models

A7 AE DC
RGB 167 174 220
HSL 232° 43.09% 75.88%
HSB/HSV 232° 24.09% 86.27%
CMYK 24.09% 20.91% 0.00%
13.73%

Color #A7AEDC in popluar number systems.

HEX A7 AE DC
Decimal 167 174 220
Binary 10100111 10101110 11011100
Octal 247 256 334

Shades and tints

Shades of #A7AEDC

#A7AEDC
(167,174,220)
#989FC8
(152,159,200)
#8990B4
(137,144,180)
#7A81A0
(122,129,160)
#6B728C
(107,114,140)
#5C6378
(92,99,120)
#4D5464
(77,84,100)
#3E4550
(62,69,80)
#2F363C
(47,54,60)
#202728
(32,39,40)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7AEDC

#A7AEDC
(167,174,220)
#AFB5DF
(175,181,223)
#B7BCE2
(183,188,226)
#BFC3E5
(191,195,229)
#C7CAE8
(199,202,232)
#CFD1EB
(207,209,235)
#D7D8EE
(215,216,238)
#DFDFF1
(223,223,241)
#E7E6F4
(231,230,244)
#EFEDF7
(239,237,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEDC; }

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

This text font color is #A7AEDC.

Background Color

.myBgColor { background-color: #A7AEDC; }

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

This div background color is #A7AEDC.

Border color

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

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

This div border color is #A7AEDC.

Opacity

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

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

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

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

This text has shadow with #A7AEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEDC.

Preview

Color preview on black background

This text has color #A7AEDC on black background.


Color preview on white background

This text has color #A7AEDC on white background.


Black color preview on #A7AEDC background

This text has black color on #A7AEDC background.


White color preview on #A7AEDC background

This text has white color on #A7AEDC background.


Related colors

Complementary color

Complementary color for #hex is #585123.


I love getcolorcode.com

Triadic colors

1 #DCA7AE and #AEDCA7 with #A7AEDC are triadic colors.

2 #DCAEA7 and #AEA7DC with #A7AEDC are triadic colors.