COLOR #AE8FF7

HEX: #AE8FF7 RGB: (174,143,247)

Color info

#AE8FF7 contains mainly blue color. Web safe color of #AE8FF7 is #9999FF (or #99F).

RGB color model

#AE8FF7 color RGB value is (174,143,247).

RGB: (174,143,247) (68%, 56%, 97%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 247 of 255 = 97%

174
143
247

R + G + B ~ 74%. #AE8FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 143 + 247 = 564 (100%)
R 174 of 564 ~ 30.85%
G 143 of 564 ~ 25.35%
B 247 of 564 ~ 43.79'%

%30.85
%25.35
%43.79

CMYK color model

#AE8FF7 color CMYK value is (30,42,0,3).

  • cyan value is 29.55%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (30,42,0,3)
C30M42Y0K3 (30%, 42%, 0%, 3%)
(0.30 / 0.42 / 0.00 / 0.03)

CMYK percentages

%29.55
%42.11
%0
%3.14

Codes

Color #AE8FF7 in popluar color models

AE 8F F7
RGB 174 143 247
HSL 258° 86.67% 76.47%
HSB/HSV 258° 42.11% 96.86%
CMYK 29.55% 42.11% 0.00%
3.14%

Color #AE8FF7 in popluar number systems.

HEX AE 8F F7
Decimal 174 143 247
Binary 10101110 10001111 11110111
Octal 256 217 367

Shades and tints

Shades of #AE8FF7

#AE8FF7
(174,143,247)
#9F82E1
(159,130,225)
#9075CB
(144,117,203)
#8168B5
(129,104,181)
#725B9F
(114,91,159)
#634E89
(99,78,137)
#544173
(84,65,115)
#45345D
(69,52,93)
#362747
(54,39,71)
#271A31
(39,26,49)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #AE8FF7

#AE8FF7
(174,143,247)
#B599F7
(181,153,247)
#BCA3F7
(188,163,247)
#C3ADF7
(195,173,247)
#CAB7F7
(202,183,247)
#D1C1F7
(209,193,247)
#D8CBF7
(216,203,247)
#DFD5F7
(223,213,247)
#E6DFF7
(230,223,247)
#EDE9F7
(237,233,247)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8FF7 color. Also use rgb(174,143,247) instead hex code.

Text Font Color

.myTextColor { color: #AE8FF7; }

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

This text font color is #AE8FF7.

Background Color

.myBgColor { background-color: #AE8FF7; }

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

This div background color is #AE8FF7.

Border color

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

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

This div border color is #AE8FF7.

Opacity

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

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

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

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

This text has shadow with #AE8FF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8FF7.

Preview

Color preview on black background

This text has color #AE8FF7 on black background.


Color preview on white background

This text has color #AE8FF7 on white background.


Black color preview on #AE8FF7 background

This text has black color on #AE8FF7 background.


White color preview on #AE8FF7 background

This text has white color on #AE8FF7 background.


Related colors

Complementary color

Complementary color for #hex is #517008.


I love getcolorcode.com

Triadic colors

1 #F7AE8F and #8FF7AE with #AE8FF7 are triadic colors.

2 #F78FAE and #8FAEF7 with #AE8FF7 are triadic colors.