COLOR #AE94C2

HEX: #AE94C2
RGB: (174,148,194)

Color info

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

RGB color model

#AE94C2 color RGB value is (174,148,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 194 of 255 = 76%

174
148
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 194 = 516 (100%)
R 174 of 516 ~ 33.72%
G 148 of 516 ~ 28.68%
B 194 of 516 ~ 37.6%

%33.72
%28.68
%37.6

CMYK color model

#AE94C2 color CMYK value is (10,24,0,24).

  • cyan value is 10.31%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,24,0,24)
C10M24Y0K24 
(10%,24%,0%,24%)
(0.10/0.24/0.00/0.24)	

CMYK percentages

%10.31
%23.71
%0
%23.92

Codes

Color #AE94C2 in popluar color models

AE94C2
RGB174148194
HSL274°27.38%67.06%
HSB/HSV274°23.71%76.08%
CMYK10.31%23.71%0.00%
23.92%

Color #AE94C2 in popluar number systems.

HEXAE94C2
Decimal174148194
Binary101011101001010011000010
Octal256224302

Shades and tints

Shades of #AE94C2

#AE94C2
(174,148,194)
#9F87B1
(159,135,177)
#907AA0
(144,122,160)
#816D8F
(129,109,143)
#72607E
(114,96,126)
#63536D
(99,83,109)
#54465C
(84,70,92)
#45394B
(69,57,75)
#362C3A
(54,44,58)
#271F29
(39,31,41)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AE94C2

#AE94C2
(174,148,194)
#B59DC7
(181,157,199)
#BCA6CC
(188,166,204)
#C3AFD1
(195,175,209)
#CAB8D6
(202,184,214)
#D1C1DB
(209,193,219)
#D8CAE0
(216,202,224)
#DFD3E5
(223,211,229)
#E6DCEA
(230,220,234)
#EDE5EF
(237,229,239)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE94C2; }

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

This text font color is #AE94C2.


Background Color

.myBgColor { background-color: #AE94C2; }

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

This div background color is #AE94C2.


Border color

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

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

This div border color is #AE94C2.


Opacity

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

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

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

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

This text has shadow with #AE94C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE94C2 on black background.


Color preview on white background

This text has color #AE94C2 on white background.



Black color preview on #AE94C2 background

This text has black color on #AE94C2 background.


White color preview on #AE94C2 background

This text has white color on #AE94C2 background.