COLOR #AE7BAE

HEX: #AE7BAE
RGB: (174,123,174)

Color info

#AE7BAE contains red, green and blue colors in about the same proportion. Web safe color of #AE7BAE is #996699 (or #969).

RGB color model

#AE7BAE color RGB value is (174,123,174).

  • red value is 174;
  • green value is 123;
  • blue value is 174.
RGB:
(174,123,174)
(68%,48%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 174 of 255 = 68%

174
123
174

R + G + B ~ 61%. #AE7BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 174 = 471 (100%)
R 174 of 471 ~ 36.94%
G 123 of 471 ~ 26.11%
B 174 of 471 ~ 36.94%

%36.94
%26.11
%36.94

CMYK color model

#AE7BAE color CMYK value is (0,29,0,32).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(0,29,0,32)
C0M29Y0K32 
(0%,29%,0%,32%)
(0.00/0.29/0.00/0.32)	

CMYK percentages

%0
%29.31
%0
%31.76

Codes

Color #AE7BAE in popluar color models

AE7BAE
RGB174123174
HSL300°23.94%58.24%
HSB/HSV300°29.31%68.24%
CMYK0.00%29.31%0.00%
31.76%

Color #AE7BAE in popluar number systems.

HEXAE7BAE
Decimal174123174
Binary10101110111101110101110
Octal256173256

Shades and tints

Shades of #AE7BAE

#AE7BAE
(174,123,174)
#9F709F
(159,112,159)
#906590
(144,101,144)
#815A81
(129,90,129)
#724F72
(114,79,114)
#634463
(99,68,99)
#543954
(84,57,84)
#452E45
(69,46,69)
#362336
(54,35,54)
#271827
(39,24,39)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #AE7BAE

#AE7BAE
(174,123,174)
#B587B5
(181,135,181)
#BC93BC
(188,147,188)
#C39FC3
(195,159,195)
#CAABCA
(202,171,202)
#D1B7D1
(209,183,209)
#D8C3D8
(216,195,216)
#DFCFDF
(223,207,223)
#E6DBE6
(230,219,230)
#EDE7ED
(237,231,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7BAE; }

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

This text font color is #AE7BAE.


Background Color

.myBgColor { background-color: #AE7BAE; }

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

This div background color is #AE7BAE.


Border color

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

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

This div border color is #AE7BAE.


Opacity

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

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

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

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

This text has shadow with #AE7BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7BAE on black background.


Color preview on white background

This text has color #AE7BAE on white background.



Black color preview on #AE7BAE background

This text has black color on #AE7BAE background.


White color preview on #AE7BAE background

This text has white color on #AE7BAE background.