COLOR #AE92CE

HEX: #AE92CE
RGB: (174,146,206)

Color info

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

RGB color model

#AE92CE color RGB value is (174,146,206).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 206 of 255 = 81%

174
146
206

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 206 = 526 (100%)
R 174 of 526 ~ 33.08%
G 146 of 526 ~ 27.76%
B 206 of 526 ~ 39.16%

%33.08
%27.76
%39.16

CMYK color model

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

  • cyan value is 15.53%
  • magenta value is 29.13%
  • 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
%29.13
%0
%19.22

Codes

Color #AE92CE in popluar color models

AE92CE
RGB174146206
HSL268°37.97%69.02%
HSB/HSV268°29.13%80.78%
CMYK15.53%29.13%0.00%
19.22%

Color #AE92CE in popluar number systems.

HEXAE92CE
Decimal174146206
Binary101011101001001011001110
Octal256222316

Shades and tints

Shades of #AE92CE

#AE92CE
(174,146,206)
#9F85BC
(159,133,188)
#9078AA
(144,120,170)
#816B98
(129,107,152)
#725E86
(114,94,134)
#635174
(99,81,116)
#544462
(84,68,98)
#453750
(69,55,80)
#362A3E
(54,42,62)
#271D2C
(39,29,44)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #AE92CE

#AE92CE
(174,146,206)
#B59BD2
(181,155,210)
#BCA4D6
(188,164,214)
#C3ADDA
(195,173,218)
#CAB6DE
(202,182,222)
#D1BFE2
(209,191,226)
#D8C8E6
(216,200,230)
#DFD1EA
(223,209,234)
#E6DAEE
(230,218,238)
#EDE3F2
(237,227,242)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE92CE; }

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

This text font color is #AE92CE.


Background Color

.myBgColor { background-color: #AE92CE; }

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

This div background color is #AE92CE.


Border color

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

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

This div border color is #AE92CE.


Opacity

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

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

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

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

This text has shadow with #AE92CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92CE on black background.


Color preview on white background

This text has color #AE92CE on white background.



Black color preview on #AE92CE background

This text has black color on #AE92CE background.


White color preview on #AE92CE background

This text has white color on #AE92CE background.