COLOR #AE94BB

HEX: #AE94BB
RGB: (174,148,187)

Color info

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

RGB color model

#AE94BB color RGB value is (174,148,187).

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

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 187 of 255 = 73%

174
148
187

R + G + B ~ 66%. #AE94BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 187 = 509 (100%)
R 174 of 509 ~ 34.18%
G 148 of 509 ~ 29.08%
B 187 of 509 ~ 36.74%

%34.18
%29.08
%36.74

CMYK color model

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

  • cyan value is 6.95%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,21,0,27)
C7M21Y0K27 
(7%,21%,0%,27%)
(0.07/0.21/0.00/0.27)	

CMYK percentages

%6.95
%20.86
%0
%26.67

Codes

Color #AE94BB in popluar color models

AE94BB
RGB174148187
HSL280°22.29%65.69%
HSB/HSV280°20.86%73.33%
CMYK6.95%20.86%0.00%
26.67%

Color #AE94BB in popluar number systems.

HEXAE94BB
Decimal174148187
Binary101011101001010010111011
Octal256224273

Shades and tints

Shades of #AE94BB

#AE94BB
(174,148,187)
#9F87AA
(159,135,170)
#907A99
(144,122,153)
#816D88
(129,109,136)
#726077
(114,96,119)
#635366
(99,83,102)
#544655
(84,70,85)
#453944
(69,57,68)
#362C33
(54,44,51)
#271F22
(39,31,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AE94BB

#AE94BB
(174,148,187)
#B59DC1
(181,157,193)
#BCA6C7
(188,166,199)
#C3AFCD
(195,175,205)
#CAB8D3
(202,184,211)
#D1C1D9
(209,193,217)
#D8CADF
(216,202,223)
#DFD3E5
(223,211,229)
#E6DCEB
(230,220,235)
#EDE5F1
(237,229,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE94BB; }

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

This text font color is #AE94BB.


Background Color

.myBgColor { background-color: #AE94BB; }

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

This div background color is #AE94BB.


Border color

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

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

This div border color is #AE94BB.


Opacity

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

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

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

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

This text has shadow with #AE94BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE94BB on black background.


Color preview on white background

This text has color #AE94BB on white background.



Black color preview on #AE94BB background

This text has black color on #AE94BB background.


White color preview on #AE94BB background

This text has white color on #AE94BB background.