COLOR #AE93CE

HEX: #AE93CE
RGB: (174,147,206)

Color info

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

RGB color model

#AE93CE color RGB value is (174,147,206).

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

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 206 of 255 = 81%

174
147
206

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 206 = 527 (100%)
R 174 of 527 ~ 33.02%
G 147 of 527 ~ 27.89%
B 206 of 527 ~ 39.09%

%33.02
%27.89
%39.09

CMYK color model

#AE93CE color CMYK value is (16,29,0,19).

  • cyan value is 15.53%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,29,0,19)
C16M29Y0K19 
(16%,29%,0%,19%)
(0.16/0.29/0.00/0.19)	

CMYK percentages

%15.53
%28.64
%0
%19.22

Codes

Color #AE93CE in popluar color models

AE93CE
RGB174147206
HSL267°37.58%69.22%
HSB/HSV267°28.64%80.78%
CMYK15.53%28.64%0.00%
19.22%

Color #AE93CE in popluar number systems.

HEXAE93CE
Decimal174147206
Binary101011101001001111001110
Octal256223316

Shades and tints

Shades of #AE93CE

#AE93CE
(174,147,206)
#9F86BC
(159,134,188)
#9079AA
(144,121,170)
#816C98
(129,108,152)
#725F86
(114,95,134)
#635274
(99,82,116)
#544562
(84,69,98)
#453850
(69,56,80)
#362B3E
(54,43,62)
#271E2C
(39,30,44)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AE93CE

#AE93CE
(174,147,206)
#B59CD2
(181,156,210)
#BCA5D6
(188,165,214)
#C3AEDA
(195,174,218)
#CAB7DE
(202,183,222)
#D1C0E2
(209,192,226)
#D8C9E6
(216,201,230)
#DFD2EA
(223,210,234)
#E6DBEE
(230,219,238)
#EDE4F2
(237,228,242)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93CE; }

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

This text font color is #AE93CE.


Background Color

.myBgColor { background-color: #AE93CE; }

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

This div background color is #AE93CE.


Border color

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

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

This div border color is #AE93CE.


Opacity

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

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

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

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

This text has shadow with #AE93CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93CE on black background.


Color preview on white background

This text has color #AE93CE on white background.



Black color preview on #AE93CE background

This text has black color on #AE93CE background.


White color preview on #AE93CE background

This text has white color on #AE93CE background.