COLOR #A4AEC6

HEX: #A4AEC6
RGB: (164,174,198)

Color info

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

RGB color model

#A4AEC6 color RGB value is (164,174,198).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 198 of 255 = 78%

164
174
198

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 198 = 536 (100%)
R 164 of 536 ~ 30.6%
G 174 of 536 ~ 32.46%
B 198 of 536 ~ 36.94%

%30.6
%32.46
%36.94

CMYK color model

#A4AEC6 color CMYK value is (17,12,0,22).

  • cyan value is 17.17%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,12,0,22)
C17M12Y0K22 
(17%,12%,0%,22%)
(0.17/0.12/0.00/0.22)	

CMYK percentages

%17.17
%12.12
%0
%22.35

Codes

Color #A4AEC6 in popluar color models

A4AEC6
RGB164174198
HSL222°22.97%70.98%
HSB/HSV222°17.17%77.65%
CMYK17.17%12.12%0.00%
22.35%

Color #A4AEC6 in popluar number systems.

HEXA4AEC6
Decimal164174198
Binary101001001010111011000110
Octal244256306

Shades and tints

Shades of #A4AEC6

#A4AEC6
(164,174,198)
#969FB4
(150,159,180)
#8890A2
(136,144,162)
#7A8190
(122,129,144)
#6C727E
(108,114,126)
#5E636C
(94,99,108)
#50545A
(80,84,90)
#424548
(66,69,72)
#343636
(52,54,54)
#262724
(38,39,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4AEC6

#A4AEC6
(164,174,198)
#ACB5CB
(172,181,203)
#B4BCD0
(180,188,208)
#BCC3D5
(188,195,213)
#C4CADA
(196,202,218)
#CCD1DF
(204,209,223)
#D4D8E4
(212,216,228)
#DCDFE9
(220,223,233)
#E4E6EE
(228,230,238)
#ECEDF3
(236,237,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEC6; }

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

This text font color is #A4AEC6.


Background Color

.myBgColor { background-color: #A4AEC6; }

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

This div background color is #A4AEC6.


Border color

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

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

This div border color is #A4AEC6.


Opacity

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

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

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

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

This text has shadow with #A4AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEC6 on black background.


Color preview on white background

This text has color #A4AEC6 on white background.



Black color preview on #A4AEC6 background

This text has black color on #A4AEC6 background.


White color preview on #A4AEC6 background

This text has white color on #A4AEC6 background.