COLOR #AE7C99

HEX: #AE7C99
RGB: (174,124,153)

Color info

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

RGB color model

#AE7C99 color RGB value is (174,124,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 124 of 255 = 49%
B 153 of 255 = 60%

174
124
153

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

Portions of RGB colors in percentages

R + G + B =
174 + 124 + 153 = 451 (100%)
R 174 of 451 ~ 38.58%
G 124 of 451 ~ 27.49%
B 153 of 451 ~ 33.92%

%38.58
%27.49
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(0,29,12,32)
C0M29Y12K32 
(0%,29%,12%,32%)
(0.00/0.29/0.12/0.32)	

CMYK percentages

%0
%28.74
%12.07
%31.76

Codes

Color #AE7C99 in popluar color models

AE7C99
RGB174124153
HSL325°23.58%58.43%
HSB/HSV325°28.74%68.24%
CMYK0.00%28.74%12.07%
31.76%

Color #AE7C99 in popluar number systems.

HEXAE7C99
Decimal174124153
Binary10101110111110010011001
Octal256174231

Shades and tints

Shades of #AE7C99

#AE7C99
(174,124,153)
#9F718C
(159,113,140)
#90667F
(144,102,127)
#815B72
(129,91,114)
#725065
(114,80,101)
#634558
(99,69,88)
#543A4B
(84,58,75)
#452F3E
(69,47,62)
#362431
(54,36,49)
#271924
(39,25,36)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #AE7C99

#AE7C99
(174,124,153)
#B587A2
(181,135,162)
#BC92AB
(188,146,171)
#C39DB4
(195,157,180)
#CAA8BD
(202,168,189)
#D1B3C6
(209,179,198)
#D8BECF
(216,190,207)
#DFC9D8
(223,201,216)
#E6D4E1
(230,212,225)
#EDDFEA
(237,223,234)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7C99; }

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

This text font color is #AE7C99.


Background Color

.myBgColor { background-color: #AE7C99; }

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

This div background color is #AE7C99.


Border color

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

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

This div border color is #AE7C99.


Opacity

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

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

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

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

This text has shadow with #AE7C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7C99 on black background.


Color preview on white background

This text has color #AE7C99 on white background.



Black color preview on #AE7C99 background

This text has black color on #AE7C99 background.


White color preview on #AE7C99 background

This text has white color on #AE7C99 background.