COLOR #AEA5C2

HEX: #AEA5C2 RGB: (174,165,194)

Color info

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

RGB color model

#AEA5C2 color RGB value is (174,165,194).

RGB: (174,165,194) (68%, 65%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 194 of 255 = 76%

174
165
194

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 194 = 533 (100%)
R 174 of 533 ~ 32.65%
G 165 of 533 ~ 30.96%
B 194 of 533 ~ 36.4'%

%32.65
%30.96
%36.4

CMYK color model

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

  • cyan value is 10.31%
  • magenta value is 14.95%
  • 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
%14.95
%0
%23.92

Codes

Color #AEA5C2 in popluar color models

AE A5 C2
RGB 174 165 194
HSL 259° 19.21% 70.39%
HSB/HSV 259° 14.95% 76.08%
CMYK 10.31% 14.95% 0.00%
23.92%

Color #AEA5C2 in popluar number systems.

HEX AE A5 C2
Decimal 174 165 194
Binary 10101110 10100101 11000010
Octal 256 245 302

Shades and tints

Shades of #AEA5C2

#AEA5C2
(174,165,194)
#9F96B1
(159,150,177)
#9087A0
(144,135,160)
#81788F
(129,120,143)
#72697E
(114,105,126)
#635A6D
(99,90,109)
#544B5C
(84,75,92)
#453C4B
(69,60,75)
#362D3A
(54,45,58)
#271E29
(39,30,41)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #AEA5C2

#AEA5C2
(174,165,194)
#B5ADC7
(181,173,199)
#BCB5CC
(188,181,204)
#C3BDD1
(195,189,209)
#CAC5D6
(202,197,214)
#D1CDDB
(209,205,219)
#D8D5E0
(216,213,224)
#DFDDE5
(223,221,229)
#E6E5EA
(230,229,234)
#EDEDEF
(237,237,239)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5C2; }

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

This text font color is #AEA5C2.

Background Color

.myBgColor { background-color: #AEA5C2; }

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

This div background color is #AEA5C2.

Border color

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

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

This div border color is #AEA5C2.

Opacity

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

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

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

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

This text has shadow with #AEA5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA5C2.

Preview

Color preview on black background

This text has color #AEA5C2 on black background.


Color preview on white background

This text has color #AEA5C2 on white background.


Black color preview on #AEA5C2 background

This text has black color on #AEA5C2 background.


White color preview on #AEA5C2 background

This text has white color on #AEA5C2 background.


Related colors

Complementary color

Complementary color for #hex is #515A3D.


I love getcolorcode.com

Triadic colors

1 #C2AEA5 and #A5C2AE with #AEA5C2 are triadic colors.

2 #C2A5AE and #A5AEC2 with #AEA5C2 are triadic colors.