COLOR #A4AEDA

HEX: #A4AEDA
RGB: (164,174,218)

Color info

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

RGB color model

#A4AEDA color RGB value is (164,174,218).

  • red value is 164;
  • green value is 174;
  • blue value is 218.
RGB:
(164,174,218)
(64%,68%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 218 of 255 = 85%

164
174
218

R + G + B ~ 72%. #A4AEDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 218 = 556 (100%)
R 164 of 556 ~ 29.5%
G 174 of 556 ~ 31.29%
B 218 of 556 ~ 39.21%

%29.5
%31.29
%39.21

CMYK color model

#A4AEDA color CMYK value is (25,20,0,15).

  • cyan value is 24.77%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,20,0,15)
C25M20Y0K15 
(25%,20%,0%,15%)
(0.25/0.20/0.00/0.15)	

CMYK percentages

%24.77
%20.18
%0
%14.51

Codes

Color #A4AEDA in popluar color models

A4AEDA
RGB164174218
HSL229°42.19%74.90%
HSB/HSV229°24.77%85.49%
CMYK24.77%20.18%0.00%
14.51%

Color #A4AEDA in popluar number systems.

HEXA4AEDA
Decimal164174218
Binary101001001010111011011010
Octal244256332

Shades and tints

Shades of #A4AEDA

#A4AEDA
(164,174,218)
#969FC7
(150,159,199)
#8890B4
(136,144,180)
#7A81A1
(122,129,161)
#6C728E
(108,114,142)
#5E637B
(94,99,123)
#505468
(80,84,104)
#424555
(66,69,85)
#343642
(52,54,66)
#26272F
(38,39,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #A4AEDA

#A4AEDA
(164,174,218)
#ACB5DD
(172,181,221)
#B4BCE0
(180,188,224)
#BCC3E3
(188,195,227)
#C4CAE6
(196,202,230)
#CCD1E9
(204,209,233)
#D4D8EC
(212,216,236)
#DCDFEF
(220,223,239)
#E4E6F2
(228,230,242)
#ECEDF5
(236,237,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AEDA color. Also use rgb(164,174,218) instead hex code.

Text Font Color

.myTextColor { color: #A4AEDA; }

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

This text font color is #A4AEDA.


Background Color

.myBgColor { background-color: #A4AEDA; }

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

This div background color is #A4AEDA.


Border color

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

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

This div border color is #A4AEDA.


Opacity

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

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

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

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

This text has shadow with #A4AEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEDA on black background.


Color preview on white background

This text has color #A4AEDA on white background.



Black color preview on #A4AEDA background

This text has black color on #A4AEDA background.


White color preview on #A4AEDA background

This text has white color on #A4AEDA background.