COLOR #AE9CD5

HEX: #AE9CD5
RGB: (174,156,213)

Color info

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

RGB color model

#AE9CD5 color RGB value is (174,156,213).

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

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 213 of 255 = 84%

174
156
213

R + G + B ~ 71%. #AE9CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 213 = 543 (100%)
R 174 of 543 ~ 32.04%
G 156 of 543 ~ 28.73%
B 213 of 543 ~ 39.23%

%32.04
%28.73
%39.23

CMYK color model

#AE9CD5 color CMYK value is (18,27,0,16).

  • cyan value is 18.31%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,27,0,16)
C18M27Y0K16 
(18%,27%,0%,16%)
(0.18/0.27/0.00/0.16)	

CMYK percentages

%18.31
%26.76
%0
%16.47

Codes

Color #AE9CD5 in popluar color models

AE9CD5
RGB174156213
HSL259°40.43%72.35%
HSB/HSV259°26.76%83.53%
CMYK18.31%26.76%0.00%
16.47%

Color #AE9CD5 in popluar number systems.

HEXAE9CD5
Decimal174156213
Binary101011101001110011010101
Octal256234325

Shades and tints

Shades of #AE9CD5

#AE9CD5
(174,156,213)
#9F8EC2
(159,142,194)
#9080AF
(144,128,175)
#81729C
(129,114,156)
#726489
(114,100,137)
#635676
(99,86,118)
#544863
(84,72,99)
#453A50
(69,58,80)
#362C3D
(54,44,61)
#271E2A
(39,30,42)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AE9CD5

#AE9CD5
(174,156,213)
#B5A5D8
(181,165,216)
#BCAEDB
(188,174,219)
#C3B7DE
(195,183,222)
#CAC0E1
(202,192,225)
#D1C9E4
(209,201,228)
#D8D2E7
(216,210,231)
#DFDBEA
(223,219,234)
#E6E4ED
(230,228,237)
#EDEDF0
(237,237,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9CD5; }

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

This text font color is #AE9CD5.


Background Color

.myBgColor { background-color: #AE9CD5; }

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

This div background color is #AE9CD5.


Border color

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

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

This div border color is #AE9CD5.


Opacity

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

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

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

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

This text has shadow with #AE9CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9CD5 on black background.


Color preview on white background

This text has color #AE9CD5 on white background.



Black color preview on #AE9CD5 background

This text has black color on #AE9CD5 background.


White color preview on #AE9CD5 background

This text has white color on #AE9CD5 background.