COLOR #AEA5BD

HEX: #AEA5BD RGB: (174,165,189)

Color info

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

RGB color model

#AEA5BD color RGB value is (174,165,189).

RGB: (174,165,189) (68%, 65%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 189 of 255 = 74%

174
165
189

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 189 = 528 (100%)
R 174 of 528 ~ 32.95%
G 165 of 528 ~ 31.25%
B 189 of 528 ~ 35.8'%

%32.95
%31.25
%35.8

CMYK color model

#AEA5BD color CMYK value is (8,13,0,26).

  • cyan value is 7.94%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (8,13,0,26)
C8M13Y0K26 (8%, 13%, 0%, 26%)
(0.08 / 0.13 / 0.00 / 0.26)

CMYK percentages

%7.94
%12.7
%0
%25.88

Codes

Color #AEA5BD in popluar color models

AE A5 BD
RGB 174 165 189
HSL 263° 15.38% 69.41%
HSB/HSV 263° 12.70% 74.12%
CMYK 7.94% 12.70% 0.00%
25.88%

Color #AEA5BD in popluar number systems.

HEX AE A5 BD
Decimal 174 165 189
Binary 10101110 10100101 10111101
Octal 256 245 275

Shades and tints

Shades of #AEA5BD

#AEA5BD
(174,165,189)
#9F96AC
(159,150,172)
#90879B
(144,135,155)
#81788A
(129,120,138)
#726979
(114,105,121)
#635A68
(99,90,104)
#544B57
(84,75,87)
#453C46
(69,60,70)
#362D35
(54,45,53)
#271E24
(39,30,36)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AEA5BD

#AEA5BD
(174,165,189)
#B5ADC3
(181,173,195)
#BCB5C9
(188,181,201)
#C3BDCF
(195,189,207)
#CAC5D5
(202,197,213)
#D1CDDB
(209,205,219)
#D8D5E1
(216,213,225)
#DFDDE7
(223,221,231)
#E6E5ED
(230,229,237)
#EDEDF3
(237,237,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5BD; }

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

This text font color is #AEA5BD.

Background Color

.myBgColor { background-color: #AEA5BD; }

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

This div background color is #AEA5BD.

Border color

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

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

This div border color is #AEA5BD.

Opacity

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

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

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

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

This text has shadow with #AEA5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA5BD.

Preview

Color preview on black background

This text has color #AEA5BD on black background.


Color preview on white background

This text has color #AEA5BD on white background.


Black color preview on #AEA5BD background

This text has black color on #AEA5BD background.


White color preview on #AEA5BD background

This text has white color on #AEA5BD background.


Related colors

Complementary color

Complementary color for #hex is #515A42.


I love getcolorcode.com

Triadic colors

1 #BDAEA5 and #A5BDAE with #AEA5BD are triadic colors.

2 #BDA5AE and #A5AEBD with #AEA5BD are triadic colors.