COLOR #AE94BC

HEX: #AE94BC
RGB: (174,148,188)

Color info

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

RGB color model

#AE94BC color RGB value is (174,148,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 188 of 255 = 74%

174
148
188

R + G + B ~ 67%. #AE94BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 188 = 510 (100%)
R 174 of 510 ~ 34.12%
G 148 of 510 ~ 29.02%
B 188 of 510 ~ 36.86%

%34.12
%29.02
%36.86

CMYK color model

#AE94BC color CMYK value is (7,21,0,26).

  • cyan value is 7.45%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,21,0,26)
C7M21Y0K26 
(7%,21%,0%,26%)
(0.07/0.21/0.00/0.26)	

CMYK percentages

%7.45
%21.28
%0
%26.27

Codes

Color #AE94BC in popluar color models

AE94BC
RGB174148188
HSL279°22.99%65.88%
HSB/HSV279°21.28%73.73%
CMYK7.45%21.28%0.00%
26.27%

Color #AE94BC in popluar number systems.

HEXAE94BC
Decimal174148188
Binary101011101001010010111100
Octal256224274

Shades and tints

Shades of #AE94BC

#AE94BC
(174,148,188)
#9F87AB
(159,135,171)
#907A9A
(144,122,154)
#816D89
(129,109,137)
#726078
(114,96,120)
#635367
(99,83,103)
#544656
(84,70,86)
#453945
(69,57,69)
#362C34
(54,44,52)
#271F23
(39,31,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE94BC

#AE94BC
(174,148,188)
#B59DC2
(181,157,194)
#BCA6C8
(188,166,200)
#C3AFCE
(195,175,206)
#CAB8D4
(202,184,212)
#D1C1DA
(209,193,218)
#D8CAE0
(216,202,224)
#DFD3E6
(223,211,230)
#E6DCEC
(230,220,236)
#EDE5F2
(237,229,242)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE94BC; }

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

This text font color is #AE94BC.


Background Color

.myBgColor { background-color: #AE94BC; }

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

This div background color is #AE94BC.


Border color

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

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

This div border color is #AE94BC.


Opacity

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

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

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

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

This text has shadow with #AE94BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE94BC on black background.


Color preview on white background

This text has color #AE94BC on white background.



Black color preview on #AE94BC background

This text has black color on #AE94BC background.


White color preview on #AE94BC background

This text has white color on #AE94BC background.