COLOR #AEA4C2

HEX: #AEA4C2 RGB: (174,164,194)

Color info

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

RGB color model

#AEA4C2 color RGB value is (174,164,194).

RGB: (174,164,194) (68%, 64%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 194 of 255 = 76%

174
164
194

R + G + B ~ 69%. #AEA4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 194 = 532 (100%)
R 174 of 532 ~ 32.71%
G 164 of 532 ~ 30.83%
B 194 of 532 ~ 36.47'%

%32.71
%30.83
%36.47

CMYK color model

#AEA4C2 color CMYK value is (10,15,0,24).

  • cyan value is 10.31%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (10,15,0,24)
C10M15Y0K24 (10%, 15%, 0%, 24%)
(0.10 / 0.15 / 0.00 / 0.24)

CMYK percentages

%10.31
%15.46
%0
%23.92

Codes

Color #AEA4C2 in popluar color models

AE A4 C2
RGB 174 164 194
HSL 260° 19.74% 70.20%
HSB/HSV 260° 15.46% 76.08%
CMYK 10.31% 15.46% 0.00%
23.92%

Color #AEA4C2 in popluar number systems.

HEX AE A4 C2
Decimal 174 164 194
Binary 10101110 10100100 11000010
Octal 256 244 302

Shades and tints

Shades of #AEA4C2

#AEA4C2
(174,164,194)
#9F96B1
(159,150,177)
#9088A0
(144,136,160)
#817A8F
(129,122,143)
#726C7E
(114,108,126)
#635E6D
(99,94,109)
#54505C
(84,80,92)
#45424B
(69,66,75)
#36343A
(54,52,58)
#272629
(39,38,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEA4C2

#AEA4C2
(174,164,194)
#B5ACC7
(181,172,199)
#BCB4CC
(188,180,204)
#C3BCD1
(195,188,209)
#CAC4D6
(202,196,214)
#D1CCDB
(209,204,219)
#D8D4E0
(216,212,224)
#DFDCE5
(223,220,229)
#E6E4EA
(230,228,234)
#EDECEF
(237,236,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4C2; }

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

This text font color is #AEA4C2.

Background Color

.myBgColor { background-color: #AEA4C2; }

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

This div background color is #AEA4C2.

Border color

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

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

This div border color is #AEA4C2.

Opacity

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

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

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

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

This text has shadow with #AEA4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA4C2.

Preview

Color preview on black background

This text has color #AEA4C2 on black background.


Color preview on white background

This text has color #AEA4C2 on white background.


Black color preview on #AEA4C2 background

This text has black color on #AEA4C2 background.


White color preview on #AEA4C2 background

This text has white color on #AEA4C2 background.


Related colors

Complementary color

Complementary color for #hex is #515B3D.


I love getcolorcode.com

Triadic colors

1 #C2AEA4 and #A4C2AE with #AEA4C2 are triadic colors.

2 #C2A4AE and #A4AEC2 with #AEA4C2 are triadic colors.