COLOR #AE7FD0

HEX: #AE7FD0
RGB: (174,127,208)

Color info

#AE7FD0 contains mainly red and blue colors. Web safe color of #AE7FD0 is #9966CC (or #96C).

RGB color model

#AE7FD0 color RGB value is (174,127,208).

  • red value is 174;
  • green value is 127;
  • blue value is 208.
RGB:
(174,127,208)
(68%,50%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 208 of 255 = 82%

174
127
208

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 208 = 509 (100%)
R 174 of 509 ~ 34.18%
G 127 of 509 ~ 24.95%
B 208 of 509 ~ 40.86%

%34.18
%24.95
%40.86

CMYK color model

#AE7FD0 color CMYK value is (16,39,0,18).

  • cyan value is 16.35%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,39,0,18)
C16M39Y0K18 
(16%,39%,0%,18%)
(0.16/0.39/0.00/0.18)	

CMYK percentages

%16.35
%38.94
%0
%18.43

Codes

Color #AE7FD0 in popluar color models

AE7FD0
RGB174127208
HSL275°46.29%65.69%
HSB/HSV275°38.94%81.57%
CMYK16.35%38.94%0.00%
18.43%

Color #AE7FD0 in popluar number systems.

HEXAE7FD0
Decimal174127208
Binary10101110111111111010000
Octal256177320

Shades and tints

Shades of #AE7FD0

#AE7FD0
(174,127,208)
#9F74BE
(159,116,190)
#9069AC
(144,105,172)
#815E9A
(129,94,154)
#725388
(114,83,136)
#634876
(99,72,118)
#543D64
(84,61,100)
#453252
(69,50,82)
#362740
(54,39,64)
#271C2E
(39,28,46)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #AE7FD0

#AE7FD0
(174,127,208)
#B58AD4
(181,138,212)
#BC95D8
(188,149,216)
#C3A0DC
(195,160,220)
#CAABE0
(202,171,224)
#D1B6E4
(209,182,228)
#D8C1E8
(216,193,232)
#DFCCEC
(223,204,236)
#E6D7F0
(230,215,240)
#EDE2F4
(237,226,244)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7FD0 color. Also use rgb(174,127,208) instead hex code.

Text Font Color

.myTextColor { color: #AE7FD0; }

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

This text font color is #AE7FD0.


Background Color

.myBgColor { background-color: #AE7FD0; }

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

This div background color is #AE7FD0.


Border color

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

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

This div border color is #AE7FD0.


Opacity

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

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

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

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

This text has shadow with #AE7FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7FD0 on black background.


Color preview on white background

This text has color #AE7FD0 on white background.



Black color preview on #AE7FD0 background

This text has black color on #AE7FD0 background.


White color preview on #AE7FD0 background

This text has white color on #AE7FD0 background.