COLOR #AE79B5

HEX: #AE79B5
RGB: (174,121,181)

Color info

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

RGB color model

#AE79B5 color RGB value is (174,121,181).

  • red value is 174;
  • green value is 121;
  • blue value is 181.
RGB:
(174,121,181)
(68%,47%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 121 of 255 = 47%
B 181 of 255 = 71%

174
121
181

R + G + B ~ 62%. #AE79B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 121 + 181 = 476 (100%)
R 174 of 476 ~ 36.55%
G 121 of 476 ~ 25.42%
B 181 of 476 ~ 38.03%

%36.55
%25.42
%38.03

CMYK color model

#AE79B5 color CMYK value is (4,33,0,29).

  • cyan value is 3.87%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,33,0,29)
C4M33Y0K29 
(4%,33%,0%,29%)
(0.04/0.33/0.00/0.29)	

CMYK percentages

%3.87
%33.15
%0
%29.02

Codes

Color #AE79B5 in popluar color models

AE79B5
RGB174121181
HSL293°28.85%59.22%
HSB/HSV293°33.15%70.98%
CMYK3.87%33.15%0.00%
29.02%

Color #AE79B5 in popluar number systems.

HEXAE79B5
Decimal174121181
Binary10101110111100110110101
Octal256171265

Shades and tints

Shades of #AE79B5

#AE79B5
(174,121,181)
#9F6EA5
(159,110,165)
#906395
(144,99,149)
#815885
(129,88,133)
#724D75
(114,77,117)
#634265
(99,66,101)
#543755
(84,55,85)
#452C45
(69,44,69)
#362135
(54,33,53)
#271625
(39,22,37)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #AE79B5

#AE79B5
(174,121,181)
#B585BB
(181,133,187)
#BC91C1
(188,145,193)
#C39DC7
(195,157,199)
#CAA9CD
(202,169,205)
#D1B5D3
(209,181,211)
#D8C1D9
(216,193,217)
#DFCDDF
(223,205,223)
#E6D9E5
(230,217,229)
#EDE5EB
(237,229,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE79B5 color. Also use rgb(174,121,181) instead hex code.

Text Font Color

.myTextColor { color: #AE79B5; }

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

This text font color is #AE79B5.


Background Color

.myBgColor { background-color: #AE79B5; }

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

This div background color is #AE79B5.


Border color

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

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

This div border color is #AE79B5.


Opacity

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

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

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

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

This text has shadow with #AE79B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE79B5 on black background.


Color preview on white background

This text has color #AE79B5 on white background.



Black color preview on #AE79B5 background

This text has black color on #AE79B5 background.


White color preview on #AE79B5 background

This text has white color on #AE79B5 background.