COLOR #AE8DC7

HEX: #AE8DC7
RGB: (174,141,199)

Color info

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

RGB color model

#AE8DC7 color RGB value is (174,141,199).

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

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 199 of 255 = 78%

174
141
199

R + G + B ~ 67%. #AE8DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 199 = 514 (100%)
R 174 of 514 ~ 33.85%
G 141 of 514 ~ 27.43%
B 199 of 514 ~ 38.72%

%33.85
%27.43
%38.72

CMYK color model

#AE8DC7 color CMYK value is (13,29,0,22).

  • cyan value is 12.56%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,29,0,22)
C13M29Y0K22 
(13%,29%,0%,22%)
(0.13/0.29/0.00/0.22)	

CMYK percentages

%12.56
%29.15
%0
%21.96

Codes

Color #AE8DC7 in popluar color models

AE8DC7
RGB174141199
HSL274°34.12%66.67%
HSB/HSV274°29.15%78.04%
CMYK12.56%29.15%0.00%
21.96%

Color #AE8DC7 in popluar number systems.

HEXAE8DC7
Decimal174141199
Binary101011101000110111000111
Octal256215307

Shades and tints

Shades of #AE8DC7

#AE8DC7
(174,141,199)
#9F81B5
(159,129,181)
#9075A3
(144,117,163)
#816991
(129,105,145)
#725D7F
(114,93,127)
#63516D
(99,81,109)
#54455B
(84,69,91)
#453949
(69,57,73)
#362D37
(54,45,55)
#272125
(39,33,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AE8DC7

#AE8DC7
(174,141,199)
#B597CC
(181,151,204)
#BCA1D1
(188,161,209)
#C3ABD6
(195,171,214)
#CAB5DB
(202,181,219)
#D1BFE0
(209,191,224)
#D8C9E5
(216,201,229)
#DFD3EA
(223,211,234)
#E6DDEF
(230,221,239)
#EDE7F4
(237,231,244)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8DC7; }

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

This text font color is #AE8DC7.


Background Color

.myBgColor { background-color: #AE8DC7; }

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

This div background color is #AE8DC7.


Border color

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

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

This div border color is #AE8DC7.


Opacity

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

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

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

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

This text has shadow with #AE8DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DC7 on black background.


Color preview on white background

This text has color #AE8DC7 on white background.



Black color preview on #AE8DC7 background

This text has black color on #AE8DC7 background.


White color preview on #AE8DC7 background

This text has white color on #AE8DC7 background.