COLOR #AE7C8E

HEX: #AE7C8E
RGB: (174,124,142)

Color info

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

RGB color model

#AE7C8E color RGB value is (174,124,142).

  • red value is 174;
  • green value is 124;
  • blue value is 142.
RGB:
(174,124,142)
(68%,49%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 124 of 255 = 49%
B 142 of 255 = 56%

174
124
142

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

Portions of RGB colors in percentages

R + G + B =
174 + 124 + 142 = 440 (100%)
R 174 of 440 ~ 39.55%
G 124 of 440 ~ 28.18%
B 142 of 440 ~ 32.27%

%39.55
%28.18
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(0,29,18,32)
C0M29Y18K32 
(0%,29%,18%,32%)
(0.00/0.29/0.18/0.32)	

CMYK percentages

%0
%28.74
%18.39
%31.76

Codes

Color #AE7C8E in popluar color models

AE7C8E
RGB174124142
HSL338°23.58%58.43%
HSB/HSV338°28.74%68.24%
CMYK0.00%28.74%18.39%
31.76%

Color #AE7C8E in popluar number systems.

HEXAE7C8E
Decimal174124142
Binary10101110111110010001110
Octal256174216

Shades and tints

Shades of #AE7C8E

#AE7C8E
(174,124,142)
#9F7182
(159,113,130)
#906676
(144,102,118)
#815B6A
(129,91,106)
#72505E
(114,80,94)
#634552
(99,69,82)
#543A46
(84,58,70)
#452F3A
(69,47,58)
#36242E
(54,36,46)
#271922
(39,25,34)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #AE7C8E

#AE7C8E
(174,124,142)
#B58798
(181,135,152)
#BC92A2
(188,146,162)
#C39DAC
(195,157,172)
#CAA8B6
(202,168,182)
#D1B3C0
(209,179,192)
#D8BECA
(216,190,202)
#DFC9D4
(223,201,212)
#E6D4DE
(230,212,222)
#EDDFE8
(237,223,232)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7C8E; }

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

This text font color is #AE7C8E.


Background Color

.myBgColor { background-color: #AE7C8E; }

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

This div background color is #AE7C8E.


Border color

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

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

This div border color is #AE7C8E.


Opacity

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

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

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

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

This text has shadow with #AE7C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7C8E on black background.


Color preview on white background

This text has color #AE7C8E on white background.



Black color preview on #AE7C8E background

This text has black color on #AE7C8E background.


White color preview on #AE7C8E background

This text has white color on #AE7C8E background.