COLOR #A7AEDE

HEX: #A7AEDE
RGB: (167,174,222)

Color info

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

RGB color model

#A7AEDE color RGB value is (167,174,222).

  • red value is 167;
  • green value is 174;
  • blue value is 222.
RGB:
(167,174,222)
(65%,68%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 222 of 255 = 87%

167
174
222

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

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 222 = 563 (100%)
R 167 of 563 ~ 29.66%
G 174 of 563 ~ 30.91%
B 222 of 563 ~ 39.43%

%29.66
%30.91
%39.43

CMYK color model

#A7AEDE color CMYK value is (25,22,0,13).

  • cyan value is 24.77%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,22,0,13)
C25M22Y0K13 
(25%,22%,0%,13%)
(0.25/0.22/0.00/0.13)	

CMYK percentages

%24.77
%21.62
%0
%12.94

Codes

Color #A7AEDE in popluar color models

A7AEDE
RGB167174222
HSL232°45.45%76.27%
HSB/HSV232°24.77%87.06%
CMYK24.77%21.62%0.00%
12.94%

Color #A7AEDE in popluar number systems.

HEXA7AEDE
Decimal167174222
Binary101001111010111011011110
Octal247256336

Shades and tints

Shades of #A7AEDE

#A7AEDE
(167,174,222)
#989FCA
(152,159,202)
#8990B6
(137,144,182)
#7A81A2
(122,129,162)
#6B728E
(107,114,142)
#5C637A
(92,99,122)
#4D5466
(77,84,102)
#3E4552
(62,69,82)
#2F363E
(47,54,62)
#20272A
(32,39,42)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #A7AEDE

#A7AEDE
(167,174,222)
#AFB5E1
(175,181,225)
#B7BCE4
(183,188,228)
#BFC3E7
(191,195,231)
#C7CAEA
(199,202,234)
#CFD1ED
(207,209,237)
#D7D8F0
(215,216,240)
#DFDFF3
(223,223,243)
#E7E6F6
(231,230,246)
#EFEDF9
(239,237,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEDE; }

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

This text font color is #A7AEDE.


Background Color

.myBgColor { background-color: #A7AEDE; }

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

This div background color is #A7AEDE.


Border color

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

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

This div border color is #A7AEDE.


Opacity

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

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

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

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

This text has shadow with #A7AEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AEDE on black background.


Color preview on white background

This text has color #A7AEDE on white background.



Black color preview on #A7AEDE background

This text has black color on #A7AEDE background.


White color preview on #A7AEDE background

This text has white color on #A7AEDE background.