COLOR #AE8DC0

HEX: #AE8DC0
RGB: (174,141,192)

Color info

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

RGB color model

#AE8DC0 color RGB value is (174,141,192).

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

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 192 of 255 = 75%

174
141
192

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 192 = 507 (100%)
R 174 of 507 ~ 34.32%
G 141 of 507 ~ 27.81%
B 192 of 507 ~ 37.87%

%34.32
%27.81
%37.87

CMYK color model

#AE8DC0 color CMYK value is (9,27,0,25).

  • cyan value is 9.38%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,27,0,25)
C9M27Y0K25 
(9%,27%,0%,25%)
(0.09/0.27/0.00/0.25)	

CMYK percentages

%9.38
%26.56
%0
%24.71

Codes

Color #AE8DC0 in popluar color models

AE8DC0
RGB174141192
HSL279°28.81%65.29%
HSB/HSV279°26.56%75.29%
CMYK9.38%26.56%0.00%
24.71%

Color #AE8DC0 in popluar number systems.

HEXAE8DC0
Decimal174141192
Binary101011101000110111000000
Octal256215300

Shades and tints

Shades of #AE8DC0

#AE8DC0
(174,141,192)
#9F81AF
(159,129,175)
#90759E
(144,117,158)
#81698D
(129,105,141)
#725D7C
(114,93,124)
#63516B
(99,81,107)
#54455A
(84,69,90)
#453949
(69,57,73)
#362D38
(54,45,56)
#272127
(39,33,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AE8DC0

#AE8DC0
(174,141,192)
#B597C5
(181,151,197)
#BCA1CA
(188,161,202)
#C3ABCF
(195,171,207)
#CAB5D4
(202,181,212)
#D1BFD9
(209,191,217)
#D8C9DE
(216,201,222)
#DFD3E3
(223,211,227)
#E6DDE8
(230,221,232)
#EDE7ED
(237,231,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8DC0; }

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

This text font color is #AE8DC0.


Background Color

.myBgColor { background-color: #AE8DC0; }

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

This div background color is #AE8DC0.


Border color

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

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

This div border color is #AE8DC0.


Opacity

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

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

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

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

This text has shadow with #AE8DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DC0 on black background.


Color preview on white background

This text has color #AE8DC0 on white background.



Black color preview on #AE8DC0 background

This text has black color on #AE8DC0 background.


White color preview on #AE8DC0 background

This text has white color on #AE8DC0 background.