COLOR #AE82B5

HEX: #AE82B5
RGB: (174,130,181)

Color info

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

RGB color model

#AE82B5 color RGB value is (174,130,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 130 of 255 = 51%
B 181 of 255 = 71%

174
130
181

R + G + B ~ 63%. #AE82B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 130 + 181 = 485 (100%)
R 174 of 485 ~ 35.88%
G 130 of 485 ~ 26.8%
B 181 of 485 ~ 37.32%

%35.88
%26.8
%37.32

CMYK color model

#AE82B5 color CMYK value is (4,28,0,29).

  • cyan value is 3.87%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,28,0,29)
C4M28Y0K29 
(4%,28%,0%,29%)
(0.04/0.28/0.00/0.29)	

CMYK percentages

%3.87
%28.18
%0
%29.02

Codes

Color #AE82B5 in popluar color models

AE82B5
RGB174130181
HSL292°25.63%60.98%
HSB/HSV292°28.18%70.98%
CMYK3.87%28.18%0.00%
29.02%

Color #AE82B5 in popluar number systems.

HEXAE82B5
Decimal174130181
Binary101011101000001010110101
Octal256202265

Shades and tints

Shades of #AE82B5

#AE82B5
(174,130,181)
#9F77A5
(159,119,165)
#906C95
(144,108,149)
#816185
(129,97,133)
#725675
(114,86,117)
#634B65
(99,75,101)
#544055
(84,64,85)
#453545
(69,53,69)
#362A35
(54,42,53)
#271F25
(39,31,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AE82B5

#AE82B5
(174,130,181)
#B58DBB
(181,141,187)
#BC98C1
(188,152,193)
#C3A3C7
(195,163,199)
#CAAECD
(202,174,205)
#D1B9D3
(209,185,211)
#D8C4D9
(216,196,217)
#DFCFDF
(223,207,223)
#E6DAE5
(230,218,229)
#EDE5EB
(237,229,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE82B5; }

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

This text font color is #AE82B5.


Background Color

.myBgColor { background-color: #AE82B5; }

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

This div background color is #AE82B5.


Border color

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

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

This div border color is #AE82B5.


Opacity

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

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

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

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

This text has shadow with #AE82B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE82B5 on black background.


Color preview on white background

This text has color #AE82B5 on white background.



Black color preview on #AE82B5 background

This text has black color on #AE82B5 background.


White color preview on #AE82B5 background

This text has white color on #AE82B5 background.