COLOR #AE7AAB

HEX: #AE7AAB
RGB: (174,122,171)

Color info

#AE7AAB contains red, green and blue colors in about the same proportion. Web safe color of #AE7AAB is #996699 (or #969).

RGB color model

#AE7AAB color RGB value is (174,122,171).

  • red value is 174;
  • green value is 122;
  • blue value is 171.
RGB:
(174,122,171)
(68%,48%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 171 of 255 = 67%

174
122
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 122 + 171 = 467 (100%)
R 174 of 467 ~ 37.26%
G 122 of 467 ~ 26.12%
B 171 of 467 ~ 36.62%

%37.26
%26.12
%36.62

CMYK color model

#AE7AAB color CMYK value is (0,30,2,32).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,30,2,32)
C0M30Y2K32 
(0%,30%,2%,32%)
(0.00/0.30/0.02/0.32)	

CMYK percentages

%0
%29.89
%1.72
%31.76

Codes

Color #AE7AAB in popluar color models

AE7AAB
RGB174122171
HSL303°24.30%58.04%
HSB/HSV303°29.89%68.24%
CMYK0.00%29.89%1.72%
31.76%

Color #AE7AAB in popluar number systems.

HEXAE7AAB
Decimal174122171
Binary10101110111101010101011
Octal256172253

Shades and tints

Shades of #AE7AAB

#AE7AAB
(174,122,171)
#9F6F9C
(159,111,156)
#90648D
(144,100,141)
#81597E
(129,89,126)
#724E6F
(114,78,111)
#634360
(99,67,96)
#543851
(84,56,81)
#452D42
(69,45,66)
#362233
(54,34,51)
#271724
(39,23,36)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #AE7AAB

#AE7AAB
(174,122,171)
#B586B2
(181,134,178)
#BC92B9
(188,146,185)
#C39EC0
(195,158,192)
#CAAAC7
(202,170,199)
#D1B6CE
(209,182,206)
#D8C2D5
(216,194,213)
#DFCEDC
(223,206,220)
#E6DAE3
(230,218,227)
#EDE6EA
(237,230,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7AAB color. Also use rgb(174,122,171) instead hex code.

Text Font Color

.myTextColor { color: #AE7AAB; }

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

This text font color is #AE7AAB.


Background Color

.myBgColor { background-color: #AE7AAB; }

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

This div background color is #AE7AAB.


Border color

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

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

This div border color is #AE7AAB.


Opacity

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

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

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

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

This text has shadow with #AE7AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7AAB on black background.


Color preview on white background

This text has color #AE7AAB on white background.



Black color preview on #AE7AAB background

This text has black color on #AE7AAB background.


White color preview on #AE7AAB background

This text has white color on #AE7AAB background.