COLOR #AE9CE0

HEX: #AE9CE0
RGB: (174,156,224)

Color info

#AE9CE0 contains mainly red and blue colors. Web safe color of #AE9CE0 is #9999CC (or #99C).

RGB color model

#AE9CE0 color RGB value is (174,156,224).

  • red value is 174;
  • green value is 156;
  • blue value is 224.
RGB:
(174,156,224)
(68%,61%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 224 of 255 = 88%

174
156
224

R + G + B ~ 72%. #AE9CE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 224 = 554 (100%)
R 174 of 554 ~ 31.41%
G 156 of 554 ~ 28.16%
B 224 of 554 ~ 40.43%

%31.41
%28.16
%40.43

CMYK color model

#AE9CE0 color CMYK value is (22,30,0,12).

  • cyan value is 22.32%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(22,30,0,12)
C22M30Y0K12 
(22%,30%,0%,12%)
(0.22/0.30/0.00/0.12)	

CMYK percentages

%22.32
%30.36
%0
%12.16

Codes

Color #AE9CE0 in popluar color models

AE9CE0
RGB174156224
HSL256°52.31%74.51%
HSB/HSV256°30.36%87.84%
CMYK22.32%30.36%0.00%
12.16%

Color #AE9CE0 in popluar number systems.

HEXAE9CE0
Decimal174156224
Binary101011101001110011100000
Octal256234340

Shades and tints

Shades of #AE9CE0

#AE9CE0
(174,156,224)
#9F8ECC
(159,142,204)
#9080B8
(144,128,184)
#8172A4
(129,114,164)
#726490
(114,100,144)
#63567C
(99,86,124)
#544868
(84,72,104)
#453A54
(69,58,84)
#362C40
(54,44,64)
#271E2C
(39,30,44)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #AE9CE0

#AE9CE0
(174,156,224)
#B5A5E2
(181,165,226)
#BCAEE4
(188,174,228)
#C3B7E6
(195,183,230)
#CAC0E8
(202,192,232)
#D1C9EA
(209,201,234)
#D8D2EC
(216,210,236)
#DFDBEE
(223,219,238)
#E6E4F0
(230,228,240)
#EDEDF2
(237,237,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9CE0 color. Also use rgb(174,156,224) instead hex code.

Text Font Color

.myTextColor { color: #AE9CE0; }

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

This text font color is #AE9CE0.


Background Color

.myBgColor { background-color: #AE9CE0; }

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

This div background color is #AE9CE0.


Border color

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

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

This div border color is #AE9CE0.


Opacity

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

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

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

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

This text has shadow with #AE9CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9CE0 on black background.


Color preview on white background

This text has color #AE9CE0 on white background.



Black color preview on #AE9CE0 background

This text has black color on #AE9CE0 background.


White color preview on #AE9CE0 background

This text has white color on #AE9CE0 background.