COLOR #AE83B3

HEX: #AE83B3
RGB: (174,131,179)

Color info

#AE83B3 contains red, green and blue colors in about the same proportion. Web safe color of #AE83B3 is #999999 (or #999).

RGB color model

#AE83B3 color RGB value is (174,131,179).

  • red value is 174;
  • green value is 131;
  • blue value is 179.
RGB:
(174,131,179)
(68%,51%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 179 of 255 = 70%

174
131
179

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

Portions of RGB colors in percentages

R + G + B =
174 + 131 + 179 = 484 (100%)
R 174 of 484 ~ 35.95%
G 131 of 484 ~ 27.07%
B 179 of 484 ~ 36.98%

%35.95
%27.07
%36.98

CMYK color model

#AE83B3 color CMYK value is (3,27,0,30).

  • cyan value is 2.79%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,27,0,30)
C3M27Y0K30 
(3%,27%,0%,30%)
(0.03/0.27/0.00/0.30)	

CMYK percentages

%2.79
%26.82
%0
%29.8

Codes

Color #AE83B3 in popluar color models

AE83B3
RGB174131179
HSL294°24.00%60.78%
HSB/HSV294°26.82%70.20%
CMYK2.79%26.82%0.00%
29.80%

Color #AE83B3 in popluar number systems.

HEXAE83B3
Decimal174131179
Binary101011101000001110110011
Octal256203263

Shades and tints

Shades of #AE83B3

#AE83B3
(174,131,179)
#9F78A3
(159,120,163)
#906D93
(144,109,147)
#816283
(129,98,131)
#725773
(114,87,115)
#634C63
(99,76,99)
#544153
(84,65,83)
#453643
(69,54,67)
#362B33
(54,43,51)
#272023
(39,32,35)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AE83B3

#AE83B3
(174,131,179)
#B58EB9
(181,142,185)
#BC99BF
(188,153,191)
#C3A4C5
(195,164,197)
#CAAFCB
(202,175,203)
#D1BAD1
(209,186,209)
#D8C5D7
(216,197,215)
#DFD0DD
(223,208,221)
#E6DBE3
(230,219,227)
#EDE6E9
(237,230,233)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE83B3 color. Also use rgb(174,131,179) instead hex code.

Text Font Color

.myTextColor { color: #AE83B3; }

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

This text font color is #AE83B3.


Background Color

.myBgColor { background-color: #AE83B3; }

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

This div background color is #AE83B3.


Border color

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

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

This div border color is #AE83B3.


Opacity

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

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

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

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

This text has shadow with #AE83B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE83B3 on black background.


Color preview on white background

This text has color #AE83B3 on white background.



Black color preview on #AE83B3 background

This text has black color on #AE83B3 background.


White color preview on #AE83B3 background

This text has white color on #AE83B3 background.