COLOR #A4AEDB

HEX: #A4AEDB
RGB: (164,174,219)

Color info

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

RGB color model

#A4AEDB color RGB value is (164,174,219).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 219 of 255 = 86%

164
174
219

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 219 = 557 (100%)
R 164 of 557 ~ 29.44%
G 174 of 557 ~ 31.24%
B 219 of 557 ~ 39.32%

%29.44
%31.24
%39.32

CMYK color model

#A4AEDB color CMYK value is (25,21,0,14).

  • cyan value is 25.11%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(25,21,0,14)
C25M21Y0K14 
(25%,21%,0%,14%)
(0.25/0.21/0.00/0.14)	

CMYK percentages

%25.11
%20.55
%0
%14.12

Codes

Color #A4AEDB in popluar color models

A4AEDB
RGB164174219
HSL229°43.31%75.10%
HSB/HSV229°25.11%85.88%
CMYK25.11%20.55%0.00%
14.12%

Color #A4AEDB in popluar number systems.

HEXA4AEDB
Decimal164174219
Binary101001001010111011011011
Octal244256333

Shades and tints

Shades of #A4AEDB

#A4AEDB
(164,174,219)
#969FC8
(150,159,200)
#8890B5
(136,144,181)
#7A81A2
(122,129,162)
#6C728F
(108,114,143)
#5E637C
(94,99,124)
#505469
(80,84,105)
#424556
(66,69,86)
#343643
(52,54,67)
#262730
(38,39,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #A4AEDB

#A4AEDB
(164,174,219)
#ACB5DE
(172,181,222)
#B4BCE1
(180,188,225)
#BCC3E4
(188,195,228)
#C4CAE7
(196,202,231)
#CCD1EA
(204,209,234)
#D4D8ED
(212,216,237)
#DCDFF0
(220,223,240)
#E4E6F3
(228,230,243)
#ECEDF6
(236,237,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEDB; }

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

This text font color is #A4AEDB.


Background Color

.myBgColor { background-color: #A4AEDB; }

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

This div background color is #A4AEDB.


Border color

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

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

This div border color is #A4AEDB.


Opacity

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

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

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

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

This text has shadow with #A4AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEDB on black background.


Color preview on white background

This text has color #A4AEDB on white background.



Black color preview on #A4AEDB background

This text has black color on #A4AEDB background.


White color preview on #A4AEDB background

This text has white color on #A4AEDB background.