COLOR #AE9DBA

HEX: #AE9DBA RGB: (174,157,186)

Color info

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

RGB color model

#AE9DBA color RGB value is (174,157,186).

RGB: (174,157,186) (68%, 62%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 186 of 255 = 73%

174
157
186

R + G + B ~ 68%. #AE9DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 157 + 186 = 517 (100%)
R 174 of 517 ~ 33.66%
G 157 of 517 ~ 30.37%
B 186 of 517 ~ 35.98'%

%33.66
%30.37
%35.98

CMYK color model

#AE9DBA color CMYK value is (6,16,0,27).

  • cyan value is 6.45%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (6,16,0,27) C6M16Y0K27 (6%,16%,0%,27%) (0.06/0.16/0.00/0.27) 

CMYK percentages

%6.45
%15.59
%0
%27.06

Codes

Color #AE9DBA in popluar color models

AE 9D BA
RGB 174 157 186
HSL 275° 17.37% 67.25%
HSB/HSV 275° 15.59% 72.94%
CMYK 6.45% 15.59% 0.00%
27.06%

Color #AE9DBA in popluar number systems.

HEX AE 9D BA
Decimal 174 157 186
Binary 10101110 10011101 10111010
Octal 256 235 272

Shades and tints

Shades of #AE9DBA

#AE9DBA
(174,157,186)
#9F8FAA
(159,143,170)
#90819A
(144,129,154)
#81738A
(129,115,138)
#72657A
(114,101,122)
#63576A
(99,87,106)
#54495A
(84,73,90)
#453B4A
(69,59,74)
#362D3A
(54,45,58)
#271F2A
(39,31,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AE9DBA

#AE9DBA
(174,157,186)
#B5A5C0
(181,165,192)
#BCADC6
(188,173,198)
#C3B5CC
(195,181,204)
#CABDD2
(202,189,210)
#D1C5D8
(209,197,216)
#D8CDDE
(216,205,222)
#DFD5E4
(223,213,228)
#E6DDEA
(230,221,234)
#EDE5F0
(237,229,240)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9DBA color. Also use rgb(174,157,186) instead hex code.

Text Font Color

.myTextColor { color: #AE9DBA; }

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

This text font color is #AE9DBA.

Background Color

.myBgColor { background-color: #AE9DBA; }

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

This div background color is #AE9DBA.

Border color

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

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

This div border color is #AE9DBA.

Opacity

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

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

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

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

This text has shadow with #AE9DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9DBA.

Preview

Color preview on black background

This text has color #AE9DBA on black background.


Color preview on white background

This text has color #AE9DBA on white background.


Black color preview on #AE9DBA background

This text has black color on #AE9DBA background.


White color preview on #AE9DBA background

This text has white color on #AE9DBA background.


Related colors

Complementary color

Complementary color for #hex is #516245.


I love getcolorcode.com

Triadic colors

1 #BAAE9D and #9DBAAE with #AE9DBA are triadic colors.

2 #BA9DAE and #9DAEBA with #AE9DBA are triadic colors.