COLOR #AEA4C6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
164
198

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

Portions of RGB colors in percentages

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

%32.46
%30.6
%36.94

CMYK color model

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

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

CMYK percentages

%12.12
%17.17
%0
%22.35

Codes

Color #AEA4C6 in popluar color models

AEA4C6
RGB174164198
HSL258°22.97%70.98%
HSB/HSV258°17.17%77.65%
CMYK12.12%17.17%0.00%
22.35%

Color #AEA4C6 in popluar number systems.

HEXAEA4C6
Decimal174164198
Binary101011101010010011000110
Octal256244306

Shades and tints

Shades of #AEA4C6

#AEA4C6
(174,164,198)
#9F96B4
(159,150,180)
#9088A2
(144,136,162)
#817A90
(129,122,144)
#726C7E
(114,108,126)
#635E6C
(99,94,108)
#54505A
(84,80,90)
#454248
(69,66,72)
#363436
(54,52,54)
#272624
(39,38,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEA4C6

#AEA4C6
(174,164,198)
#B5ACCB
(181,172,203)
#BCB4D0
(188,180,208)
#C3BCD5
(195,188,213)
#CAC4DA
(202,196,218)
#D1CCDF
(209,204,223)
#D8D4E4
(216,212,228)
#DFDCE9
(223,220,233)
#E6E4EE
(230,228,238)
#EDECF3
(237,236,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4C6; }

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

This text font color is #AEA4C6.


Background Color

.myBgColor { background-color: #AEA4C6; }

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

This div background color is #AEA4C6.


Border color

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

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

This div border color is #AEA4C6.


Opacity

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

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

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

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

This text has shadow with #AEA4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA4C6 on black background.


Color preview on white background

This text has color #AEA4C6 on white background.



Black color preview on #AEA4C6 background

This text has black color on #AEA4C6 background.


White color preview on #AEA4C6 background

This text has white color on #AEA4C6 background.