COLOR #AE96A6

HEX: #AE96A6
RGB: (174,150,166)

Color info

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

RGB color model

#AE96A6 color RGB value is (174,150,166).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 166 of 255 = 65%

174
150
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 166 = 490 (100%)
R 174 of 490 ~ 35.51%
G 150 of 490 ~ 30.61%
B 166 of 490 ~ 33.88%

%35.51
%30.61
%33.88

CMYK color model

#AE96A6 color CMYK value is (0,14,5,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(0,14,5,32)
C0M14Y5K32 
(0%,14%,5%,32%)
(0.00/0.14/0.05/0.32)	

CMYK percentages

%0
%13.79
%4.6
%31.76

Codes

Color #AE96A6 in popluar color models

AE96A6
RGB174150166
HSL320°12.90%63.53%
HSB/HSV320°13.79%68.24%
CMYK0.00%13.79%4.60%
31.76%

Color #AE96A6 in popluar number systems.

HEXAE96A6
Decimal174150166
Binary101011101001011010100110
Octal256226246

Shades and tints

Shades of #AE96A6

#AE96A6
(174,150,166)
#9F8997
(159,137,151)
#907C88
(144,124,136)
#816F79
(129,111,121)
#72626A
(114,98,106)
#63555B
(99,85,91)
#54484C
(84,72,76)
#453B3D
(69,59,61)
#362E2E
(54,46,46)
#27211F
(39,33,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AE96A6

#AE96A6
(174,150,166)
#B59FAE
(181,159,174)
#BCA8B6
(188,168,182)
#C3B1BE
(195,177,190)
#CABAC6
(202,186,198)
#D1C3CE
(209,195,206)
#D8CCD6
(216,204,214)
#DFD5DE
(223,213,222)
#E6DEE6
(230,222,230)
#EDE7EE
(237,231,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96A6; }

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

This text font color is #AE96A6.


Background Color

.myBgColor { background-color: #AE96A6; }

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

This div background color is #AE96A6.


Border color

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

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

This div border color is #AE96A6.


Opacity

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

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

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

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

This text has shadow with #AE96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96A6 on black background.


Color preview on white background

This text has color #AE96A6 on white background.



Black color preview on #AE96A6 background

This text has black color on #AE96A6 background.


White color preview on #AE96A6 background

This text has white color on #AE96A6 background.