COLOR #AE93B5

HEX: #AE93B5
RGB: (174,147,181)

Color info

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

RGB color model

#AE93B5 color RGB value is (174,147,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 181 of 255 = 71%

174
147
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 181 = 502 (100%)
R 174 of 502 ~ 34.66%
G 147 of 502 ~ 29.28%
B 181 of 502 ~ 36.06%

%34.66
%29.28
%36.06

CMYK color model

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

  • cyan value is 3.87%
  • magenta value is 18.78%
  • 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
%18.78
%0
%29.02

Codes

Color #AE93B5 in popluar color models

AE93B5
RGB174147181
HSL288°18.68%64.31%
HSB/HSV288°18.78%70.98%
CMYK3.87%18.78%0.00%
29.02%

Color #AE93B5 in popluar number systems.

HEXAE93B5
Decimal174147181
Binary101011101001001110110101
Octal256223265

Shades and tints

Shades of #AE93B5

#AE93B5
(174,147,181)
#9F86A5
(159,134,165)
#907995
(144,121,149)
#816C85
(129,108,133)
#725F75
(114,95,117)
#635265
(99,82,101)
#544555
(84,69,85)
#453845
(69,56,69)
#362B35
(54,43,53)
#271E25
(39,30,37)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE93B5

#AE93B5
(174,147,181)
#B59CBB
(181,156,187)
#BCA5C1
(188,165,193)
#C3AEC7
(195,174,199)
#CAB7CD
(202,183,205)
#D1C0D3
(209,192,211)
#D8C9D9
(216,201,217)
#DFD2DF
(223,210,223)
#E6DBE5
(230,219,229)
#EDE4EB
(237,228,235)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93B5; }

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

This text font color is #AE93B5.


Background Color

.myBgColor { background-color: #AE93B5; }

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

This div background color is #AE93B5.


Border color

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

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

This div border color is #AE93B5.


Opacity

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

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

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

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

This text has shadow with #AE93B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93B5 on black background.


Color preview on white background

This text has color #AE93B5 on white background.



Black color preview on #AE93B5 background

This text has black color on #AE93B5 background.


White color preview on #AE93B5 background

This text has white color on #AE93B5 background.