COLOR #AE88BB

HEX: #AE88BB
RGB: (174,136,187)

Color info

#AE88BB contains red, green and blue colors in about the same proportion. Web safe color of #AE88BB is #9999CC (or #99C).

RGB color model

#AE88BB color RGB value is (174,136,187).

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

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 187 of 255 = 73%

174
136
187

R + G + B ~ 65%. #AE88BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 187 = 497 (100%)
R 174 of 497 ~ 35.01%
G 136 of 497 ~ 27.36%
B 187 of 497 ~ 37.63%

%35.01
%27.36
%37.63

CMYK color model

#AE88BB color CMYK value is (7,27,0,27).

  • cyan value is 6.95%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,27,0,27)
C7M27Y0K27 
(7%,27%,0%,27%)
(0.07/0.27/0.00/0.27)	

CMYK percentages

%6.95
%27.27
%0
%26.67

Codes

Color #AE88BB in popluar color models

AE88BB
RGB174136187
HSL285°27.27%63.33%
HSB/HSV285°27.27%73.33%
CMYK6.95%27.27%0.00%
26.67%

Color #AE88BB in popluar number systems.

HEXAE88BB
Decimal174136187
Binary101011101000100010111011
Octal256210273

Shades and tints

Shades of #AE88BB

#AE88BB
(174,136,187)
#9F7CAA
(159,124,170)
#907099
(144,112,153)
#816488
(129,100,136)
#725877
(114,88,119)
#634C66
(99,76,102)
#544055
(84,64,85)
#453444
(69,52,68)
#362833
(54,40,51)
#271C22
(39,28,34)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE88BB

#AE88BB
(174,136,187)
#B592C1
(181,146,193)
#BC9CC7
(188,156,199)
#C3A6CD
(195,166,205)
#CAB0D3
(202,176,211)
#D1BAD9
(209,186,217)
#D8C4DF
(216,196,223)
#DFCEE5
(223,206,229)
#E6D8EB
(230,216,235)
#EDE2F1
(237,226,241)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE88BB; }

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

This text font color is #AE88BB.


Background Color

.myBgColor { background-color: #AE88BB; }

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

This div background color is #AE88BB.


Border color

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

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

This div border color is #AE88BB.


Opacity

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

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

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

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

This text has shadow with #AE88BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE88BB on black background.


Color preview on white background

This text has color #AE88BB on white background.



Black color preview on #AE88BB background

This text has black color on #AE88BB background.


White color preview on #AE88BB background

This text has white color on #AE88BB background.