COLOR #AE9BC8

HEX: #AE9BC8 RGB: (174,155,200)

Color info

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

RGB color model

#AE9BC8 color RGB value is (174,155,200).

RGB: (174,155,200) (68%, 61%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 200 of 255 = 78%

174
155
200

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

Portions of RGB colors in percentages

R + G + B = 174 + 155 + 200 = 529 (100%)
R 174 of 529 ~ 32.89%
G 155 of 529 ~ 29.3%
B 200 of 529 ~ 37.81'%

%32.89
%29.3
%37.81

CMYK color model

#AE9BC8 color CMYK value is (13,23,0,22).

  • cyan value is 13.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (13,23,0,22)
C13M23Y0K22 (13%, 23%, 0%, 22%)
(0.13 / 0.23 / 0.00 / 0.22)

CMYK percentages

%13
%22.5
%0
%21.57

Codes

Color #AE9BC8 in popluar color models

AE 9B C8
RGB 174 155 200
HSL 265° 29.03% 69.61%
HSB/HSV 265° 22.50% 78.43%
CMYK 13.00% 22.50% 0.00%
21.57%

Color #AE9BC8 in popluar number systems.

HEX AE 9B C8
Decimal 174 155 200
Binary 10101110 10011011 11001000
Octal 256 233 310

Shades and tints

Shades of #AE9BC8

#AE9BC8
(174,155,200)
#9F8DB6
(159,141,182)
#907FA4
(144,127,164)
#817192
(129,113,146)
#726380
(114,99,128)
#63556E
(99,85,110)
#54475C
(84,71,92)
#45394A
(69,57,74)
#362B38
(54,43,56)
#271D26
(39,29,38)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE9BC8

#AE9BC8
(174,155,200)
#B5A4CD
(181,164,205)
#BCADD2
(188,173,210)
#C3B6D7
(195,182,215)
#CABFDC
(202,191,220)
#D1C8E1
(209,200,225)
#D8D1E6
(216,209,230)
#DFDAEB
(223,218,235)
#E6E3F0
(230,227,240)
#EDECF5
(237,236,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9BC8 color. Also use rgb(174,155,200) instead hex code.

Text Font Color

.myTextColor { color: #AE9BC8; }

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

This text font color is #AE9BC8.

Background Color

.myBgColor { background-color: #AE9BC8; }

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

This div background color is #AE9BC8.

Border color

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

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

This div border color is #AE9BC8.

Opacity

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

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

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

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

This text has shadow with #AE9BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9BC8.

Preview

Color preview on black background

This text has color #AE9BC8 on black background.


Color preview on white background

This text has color #AE9BC8 on white background.


Black color preview on #AE9BC8 background

This text has black color on #AE9BC8 background.


White color preview on #AE9BC8 background

This text has white color on #AE9BC8 background.


Related colors

Complementary color

Complementary color for #hex is #516437.


I love getcolorcode.com

Triadic colors

1 #C8AE9B and #9BC8AE with #AE9BC8 are triadic colors.

2 #C89BAE and #9BAEC8 with #AE9BC8 are triadic colors.