COLOR #AE98A8

HEX: #AE98A8
RGB: (174,152,168)

Color info

#AE98A8 contains red, green and blue colors in about the same proportion. Web safe color of #AE98A8 is #999999 (or #999).

RGB color model

#AE98A8 color RGB value is (174,152,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 168 of 255 = 66%

174
152
168

R + G + B ~ 65%. #AE98A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 168 = 494 (100%)
R 174 of 494 ~ 35.22%
G 152 of 494 ~ 30.77%
B 168 of 494 ~ 34.01%

%35.22
%30.77
%34.01

CMYK color model

#AE98A8 color CMYK value is (0,13,3,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,13,3,32)
C0M13Y3K32 
(0%,13%,3%,32%)
(0.00/0.13/0.03/0.32)	

CMYK percentages

%0
%12.64
%3.45
%31.76

Codes

Color #AE98A8 in popluar color models

AE98A8
RGB174152168
HSL316°11.96%63.92%
HSB/HSV316°12.64%68.24%
CMYK0.00%12.64%3.45%
31.76%

Color #AE98A8 in popluar number systems.

HEXAE98A8
Decimal174152168
Binary101011101001100010101000
Octal256230250

Shades and tints

Shades of #AE98A8

#AE98A8
(174,152,168)
#9F8B99
(159,139,153)
#907E8A
(144,126,138)
#81717B
(129,113,123)
#72646C
(114,100,108)
#63575D
(99,87,93)
#544A4E
(84,74,78)
#453D3F
(69,61,63)
#363030
(54,48,48)
#272321
(39,35,33)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AE98A8

#AE98A8
(174,152,168)
#B5A1AF
(181,161,175)
#BCAAB6
(188,170,182)
#C3B3BD
(195,179,189)
#CABCC4
(202,188,196)
#D1C5CB
(209,197,203)
#D8CED2
(216,206,210)
#DFD7D9
(223,215,217)
#E6E0E0
(230,224,224)
#EDE9E7
(237,233,231)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE98A8; }

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

This text font color is #AE98A8.


Background Color

.myBgColor { background-color: #AE98A8; }

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

This div background color is #AE98A8.


Border color

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

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

This div border color is #AE98A8.


Opacity

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

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

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

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

This text has shadow with #AE98A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE98A8 on black background.


Color preview on white background

This text has color #AE98A8 on white background.



Black color preview on #AE98A8 background

This text has black color on #AE98A8 background.


White color preview on #AE98A8 background

This text has white color on #AE98A8 background.