COLOR #AE8DC3

HEX: #AE8DC3
RGB: (174,141,195)

Color info

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

RGB color model

#AE8DC3 color RGB value is (174,141,195).

  • red value is 174;
  • green value is 141;
  • blue value is 195.
RGB:
(174,141,195)
(68%,55%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 195 of 255 = 76%

174
141
195

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 195 = 510 (100%)
R 174 of 510 ~ 34.12%
G 141 of 510 ~ 27.65%
B 195 of 510 ~ 38.24%

%34.12
%27.65
%38.24

CMYK color model

#AE8DC3 color CMYK value is (11,28,0,24).

  • cyan value is 10.77%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,28,0,24)
C11M28Y0K24 
(11%,28%,0%,24%)
(0.11/0.28/0.00/0.24)	

CMYK percentages

%10.77
%27.69
%0
%23.53

Codes

Color #AE8DC3 in popluar color models

AE8DC3
RGB174141195
HSL277°31.03%65.88%
HSB/HSV277°27.69%76.47%
CMYK10.77%27.69%0.00%
23.53%

Color #AE8DC3 in popluar number systems.

HEXAE8DC3
Decimal174141195
Binary101011101000110111000011
Octal256215303

Shades and tints

Shades of #AE8DC3

#AE8DC3
(174,141,195)
#9F81B2
(159,129,178)
#9075A1
(144,117,161)
#816990
(129,105,144)
#725D7F
(114,93,127)
#63516E
(99,81,110)
#54455D
(84,69,93)
#45394C
(69,57,76)
#362D3B
(54,45,59)
#27212A
(39,33,42)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AE8DC3

#AE8DC3
(174,141,195)
#B597C8
(181,151,200)
#BCA1CD
(188,161,205)
#C3ABD2
(195,171,210)
#CAB5D7
(202,181,215)
#D1BFDC
(209,191,220)
#D8C9E1
(216,201,225)
#DFD3E6
(223,211,230)
#E6DDEB
(230,221,235)
#EDE7F0
(237,231,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8DC3 color. Also use rgb(174,141,195) instead hex code.

Text Font Color

.myTextColor { color: #AE8DC3; }

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

This text font color is #AE8DC3.


Background Color

.myBgColor { background-color: #AE8DC3; }

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

This div background color is #AE8DC3.


Border color

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

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

This div border color is #AE8DC3.


Opacity

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

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

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

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

This text has shadow with #AE8DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DC3 on black background.


Color preview on white background

This text has color #AE8DC3 on white background.



Black color preview on #AE8DC3 background

This text has black color on #AE8DC3 background.


White color preview on #AE8DC3 background

This text has white color on #AE8DC3 background.