COLOR #AE96BD

HEX: #AE96BD
RGB: (174,150,189)

Color info

#AE96BD contains red, green and blue colors in about the same proportion. Web safe color of #AE96BD is #9999CC (or #99C).

RGB color model

#AE96BD color RGB value is (174,150,189).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 189 of 255 = 74%

174
150
189

R + G + B ~ 67%. #AE96BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 189 = 513 (100%)
R 174 of 513 ~ 33.92%
G 150 of 513 ~ 29.24%
B 189 of 513 ~ 36.84%

%33.92
%29.24
%36.84

CMYK color model

#AE96BD color CMYK value is (8,21,0,26).

  • cyan value is 7.94%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,21,0,26)
C8M21Y0K26 
(8%,21%,0%,26%)
(0.08/0.21/0.00/0.26)	

CMYK percentages

%7.94
%20.63
%0
%25.88

Codes

Color #AE96BD in popluar color models

AE96BD
RGB174150189
HSL277°22.81%66.47%
HSB/HSV277°20.63%74.12%
CMYK7.94%20.63%0.00%
25.88%

Color #AE96BD in popluar number systems.

HEXAE96BD
Decimal174150189
Binary101011101001011010111101
Octal256226275

Shades and tints

Shades of #AE96BD

#AE96BD
(174,150,189)
#9F89AC
(159,137,172)
#907C9B
(144,124,155)
#816F8A
(129,111,138)
#726279
(114,98,121)
#635568
(99,85,104)
#544857
(84,72,87)
#453B46
(69,59,70)
#362E35
(54,46,53)
#272124
(39,33,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AE96BD

#AE96BD
(174,150,189)
#B59FC3
(181,159,195)
#BCA8C9
(188,168,201)
#C3B1CF
(195,177,207)
#CABAD5
(202,186,213)
#D1C3DB
(209,195,219)
#D8CCE1
(216,204,225)
#DFD5E7
(223,213,231)
#E6DEED
(230,222,237)
#EDE7F3
(237,231,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96BD; }

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

This text font color is #AE96BD.


Background Color

.myBgColor { background-color: #AE96BD; }

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

This div background color is #AE96BD.


Border color

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

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

This div border color is #AE96BD.


Opacity

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

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

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

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

This text has shadow with #AE96BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96BD on black background.


Color preview on white background

This text has color #AE96BD on white background.



Black color preview on #AE96BD background

This text has black color on #AE96BD background.


White color preview on #AE96BD background

This text has white color on #AE96BD background.