COLOR #AE98AB

HEX: #AE98AB
RGB: (174,152,171)

Color info

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

RGB color model

#AE98AB color RGB value is (174,152,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 171 of 255 = 67%

174
152
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 171 = 497 (100%)
R 174 of 497 ~ 35.01%
G 152 of 497 ~ 30.58%
B 171 of 497 ~ 34.41%

%35.01
%30.58
%34.41

CMYK color model

#AE98AB color CMYK value is (0,13,2,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,13,2,32)
C0M13Y2K32 
(0%,13%,2%,32%)
(0.00/0.13/0.02/0.32)	

CMYK percentages

%0
%12.64
%1.72
%31.76

Codes

Color #AE98AB in popluar color models

AE98AB
RGB174152171
HSL308°11.96%63.92%
HSB/HSV308°12.64%68.24%
CMYK0.00%12.64%1.72%
31.76%

Color #AE98AB in popluar number systems.

HEXAE98AB
Decimal174152171
Binary101011101001100010101011
Octal256230253

Shades and tints

Shades of #AE98AB

#AE98AB
(174,152,171)
#9F8B9C
(159,139,156)
#907E8D
(144,126,141)
#81717E
(129,113,126)
#72646F
(114,100,111)
#635760
(99,87,96)
#544A51
(84,74,81)
#453D42
(69,61,66)
#363033
(54,48,51)
#272324
(39,35,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AE98AB

#AE98AB
(174,152,171)
#B5A1B2
(181,161,178)
#BCAAB9
(188,170,185)
#C3B3C0
(195,179,192)
#CABCC7
(202,188,199)
#D1C5CE
(209,197,206)
#D8CED5
(216,206,213)
#DFD7DC
(223,215,220)
#E6E0E3
(230,224,227)
#EDE9EA
(237,233,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE98AB; }

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

This text font color is #AE98AB.


Background Color

.myBgColor { background-color: #AE98AB; }

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

This div background color is #AE98AB.


Border color

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

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

This div border color is #AE98AB.


Opacity

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

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

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

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

This text has shadow with #AE98AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE98AB on black background.


Color preview on white background

This text has color #AE98AB on white background.



Black color preview on #AE98AB background

This text has black color on #AE98AB background.


White color preview on #AE98AB background

This text has white color on #AE98AB background.