COLOR #AE9BE9

HEX: #AE9BE9
RGB: (174,155,233)

Color info

#AE9BE9 contains mainly red and blue colors. Web safe color of #AE9BE9 is #9999FF (or #99F).

RGB color model

#AE9BE9 color RGB value is (174,155,233).

  • red value is 174;
  • green value is 155;
  • blue value is 233.
RGB:
(174,155,233)
(68%,61%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 233 of 255 = 91%

174
155
233

R + G + B ~ 73%. #AE9BE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 233 = 562 (100%)
R 174 of 562 ~ 30.96%
G 155 of 562 ~ 27.58%
B 233 of 562 ~ 41.46%

%30.96
%27.58
%41.46

CMYK color model

#AE9BE9 color CMYK value is (25,33,0,9).

  • cyan value is 25.32%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,33,0,9)
C25M33Y0K9 
(25%,33%,0%,9%)
(0.25/0.33/0.00/0.09)	

CMYK percentages

%25.32
%33.48
%0
%8.63

Codes

Color #AE9BE9 in popluar color models

AE9BE9
RGB174155233
HSL255°63.93%76.08%
HSB/HSV255°33.48%91.37%
CMYK25.32%33.48%0.00%
8.63%

Color #AE9BE9 in popluar number systems.

HEXAE9BE9
Decimal174155233
Binary101011101001101111101001
Octal256233351

Shades and tints

Shades of #AE9BE9

#AE9BE9
(174,155,233)
#9F8DD4
(159,141,212)
#907FBF
(144,127,191)
#8171AA
(129,113,170)
#726395
(114,99,149)
#635580
(99,85,128)
#54476B
(84,71,107)
#453956
(69,57,86)
#362B41
(54,43,65)
#271D2C
(39,29,44)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #AE9BE9

#AE9BE9
(174,155,233)
#B5A4EB
(181,164,235)
#BCADED
(188,173,237)
#C3B6EF
(195,182,239)
#CABFF1
(202,191,241)
#D1C8F3
(209,200,243)
#D8D1F5
(216,209,245)
#DFDAF7
(223,218,247)
#E6E3F9
(230,227,249)
#EDECFB
(237,236,251)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9BE9 color. Also use rgb(174,155,233) instead hex code.

Text Font Color

.myTextColor { color: #AE9BE9; }

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

This text font color is #AE9BE9.


Background Color

.myBgColor { background-color: #AE9BE9; }

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

This div background color is #AE9BE9.


Border color

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

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

This div border color is #AE9BE9.


Opacity

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

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

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

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

This text has shadow with #AE9BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BE9 on black background.


Color preview on white background

This text has color #AE9BE9 on white background.



Black color preview on #AE9BE9 background

This text has black color on #AE9BE9 background.


White color preview on #AE9BE9 background

This text has white color on #AE9BE9 background.