COLOR #AEA5C5

HEX: #AEA5C5 RGB: (174,165,197)

Color info

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

RGB color model

#AEA5C5 color RGB value is (174,165,197).

RGB: (174,165,197) (68%, 65%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 197 of 255 = 77%

174
165
197

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 197 = 536 (100%)
R 174 of 536 ~ 32.46%
G 165 of 536 ~ 30.78%
B 197 of 536 ~ 36.75'%

%32.46
%30.78
%36.75

CMYK color model

#AEA5C5 color CMYK value is (12,16,0,23).

  • cyan value is 11.68%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (12,16,0,23)
C12M16Y0K23 (12%, 16%, 0%, 23%)
(0.12 / 0.16 / 0.00 / 0.23)

CMYK percentages

%11.68
%16.24
%0
%22.75

Codes

Color #AEA5C5 in popluar color models

AE A5 C5
RGB 174 165 197
HSL 257° 21.62% 70.98%
HSB/HSV 257° 16.24% 77.25%
CMYK 11.68% 16.24% 0.00%
22.75%

Color #AEA5C5 in popluar number systems.

HEX AE A5 C5
Decimal 174 165 197
Binary 10101110 10100101 11000101
Octal 256 245 305

Shades and tints

Shades of #AEA5C5

#AEA5C5
(174,165,197)
#9F96B4
(159,150,180)
#9087A3
(144,135,163)
#817892
(129,120,146)
#726981
(114,105,129)
#635A70
(99,90,112)
#544B5F
(84,75,95)
#453C4E
(69,60,78)
#362D3D
(54,45,61)
#271E2C
(39,30,44)
#180F1B
(24,15,27)
#000000
(0,0,0)

Tints of #AEA5C5

#AEA5C5
(174,165,197)
#B5ADCA
(181,173,202)
#BCB5CF
(188,181,207)
#C3BDD4
(195,189,212)
#CAC5D9
(202,197,217)
#D1CDDE
(209,205,222)
#D8D5E3
(216,213,227)
#DFDDE8
(223,221,232)
#E6E5ED
(230,229,237)
#EDEDF2
(237,237,242)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5C5; }

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

This text font color is #AEA5C5.

Background Color

.myBgColor { background-color: #AEA5C5; }

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

This div background color is #AEA5C5.

Border color

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

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

This div border color is #AEA5C5.

Opacity

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

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

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

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

This text has shadow with #AEA5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA5C5.

Preview

Color preview on black background

This text has color #AEA5C5 on black background.


Color preview on white background

This text has color #AEA5C5 on white background.


Black color preview on #AEA5C5 background

This text has black color on #AEA5C5 background.


White color preview on #AEA5C5 background

This text has white color on #AEA5C5 background.


Related colors

Complementary color

Complementary color for #hex is #515A3A.


I love getcolorcode.com

Triadic colors

1 #C5AEA5 and #A5C5AE with #AEA5C5 are triadic colors.

2 #C5A5AE and #A5AEC5 with #AEA5C5 are triadic colors.