COLOR #AE96B0

HEX: #AE96B0 RGB: (174,150,176)

Color info

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

RGB color model

#AE96B0 color RGB value is (174,150,176).

RGB: (174,150,176) (68%, 59%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 176 of 255 = 69%

174
150
176

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

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 176 = 500 (100%)
R 174 of 500 ~ 34.8%
G 150 of 500 ~ 30%
B 176 of 500 ~ 35.2'%

%34.8
%30
%35.2

CMYK color model

#AE96B0 color CMYK value is (1,15,0,31).

  • cyan value is 1.14%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (1,15,0,31)
C1M15Y0K31 (1%, 15%, 0%, 31%)
(0.01 / 0.15 / 0.00 / 0.31)

CMYK percentages

%1.14
%14.77
%0
%30.98

Codes

Color #AE96B0 in popluar color models

AE 96 B0
RGB 174 150 176
HSL 295° 14.13% 63.92%
HSB/HSV 295° 14.77% 69.02%
CMYK 1.14% 14.77% 0.00%
30.98%

Color #AE96B0 in popluar number systems.

HEX AE 96 B0
Decimal 174 150 176
Binary 10101110 10010110 10110000
Octal 256 226 260

Shades and tints

Shades of #AE96B0

#AE96B0
(174,150,176)
#9F89A0
(159,137,160)
#907C90
(144,124,144)
#816F80
(129,111,128)
#726270
(114,98,112)
#635560
(99,85,96)
#544850
(84,72,80)
#453B40
(69,59,64)
#362E30
(54,46,48)
#272120
(39,33,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AE96B0

#AE96B0
(174,150,176)
#B59FB7
(181,159,183)
#BCA8BE
(188,168,190)
#C3B1C5
(195,177,197)
#CABACC
(202,186,204)
#D1C3D3
(209,195,211)
#D8CCDA
(216,204,218)
#DFD5E1
(223,213,225)
#E6DEE8
(230,222,232)
#EDE7EF
(237,231,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96B0; }

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

This text font color is #AE96B0.

Background Color

.myBgColor { background-color: #AE96B0; }

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

This div background color is #AE96B0.

Border color

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

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

This div border color is #AE96B0.

Opacity

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

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

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

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

This text has shadow with #AE96B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE96B0.

Preview

Color preview on black background

This text has color #AE96B0 on black background.


Color preview on white background

This text has color #AE96B0 on white background.


Black color preview on #AE96B0 background

This text has black color on #AE96B0 background.


White color preview on #AE96B0 background

This text has white color on #AE96B0 background.


Related colors

Complementary color

Complementary color for #hex is #51694F.


I love getcolorcode.com

Triadic colors

1 #B0AE96 and #96B0AE with #AE96B0 are triadic colors.

2 #B096AE and #96AEB0 with #AE96B0 are triadic colors.