COLOR #AE96BE

HEX: #AE96BE
RGB: (174,150,190)

Color info

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

RGB color model

#AE96BE color RGB value is (174,150,190).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 190 of 255 = 75%

174
150
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 190 = 514 (100%)
R 174 of 514 ~ 33.85%
G 150 of 514 ~ 29.18%
B 190 of 514 ~ 36.96%

%33.85
%29.18
%36.96

CMYK color model

#AE96BE color CMYK value is (8,21,0,25).

  • cyan value is 8.42%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,21,0,25)
C8M21Y0K25 
(8%,21%,0%,25%)
(0.08/0.21/0.00/0.25)	

CMYK percentages

%8.42
%21.05
%0
%25.49

Codes

Color #AE96BE in popluar color models

AE96BE
RGB174150190
HSL276°23.53%66.67%
HSB/HSV276°21.05%74.51%
CMYK8.42%21.05%0.00%
25.49%

Color #AE96BE in popluar number systems.

HEXAE96BE
Decimal174150190
Binary101011101001011010111110
Octal256226276

Shades and tints

Shades of #AE96BE

#AE96BE
(174,150,190)
#9F89AD
(159,137,173)
#907C9C
(144,124,156)
#816F8B
(129,111,139)
#72627A
(114,98,122)
#635569
(99,85,105)
#544858
(84,72,88)
#453B47
(69,59,71)
#362E36
(54,46,54)
#272125
(39,33,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AE96BE

#AE96BE
(174,150,190)
#B59FC3
(181,159,195)
#BCA8C8
(188,168,200)
#C3B1CD
(195,177,205)
#CABAD2
(202,186,210)
#D1C3D7
(209,195,215)
#D8CCDC
(216,204,220)
#DFD5E1
(223,213,225)
#E6DEE6
(230,222,230)
#EDE7EB
(237,231,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96BE; }

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

This text font color is #AE96BE.


Background Color

.myBgColor { background-color: #AE96BE; }

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

This div background color is #AE96BE.


Border color

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

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

This div border color is #AE96BE.


Opacity

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

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

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

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

This text has shadow with #AE96BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96BE on black background.


Color preview on white background

This text has color #AE96BE on white background.



Black color preview on #AE96BE background

This text has black color on #AE96BE background.


White color preview on #AE96BE background

This text has white color on #AE96BE background.