COLOR #AE7B9D

HEX: #AE7B9D
RGB: (174,123,157)

Color info

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

RGB color model

#AE7B9D color RGB value is (174,123,157).

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

RGB channels and saturation

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

174
123
157

R + G + B ~ 59%. #AE7B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 157 = 454 (100%)
R 174 of 454 ~ 38.33%
G 123 of 454 ~ 27.09%
B 157 of 454 ~ 34.58%

%38.33
%27.09
%34.58

CMYK color model

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

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

CMYK percentages

%0
%29.31
%9.77
%31.76

Codes

Color #AE7B9D in popluar color models

AE7B9D
RGB174123157
HSL320°23.94%58.24%
HSB/HSV320°29.31%68.24%
CMYK0.00%29.31%9.77%
31.76%

Color #AE7B9D in popluar number systems.

HEXAE7B9D
Decimal174123157
Binary10101110111101110011101
Octal256173235

Shades and tints

Shades of #AE7B9D

#AE7B9D
(174,123,157)
#9F708F
(159,112,143)
#906581
(144,101,129)
#815A73
(129,90,115)
#724F65
(114,79,101)
#634457
(99,68,87)
#543949
(84,57,73)
#452E3B
(69,46,59)
#36232D
(54,35,45)
#27181F
(39,24,31)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE7B9D

#AE7B9D
(174,123,157)
#B587A5
(181,135,165)
#BC93AD
(188,147,173)
#C39FB5
(195,159,181)
#CAABBD
(202,171,189)
#D1B7C5
(209,183,197)
#D8C3CD
(216,195,205)
#DFCFD5
(223,207,213)
#E6DBDD
(230,219,221)
#EDE7E5
(237,231,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7B9D; }

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

This text font color is #AE7B9D.


Background Color

.myBgColor { background-color: #AE7B9D; }

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

This div background color is #AE7B9D.


Border color

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

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

This div border color is #AE7B9D.


Opacity

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

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

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

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

This text has shadow with #AE7B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7B9D on black background.


Color preview on white background

This text has color #AE7B9D on white background.



Black color preview on #AE7B9D background

This text has black color on #AE7B9D background.


White color preview on #AE7B9D background

This text has white color on #AE7B9D background.