COLOR #AE77B9

HEX: #AE77B9
RGB: (174,119,185)

Color info

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

RGB color model

#AE77B9 color RGB value is (174,119,185).

  • red value is 174;
  • green value is 119;
  • blue value is 185.
RGB:
(174,119,185)
(68%,47%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 185 of 255 = 73%

174
119
185

R + G + B ~ 63%. #AE77B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 185 = 478 (100%)
R 174 of 478 ~ 36.4%
G 119 of 478 ~ 24.9%
B 185 of 478 ~ 38.7%

%36.4
%24.9
%38.7

CMYK color model

#AE77B9 color CMYK value is (6,36,0,27).

  • cyan value is 5.95%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,36,0,27)
C6M36Y0K27 
(6%,36%,0%,27%)
(0.06/0.36/0.00/0.27)	

CMYK percentages

%5.95
%35.68
%0
%27.45

Codes

Color #AE77B9 in popluar color models

AE77B9
RGB174119185
HSL290°32.04%59.61%
HSB/HSV290°35.68%72.55%
CMYK5.95%35.68%0.00%
27.45%

Color #AE77B9 in popluar number systems.

HEXAE77B9
Decimal174119185
Binary10101110111011110111001
Octal256167271

Shades and tints

Shades of #AE77B9

#AE77B9
(174,119,185)
#9F6DA9
(159,109,169)
#906399
(144,99,153)
#815989
(129,89,137)
#724F79
(114,79,121)
#634569
(99,69,105)
#543B59
(84,59,89)
#453149
(69,49,73)
#362739
(54,39,57)
#271D29
(39,29,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AE77B9

#AE77B9
(174,119,185)
#B583BF
(181,131,191)
#BC8FC5
(188,143,197)
#C39BCB
(195,155,203)
#CAA7D1
(202,167,209)
#D1B3D7
(209,179,215)
#D8BFDD
(216,191,221)
#DFCBE3
(223,203,227)
#E6D7E9
(230,215,233)
#EDE3EF
(237,227,239)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE77B9 color. Also use rgb(174,119,185) instead hex code.

Text Font Color

.myTextColor { color: #AE77B9; }

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

This text font color is #AE77B9.


Background Color

.myBgColor { background-color: #AE77B9; }

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

This div background color is #AE77B9.


Border color

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

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

This div border color is #AE77B9.


Opacity

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

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

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

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

This text has shadow with #AE77B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE77B9 on black background.


Color preview on white background

This text has color #AE77B9 on white background.



Black color preview on #AE77B9 background

This text has black color on #AE77B9 background.


White color preview on #AE77B9 background

This text has white color on #AE77B9 background.