COLOR #AE93CC

HEX: #AE93CC
RGB: (174,147,204)

Color info

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

RGB color model

#AE93CC color RGB value is (174,147,204).

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

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 204 of 255 = 80%

174
147
204

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 204 = 525 (100%)
R 174 of 525 ~ 33.14%
G 147 of 525 ~ 28%
B 204 of 525 ~ 38.86%

%33.14
%28
%38.86

CMYK color model

#AE93CC color CMYK value is (15,28,0,20).

  • cyan value is 14.71%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,28,0,20)
C15M28Y0K20 
(15%,28%,0%,20%)
(0.15/0.28/0.00/0.20)	

CMYK percentages

%14.71
%27.94
%0
%20

Codes

Color #AE93CC in popluar color models

AE93CC
RGB174147204
HSL268°35.85%68.82%
HSB/HSV268°27.94%80.00%
CMYK14.71%27.94%0.00%
20.00%

Color #AE93CC in popluar number systems.

HEXAE93CC
Decimal174147204
Binary101011101001001111001100
Octal256223314

Shades and tints

Shades of #AE93CC

#AE93CC
(174,147,204)
#9F86BA
(159,134,186)
#9079A8
(144,121,168)
#816C96
(129,108,150)
#725F84
(114,95,132)
#635272
(99,82,114)
#544560
(84,69,96)
#45384E
(69,56,78)
#362B3C
(54,43,60)
#271E2A
(39,30,42)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AE93CC

#AE93CC
(174,147,204)
#B59CD0
(181,156,208)
#BCA5D4
(188,165,212)
#C3AED8
(195,174,216)
#CAB7DC
(202,183,220)
#D1C0E0
(209,192,224)
#D8C9E4
(216,201,228)
#DFD2E8
(223,210,232)
#E6DBEC
(230,219,236)
#EDE4F0
(237,228,240)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93CC; }

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

This text font color is #AE93CC.


Background Color

.myBgColor { background-color: #AE93CC; }

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

This div background color is #AE93CC.


Border color

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

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

This div border color is #AE93CC.


Opacity

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

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

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

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

This text has shadow with #AE93CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93CC on black background.


Color preview on white background

This text has color #AE93CC on white background.



Black color preview on #AE93CC background

This text has black color on #AE93CC background.


White color preview on #AE93CC background

This text has white color on #AE93CC background.