COLOR #AE7E8D

HEX: #AE7E8D
RGB: (174,126,141)

Color info

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

RGB color model

#AE7E8D color RGB value is (174,126,141).

  • red value is 174;
  • green value is 126;
  • blue value is 141.
RGB:
(174,126,141)
(68%,49%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 126 of 255 = 49%
B 141 of 255 = 55%

174
126
141

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

Portions of RGB colors in percentages

R + G + B =
174 + 126 + 141 = 441 (100%)
R 174 of 441 ~ 39.46%
G 126 of 441 ~ 28.57%
B 141 of 441 ~ 31.97%

%39.46
%28.57
%31.97

CMYK color model

#AE7E8D color CMYK value is (0,28,19,32).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,28,19,32)
C0M28Y19K32 
(0%,28%,19%,32%)
(0.00/0.28/0.19/0.32)	

CMYK percentages

%0
%27.59
%18.97
%31.76

Codes

Color #AE7E8D in popluar color models

AE7E8D
RGB174126141
HSL341°22.86%58.82%
HSB/HSV341°27.59%68.24%
CMYK0.00%27.59%18.97%
31.76%

Color #AE7E8D in popluar number systems.

HEXAE7E8D
Decimal174126141
Binary10101110111111010001101
Octal256176215

Shades and tints

Shades of #AE7E8D

#AE7E8D
(174,126,141)
#9F7381
(159,115,129)
#906875
(144,104,117)
#815D69
(129,93,105)
#72525D
(114,82,93)
#634751
(99,71,81)
#543C45
(84,60,69)
#453139
(69,49,57)
#36262D
(54,38,45)
#271B21
(39,27,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #AE7E8D

#AE7E8D
(174,126,141)
#B58997
(181,137,151)
#BC94A1
(188,148,161)
#C39FAB
(195,159,171)
#CAAAB5
(202,170,181)
#D1B5BF
(209,181,191)
#D8C0C9
(216,192,201)
#DFCBD3
(223,203,211)
#E6D6DD
(230,214,221)
#EDE1E7
(237,225,231)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7E8D; }

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

This text font color is #AE7E8D.


Background Color

.myBgColor { background-color: #AE7E8D; }

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

This div background color is #AE7E8D.


Border color

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

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

This div border color is #AE7E8D.


Opacity

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

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

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

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

This text has shadow with #AE7E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7E8D on black background.


Color preview on white background

This text has color #AE7E8D on white background.



Black color preview on #AE7E8D background

This text has black color on #AE7E8D background.


White color preview on #AE7E8D background

This text has white color on #AE7E8D background.