COLOR #A4AECA

HEX: #A4AECA
RGB: (164,174,202)

Color info

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

RGB color model

#A4AECA color RGB value is (164,174,202).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 202 of 255 = 79%

164
174
202

R + G + B ~ 70%. #A4AECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 202 = 540 (100%)
R 164 of 540 ~ 30.37%
G 174 of 540 ~ 32.22%
B 202 of 540 ~ 37.41%

%30.37
%32.22
%37.41

CMYK color model

#A4AECA color CMYK value is (19,14,0,21).

  • cyan value is 18.81%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,14,0,21)
C19M14Y0K21 
(19%,14%,0%,21%)
(0.19/0.14/0.00/0.21)	

CMYK percentages

%18.81
%13.86
%0
%20.78

Codes

Color #A4AECA in popluar color models

A4AECA
RGB164174202
HSL224°26.39%71.76%
HSB/HSV224°18.81%79.22%
CMYK18.81%13.86%0.00%
20.78%

Color #A4AECA in popluar number systems.

HEXA4AECA
Decimal164174202
Binary101001001010111011001010
Octal244256312

Shades and tints

Shades of #A4AECA

#A4AECA
(164,174,202)
#969FB8
(150,159,184)
#8890A6
(136,144,166)
#7A8194
(122,129,148)
#6C7282
(108,114,130)
#5E6370
(94,99,112)
#50545E
(80,84,94)
#42454C
(66,69,76)
#34363A
(52,54,58)
#262728
(38,39,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #A4AECA

#A4AECA
(164,174,202)
#ACB5CE
(172,181,206)
#B4BCD2
(180,188,210)
#BCC3D6
(188,195,214)
#C4CADA
(196,202,218)
#CCD1DE
(204,209,222)
#D4D8E2
(212,216,226)
#DCDFE6
(220,223,230)
#E4E6EA
(228,230,234)
#ECEDEE
(236,237,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AECA; }

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

This text font color is #A4AECA.


Background Color

.myBgColor { background-color: #A4AECA; }

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

This div background color is #A4AECA.


Border color

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

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

This div border color is #A4AECA.


Opacity

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

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

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

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

This text has shadow with #A4AECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AECA on black background.


Color preview on white background

This text has color #A4AECA on white background.



Black color preview on #A4AECA background

This text has black color on #A4AECA background.


White color preview on #A4AECA background

This text has white color on #A4AECA background.