COLOR #AE88AA

HEX: #AE88AA
RGB: (174,136,170)

Color info

#AE88AA contains red, green and blue colors in about the same proportion. Web safe color of #AE88AA is #999999 (or #999).

RGB color model

#AE88AA color RGB value is (174,136,170).

  • red value is 174;
  • green value is 136;
  • blue value is 170.
RGB:
(174,136,170)
(68%,53%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 170 of 255 = 67%

174
136
170

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

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 170 = 480 (100%)
R 174 of 480 ~ 36.25%
G 136 of 480 ~ 28.33%
B 170 of 480 ~ 35.42%

%36.25
%28.33
%35.42

CMYK color model

#AE88AA color CMYK value is (0,22,2,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(0,22,2,32)
C0M22Y2K32 
(0%,22%,2%,32%)
(0.00/0.22/0.02/0.32)	

CMYK percentages

%0
%21.84
%2.3
%31.76

Codes

Color #AE88AA in popluar color models

AE88AA
RGB174136170
HSL306°19.00%60.78%
HSB/HSV306°21.84%68.24%
CMYK0.00%21.84%2.30%
31.76%

Color #AE88AA in popluar number systems.

HEXAE88AA
Decimal174136170
Binary101011101000100010101010
Octal256210252

Shades and tints

Shades of #AE88AA

#AE88AA
(174,136,170)
#9F7C9B
(159,124,155)
#90708C
(144,112,140)
#81647D
(129,100,125)
#72586E
(114,88,110)
#634C5F
(99,76,95)
#544050
(84,64,80)
#453441
(69,52,65)
#362832
(54,40,50)
#271C23
(39,28,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AE88AA

#AE88AA
(174,136,170)
#B592B1
(181,146,177)
#BC9CB8
(188,156,184)
#C3A6BF
(195,166,191)
#CAB0C6
(202,176,198)
#D1BACD
(209,186,205)
#D8C4D4
(216,196,212)
#DFCEDB
(223,206,219)
#E6D8E2
(230,216,226)
#EDE2E9
(237,226,233)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE88AA color. Also use rgb(174,136,170) instead hex code.

Text Font Color

.myTextColor { color: #AE88AA; }

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

This text font color is #AE88AA.


Background Color

.myBgColor { background-color: #AE88AA; }

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

This div background color is #AE88AA.


Border color

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

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

This div border color is #AE88AA.


Opacity

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

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

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

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

This text has shadow with #AE88AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE88AA on black background.


Color preview on white background

This text has color #AE88AA on white background.



Black color preview on #AE88AA background

This text has black color on #AE88AA background.


White color preview on #AE88AA background

This text has white color on #AE88AA background.