COLOR #AE92B5

HEX: #AE92B5
RGB: (174,146,181)

Color info

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

RGB color model

#AE92B5 color RGB value is (174,146,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 181 of 255 = 71%

174
146
181

R + G + B ~ 65%. #AE92B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 181 = 501 (100%)
R 174 of 501 ~ 34.73%
G 146 of 501 ~ 29.14%
B 181 of 501 ~ 36.13%

%34.73
%29.14
%36.13

CMYK color model

#AE92B5 color CMYK value is (4,19,0,29).

  • cyan value is 3.87%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,19,0,29)
C4M19Y0K29 
(4%,19%,0%,29%)
(0.04/0.19/0.00/0.29)	

CMYK percentages

%3.87
%19.34
%0
%29.02

Codes

Color #AE92B5 in popluar color models

AE92B5
RGB174146181
HSL288°19.13%64.12%
HSB/HSV288°19.34%70.98%
CMYK3.87%19.34%0.00%
29.02%

Color #AE92B5 in popluar number systems.

HEXAE92B5
Decimal174146181
Binary101011101001001010110101
Octal256222265

Shades and tints

Shades of #AE92B5

#AE92B5
(174,146,181)
#9F85A5
(159,133,165)
#907895
(144,120,149)
#816B85
(129,107,133)
#725E75
(114,94,117)
#635165
(99,81,101)
#544455
(84,68,85)
#453745
(69,55,69)
#362A35
(54,42,53)
#271D25
(39,29,37)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #AE92B5

#AE92B5
(174,146,181)
#B59BBB
(181,155,187)
#BCA4C1
(188,164,193)
#C3ADC7
(195,173,199)
#CAB6CD
(202,182,205)
#D1BFD3
(209,191,211)
#D8C8D9
(216,200,217)
#DFD1DF
(223,209,223)
#E6DAE5
(230,218,229)
#EDE3EB
(237,227,235)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE92B5; }

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

This text font color is #AE92B5.


Background Color

.myBgColor { background-color: #AE92B5; }

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

This div background color is #AE92B5.


Border color

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

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

This div border color is #AE92B5.


Opacity

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

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

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

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

This text has shadow with #AE92B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92B5 on black background.


Color preview on white background

This text has color #AE92B5 on white background.



Black color preview on #AE92B5 background

This text has black color on #AE92B5 background.


White color preview on #AE92B5 background

This text has white color on #AE92B5 background.