COLOR #AE88A8

HEX: #AE88A8
RGB: (174,136,168)

Color info

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

RGB color model

#AE88A8 color RGB value is (174,136,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 168 of 255 = 66%

174
136
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 168 = 478 (100%)
R 174 of 478 ~ 36.4%
G 136 of 478 ~ 28.45%
B 168 of 478 ~ 35.15%

%36.4
%28.45
%35.15

CMYK color model

#AE88A8 color CMYK value is (0,22,3,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,22,3,32)
C0M22Y3K32 
(0%,22%,3%,32%)
(0.00/0.22/0.03/0.32)	

CMYK percentages

%0
%21.84
%3.45
%31.76

Codes

Color #AE88A8 in popluar color models

AE88A8
RGB174136168
HSL309°19.00%60.78%
HSB/HSV309°21.84%68.24%
CMYK0.00%21.84%3.45%
31.76%

Color #AE88A8 in popluar number systems.

HEXAE88A8
Decimal174136168
Binary101011101000100010101000
Octal256210250

Shades and tints

Shades of #AE88A8

#AE88A8
(174,136,168)
#9F7C99
(159,124,153)
#90708A
(144,112,138)
#81647B
(129,100,123)
#72586C
(114,88,108)
#634C5D
(99,76,93)
#54404E
(84,64,78)
#45343F
(69,52,63)
#362830
(54,40,48)
#271C21
(39,28,33)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AE88A8

#AE88A8
(174,136,168)
#B592AF
(181,146,175)
#BC9CB6
(188,156,182)
#C3A6BD
(195,166,189)
#CAB0C4
(202,176,196)
#D1BACB
(209,186,203)
#D8C4D2
(216,196,210)
#DFCED9
(223,206,217)
#E6D8E0
(230,216,224)
#EDE2E7
(237,226,231)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE88A8; }

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

This text font color is #AE88A8.


Background Color

.myBgColor { background-color: #AE88A8; }

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

This div background color is #AE88A8.


Border color

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

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

This div border color is #AE88A8.


Opacity

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

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

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

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

This text has shadow with #AE88A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE88A8 on black background.


Color preview on white background

This text has color #AE88A8 on white background.



Black color preview on #AE88A8 background

This text has black color on #AE88A8 background.


White color preview on #AE88A8 background

This text has white color on #AE88A8 background.