COLOR #AE66BF

HEX: #AE66BF
RGB: (174,102,191)

Color info

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

RGB color model

#AE66BF color RGB value is (174,102,191).

  • red value is 174;
  • green value is 102;
  • blue value is 191.
RGB:
(174,102,191)
(68%,40%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 102 of 255 = 40%
B 191 of 255 = 75%

174
102
191

R + G + B ~ 61%. #AE66BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 102 + 191 = 467 (100%)
R 174 of 467 ~ 37.26%
G 102 of 467 ~ 21.84%
B 191 of 467 ~ 40.9%

%37.26
%21.84
%40.9

CMYK color model

#AE66BF color CMYK value is (9,47,0,25).

  • cyan value is 8.90%
  • magenta value is 46.60%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,47,0,25)
C9M47Y0K25 
(9%,47%,0%,25%)
(0.09/0.47/0.00/0.25)	

CMYK percentages

%8.9
%46.6
%0
%25.1

Codes

Color #AE66BF in popluar color models

AE66BF
RGB174102191
HSL289°41.01%57.45%
HSB/HSV289°46.60%74.90%
CMYK8.90%46.60%0.00%
25.10%

Color #AE66BF in popluar number systems.

HEXAE66BF
Decimal174102191
Binary10101110110011010111111
Octal256146277

Shades and tints

Shades of #AE66BF

#AE66BF
(174,102,191)
#9F5DAE
(159,93,174)
#90549D
(144,84,157)
#814B8C
(129,75,140)
#72427B
(114,66,123)
#63396A
(99,57,106)
#543059
(84,48,89)
#452748
(69,39,72)
#361E37
(54,30,55)
#271526
(39,21,38)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #AE66BF

#AE66BF
(174,102,191)
#B573C4
(181,115,196)
#BC80C9
(188,128,201)
#C38DCE
(195,141,206)
#CA9AD3
(202,154,211)
#D1A7D8
(209,167,216)
#D8B4DD
(216,180,221)
#DFC1E2
(223,193,226)
#E6CEE7
(230,206,231)
#EDDBEC
(237,219,236)
#F4E8F1
(244,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE66BF color. Also use rgb(174,102,191) instead hex code.

Text Font Color

.myTextColor { color: #AE66BF; }

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

This text font color is #AE66BF.


Background Color

.myBgColor { background-color: #AE66BF; }

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

This div background color is #AE66BF.


Border color

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

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

This div border color is #AE66BF.


Opacity

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

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

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

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

This text has shadow with #AE66BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE66BF on black background.


Color preview on white background

This text has color #AE66BF on white background.



Black color preview on #AE66BF background

This text has black color on #AE66BF background.


White color preview on #AE66BF background

This text has white color on #AE66BF background.