COLOR #AE98C0

HEX: #AE98C0 RGB: (174,152,192)

Color info

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

RGB color model

#AE98C0 color RGB value is (174,152,192).

RGB: (174,152,192) (68%, 60%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 192 of 255 = 75%

174
152
192

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

Portions of RGB colors in percentages

R + G + B = 174 + 152 + 192 = 518 (100%)
R 174 of 518 ~ 33.59%
G 152 of 518 ~ 29.34%
B 192 of 518 ~ 37.07'%

%33.59
%29.34
%37.07

CMYK color model

#AE98C0 color CMYK value is (9,21,0,25).

  • cyan value is 9.38%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (9,21,0,25)
C9M21Y0K25 (9%, 21%, 0%, 25%)
(0.09 / 0.21 / 0.00 / 0.25)

CMYK percentages

%9.38
%20.83
%0
%24.71

Codes

Color #AE98C0 in popluar color models

AE 98 C0
RGB 174 152 192
HSL 273° 24.10% 67.45%
HSB/HSV 273° 20.83% 75.29%
CMYK 9.38% 20.83% 0.00%
24.71%

Color #AE98C0 in popluar number systems.

HEX AE 98 C0
Decimal 174 152 192
Binary 10101110 10011000 11000000
Octal 256 230 300

Shades and tints

Shades of #AE98C0

#AE98C0
(174,152,192)
#9F8BAF
(159,139,175)
#907E9E
(144,126,158)
#81718D
(129,113,141)
#72647C
(114,100,124)
#63576B
(99,87,107)
#544A5A
(84,74,90)
#453D49
(69,61,73)
#363038
(54,48,56)
#272327
(39,35,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #AE98C0

#AE98C0
(174,152,192)
#B5A1C5
(181,161,197)
#BCAACA
(188,170,202)
#C3B3CF
(195,179,207)
#CABCD4
(202,188,212)
#D1C5D9
(209,197,217)
#D8CEDE
(216,206,222)
#DFD7E3
(223,215,227)
#E6E0E8
(230,224,232)
#EDE9ED
(237,233,237)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE98C0; }

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

This text font color is #AE98C0.

Background Color

.myBgColor { background-color: #AE98C0; }

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

This div background color is #AE98C0.

Border color

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

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

This div border color is #AE98C0.

Opacity

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

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

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

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

This text has shadow with #AE98C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE98C0.

Preview

Color preview on black background

This text has color #AE98C0 on black background.


Color preview on white background

This text has color #AE98C0 on white background.


Black color preview on #AE98C0 background

This text has black color on #AE98C0 background.


White color preview on #AE98C0 background

This text has white color on #AE98C0 background.


Related colors

Complementary color

Complementary color for #hex is #51673F.


I love getcolorcode.com

Triadic colors

1 #C0AE98 and #98C0AE with #AE98C0 are triadic colors.

2 #C098AE and #98AEC0 with #AE98C0 are triadic colors.