COLOR #AE9CCE

HEX: #AE9CCE
RGB: (174,156,206)

Color info

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

RGB color model

#AE9CCE color RGB value is (174,156,206).

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

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 206 of 255 = 81%

174
156
206

R + G + B ~ 70%. #AE9CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 206 = 536 (100%)
R 174 of 536 ~ 32.46%
G 156 of 536 ~ 29.1%
B 206 of 536 ~ 38.43%

%32.46
%29.1
%38.43

CMYK color model

#AE9CCE color CMYK value is (16,24,0,19).

  • cyan value is 15.53%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,24,0,19)
C16M24Y0K19 
(16%,24%,0%,19%)
(0.16/0.24/0.00/0.19)	

CMYK percentages

%15.53
%24.27
%0
%19.22

Codes

Color #AE9CCE in popluar color models

AE9CCE
RGB174156206
HSL262°33.78%70.98%
HSB/HSV262°24.27%80.78%
CMYK15.53%24.27%0.00%
19.22%

Color #AE9CCE in popluar number systems.

HEXAE9CCE
Decimal174156206
Binary101011101001110011001110
Octal256234316

Shades and tints

Shades of #AE9CCE

#AE9CCE
(174,156,206)
#9F8EBC
(159,142,188)
#9080AA
(144,128,170)
#817298
(129,114,152)
#726486
(114,100,134)
#635674
(99,86,116)
#544862
(84,72,98)
#453A50
(69,58,80)
#362C3E
(54,44,62)
#271E2C
(39,30,44)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #AE9CCE

#AE9CCE
(174,156,206)
#B5A5D2
(181,165,210)
#BCAED6
(188,174,214)
#C3B7DA
(195,183,218)
#CAC0DE
(202,192,222)
#D1C9E2
(209,201,226)
#D8D2E6
(216,210,230)
#DFDBEA
(223,219,234)
#E6E4EE
(230,228,238)
#EDEDF2
(237,237,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9CCE; }

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

This text font color is #AE9CCE.


Background Color

.myBgColor { background-color: #AE9CCE; }

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

This div background color is #AE9CCE.


Border color

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

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

This div border color is #AE9CCE.


Opacity

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

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

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

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

This text has shadow with #AE9CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9CCE on black background.


Color preview on white background

This text has color #AE9CCE on white background.



Black color preview on #AE9CCE background

This text has black color on #AE9CCE background.


White color preview on #AE9CCE background

This text has white color on #AE9CCE background.