COLOR #AE92B7

HEX: #AE92B7
RGB: (174,146,183)

Color info

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

RGB color model

#AE92B7 color RGB value is (174,146,183).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 183 of 255 = 72%

174
146
183

R + G + B ~ 66%. #AE92B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 183 = 503 (100%)
R 174 of 503 ~ 34.59%
G 146 of 503 ~ 29.03%
B 183 of 503 ~ 36.38%

%34.59
%29.03
%36.38

CMYK color model

#AE92B7 color CMYK value is (5,20,0,28).

  • cyan value is 4.92%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,20,0,28)
C5M20Y0K28 
(5%,20%,0%,28%)
(0.05/0.20/0.00/0.28)	

CMYK percentages

%4.92
%20.22
%0
%28.24

Codes

Color #AE92B7 in popluar color models

AE92B7
RGB174146183
HSL285°20.44%64.51%
HSB/HSV285°20.22%71.76%
CMYK4.92%20.22%0.00%
28.24%

Color #AE92B7 in popluar number systems.

HEXAE92B7
Decimal174146183
Binary101011101001001010110111
Octal256222267

Shades and tints

Shades of #AE92B7

#AE92B7
(174,146,183)
#9F85A7
(159,133,167)
#907897
(144,120,151)
#816B87
(129,107,135)
#725E77
(114,94,119)
#635167
(99,81,103)
#544457
(84,68,87)
#453747
(69,55,71)
#362A37
(54,42,55)
#271D27
(39,29,39)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AE92B7

#AE92B7
(174,146,183)
#B59BBD
(181,155,189)
#BCA4C3
(188,164,195)
#C3ADC9
(195,173,201)
#CAB6CF
(202,182,207)
#D1BFD5
(209,191,213)
#D8C8DB
(216,200,219)
#DFD1E1
(223,209,225)
#E6DAE7
(230,218,231)
#EDE3ED
(237,227,237)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE92B7; }

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

This text font color is #AE92B7.


Background Color

.myBgColor { background-color: #AE92B7; }

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

This div background color is #AE92B7.


Border color

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

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

This div border color is #AE92B7.


Opacity

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

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

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

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

This text has shadow with #AE92B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE92B7 on black background.


Color preview on white background

This text has color #AE92B7 on white background.



Black color preview on #AE92B7 background

This text has black color on #AE92B7 background.


White color preview on #AE92B7 background

This text has white color on #AE92B7 background.