COLOR #AE96A9

HEX: #AE96A9
RGB: (174,150,169)

Color info

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

RGB color model

#AE96A9 color RGB value is (174,150,169).

  • red value is 174;
  • green value is 150;
  • blue value is 169.
RGB:
(174,150,169)
(68%,59%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 169 of 255 = 66%

174
150
169

R + G + B ~ 64%. #AE96A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 169 = 493 (100%)
R 174 of 493 ~ 35.29%
G 150 of 493 ~ 30.43%
B 169 of 493 ~ 34.28%

%35.29
%30.43
%34.28

CMYK color model

#AE96A9 color CMYK value is (0,14,3,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,14,3,32)
C0M14Y3K32 
(0%,14%,3%,32%)
(0.00/0.14/0.03/0.32)	

CMYK percentages

%0
%13.79
%2.87
%31.76

Codes

Color #AE96A9 in popluar color models

AE96A9
RGB174150169
HSL313°12.90%63.53%
HSB/HSV313°13.79%68.24%
CMYK0.00%13.79%2.87%
31.76%

Color #AE96A9 in popluar number systems.

HEXAE96A9
Decimal174150169
Binary101011101001011010101001
Octal256226251

Shades and tints

Shades of #AE96A9

#AE96A9
(174,150,169)
#9F899A
(159,137,154)
#907C8B
(144,124,139)
#816F7C
(129,111,124)
#72626D
(114,98,109)
#63555E
(99,85,94)
#54484F
(84,72,79)
#453B40
(69,59,64)
#362E31
(54,46,49)
#272122
(39,33,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AE96A9

#AE96A9
(174,150,169)
#B59FB0
(181,159,176)
#BCA8B7
(188,168,183)
#C3B1BE
(195,177,190)
#CABAC5
(202,186,197)
#D1C3CC
(209,195,204)
#D8CCD3
(216,204,211)
#DFD5DA
(223,213,218)
#E6DEE1
(230,222,225)
#EDE7E8
(237,231,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE96A9 color. Also use rgb(174,150,169) instead hex code.

Text Font Color

.myTextColor { color: #AE96A9; }

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

This text font color is #AE96A9.


Background Color

.myBgColor { background-color: #AE96A9; }

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

This div background color is #AE96A9.


Border color

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

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

This div border color is #AE96A9.


Opacity

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

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

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

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

This text has shadow with #AE96A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96A9 on black background.


Color preview on white background

This text has color #AE96A9 on white background.



Black color preview on #AE96A9 background

This text has black color on #AE96A9 background.


White color preview on #AE96A9 background

This text has white color on #AE96A9 background.