COLOR #AE69B8

HEX: #AE69B8
RGB: (174,105,184)

Color info

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

RGB color model

#AE69B8 color RGB value is (174,105,184).

  • red value is 174;
  • green value is 105;
  • blue value is 184.
RGB:
(174,105,184)
(68%,41%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 184 of 255 = 72%

174
105
184

R + G + B ~ 60%. #AE69B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 184 = 463 (100%)
R 174 of 463 ~ 37.58%
G 105 of 463 ~ 22.68%
B 184 of 463 ~ 39.74%

%37.58
%22.68
%39.74

CMYK color model

#AE69B8 color CMYK value is (5,43,0,28).

  • cyan value is 5.43%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,43,0,28)
C5M43Y0K28 
(5%,43%,0%,28%)
(0.05/0.43/0.00/0.28)	

CMYK percentages

%5.43
%42.93
%0
%27.84

Codes

Color #AE69B8 in popluar color models

AE69B8
RGB174105184
HSL292°35.75%56.67%
HSB/HSV292°42.93%72.16%
CMYK5.43%42.93%0.00%
27.84%

Color #AE69B8 in popluar number systems.

HEXAE69B8
Decimal174105184
Binary10101110110100110111000
Octal256151270

Shades and tints

Shades of #AE69B8

#AE69B8
(174,105,184)
#9F60A8
(159,96,168)
#905798
(144,87,152)
#814E88
(129,78,136)
#724578
(114,69,120)
#633C68
(99,60,104)
#543358
(84,51,88)
#452A48
(69,42,72)
#362138
(54,33,56)
#271828
(39,24,40)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #AE69B8

#AE69B8
(174,105,184)
#B576BE
(181,118,190)
#BC83C4
(188,131,196)
#C390CA
(195,144,202)
#CA9DD0
(202,157,208)
#D1AAD6
(209,170,214)
#D8B7DC
(216,183,220)
#DFC4E2
(223,196,226)
#E6D1E8
(230,209,232)
#EDDEEE
(237,222,238)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE69B8 color. Also use rgb(174,105,184) instead hex code.

Text Font Color

.myTextColor { color: #AE69B8; }

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

This text font color is #AE69B8.


Background Color

.myBgColor { background-color: #AE69B8; }

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

This div background color is #AE69B8.


Border color

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

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

This div border color is #AE69B8.


Opacity

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

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

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

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

This text has shadow with #AE69B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE69B8 on black background.


Color preview on white background

This text has color #AE69B8 on white background.



Black color preview on #AE69B8 background

This text has black color on #AE69B8 background.


White color preview on #AE69B8 background

This text has white color on #AE69B8 background.