COLOR #AE98C2

HEX: #AE98C2
RGB: (174,152,194)

Color info

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

RGB color model

#AE98C2 color RGB value is (174,152,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 194 of 255 = 76%

174
152
194

R + G + B ~ 68%. #AE98C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 194 = 520 (100%)
R 174 of 520 ~ 33.46%
G 152 of 520 ~ 29.23%
B 194 of 520 ~ 37.31%

%33.46
%29.23
%37.31

CMYK color model

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

  • cyan value is 10.31%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,22,0,24)
C10M22Y0K24 
(10%,22%,0%,24%)
(0.10/0.22/0.00/0.24)	

CMYK percentages

%10.31
%21.65
%0
%23.92

Codes

Color #AE98C2 in popluar color models

AE98C2
RGB174152194
HSL271°25.61%67.84%
HSB/HSV271°21.65%76.08%
CMYK10.31%21.65%0.00%
23.92%

Color #AE98C2 in popluar number systems.

HEXAE98C2
Decimal174152194
Binary101011101001100011000010
Octal256230302

Shades and tints

Shades of #AE98C2

#AE98C2
(174,152,194)
#9F8BB1
(159,139,177)
#907EA0
(144,126,160)
#81718F
(129,113,143)
#72647E
(114,100,126)
#63576D
(99,87,109)
#544A5C
(84,74,92)
#453D4B
(69,61,75)
#36303A
(54,48,58)
#272329
(39,35,41)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AE98C2

#AE98C2
(174,152,194)
#B5A1C7
(181,161,199)
#BCAACC
(188,170,204)
#C3B3D1
(195,179,209)
#CABCD6
(202,188,214)
#D1C5DB
(209,197,219)
#D8CEE0
(216,206,224)
#DFD7E5
(223,215,229)
#E6E0EA
(230,224,234)
#EDE9EF
(237,233,239)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE98C2; }

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

This text font color is #AE98C2.


Background Color

.myBgColor { background-color: #AE98C2; }

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

This div background color is #AE98C2.


Border color

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

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

This div border color is #AE98C2.


Opacity

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

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

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

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

This text has shadow with #AE98C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE98C2 on black background.


Color preview on white background

This text has color #AE98C2 on white background.



Black color preview on #AE98C2 background

This text has black color on #AE98C2 background.


White color preview on #AE98C2 background

This text has white color on #AE98C2 background.