COLOR #AE80AB

HEX: #AE80AB
RGB: (174,128,171)

Color info

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

RGB color model

#AE80AB color RGB value is (174,128,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 171 of 255 = 67%

174
128
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 171 = 473 (100%)
R 174 of 473 ~ 36.79%
G 128 of 473 ~ 27.06%
B 171 of 473 ~ 36.15%

%36.79
%27.06
%36.15

CMYK color model

#AE80AB color CMYK value is (0,26,2,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,26,2,32)
C0M26Y2K32 
(0%,26%,2%,32%)
(0.00/0.26/0.02/0.32)	

CMYK percentages

%0
%26.44
%1.72
%31.76

Codes

Color #AE80AB in popluar color models

AE80AB
RGB174128171
HSL304°22.12%59.22%
HSB/HSV304°26.44%68.24%
CMYK0.00%26.44%1.72%
31.76%

Color #AE80AB in popluar number systems.

HEXAE80AB
Decimal174128171
Binary101011101000000010101011
Octal256200253

Shades and tints

Shades of #AE80AB

#AE80AB
(174,128,171)
#9F759C
(159,117,156)
#906A8D
(144,106,141)
#815F7E
(129,95,126)
#72546F
(114,84,111)
#634960
(99,73,96)
#543E51
(84,62,81)
#453342
(69,51,66)
#362833
(54,40,51)
#271D24
(39,29,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AE80AB

#AE80AB
(174,128,171)
#B58BB2
(181,139,178)
#BC96B9
(188,150,185)
#C3A1C0
(195,161,192)
#CAACC7
(202,172,199)
#D1B7CE
(209,183,206)
#D8C2D5
(216,194,213)
#DFCDDC
(223,205,220)
#E6D8E3
(230,216,227)
#EDE3EA
(237,227,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE80AB; }

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

This text font color is #AE80AB.


Background Color

.myBgColor { background-color: #AE80AB; }

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

This div background color is #AE80AB.


Border color

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

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

This div border color is #AE80AB.


Opacity

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

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

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

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

This text has shadow with #AE80AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE80AB on black background.


Color preview on white background

This text has color #AE80AB on white background.



Black color preview on #AE80AB background

This text has black color on #AE80AB background.


White color preview on #AE80AB background

This text has white color on #AE80AB background.