COLOR #AE7F90

HEX: #AE7F90
RGB: (174,127,144)

Color info

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

RGB color model

#AE7F90 color RGB value is (174,127,144).

  • red value is 174;
  • green value is 127;
  • blue value is 144.
RGB:
(174,127,144)
(68%,50%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 144 of 255 = 56%

174
127
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 144 = 445 (100%)
R 174 of 445 ~ 39.1%
G 127 of 445 ~ 28.54%
B 144 of 445 ~ 32.36%

%39.1
%28.54
%32.36

CMYK color model

#AE7F90 color CMYK value is (0,27,17,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(0,27,17,32)
C0M27Y17K32 
(0%,27%,17%,32%)
(0.00/0.27/0.17/0.32)	

CMYK percentages

%0
%27.01
%17.24
%31.76

Codes

Color #AE7F90 in popluar color models

AE7F90
RGB174127144
HSL338°22.49%59.02%
HSB/HSV338°27.01%68.24%
CMYK0.00%27.01%17.24%
31.76%

Color #AE7F90 in popluar number systems.

HEXAE7F90
Decimal174127144
Binary10101110111111110010000
Octal256177220

Shades and tints

Shades of #AE7F90

#AE7F90
(174,127,144)
#9F7483
(159,116,131)
#906976
(144,105,118)
#815E69
(129,94,105)
#72535C
(114,83,92)
#63484F
(99,72,79)
#543D42
(84,61,66)
#453235
(69,50,53)
#362728
(54,39,40)
#271C1B
(39,28,27)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AE7F90

#AE7F90
(174,127,144)
#B58A9A
(181,138,154)
#BC95A4
(188,149,164)
#C3A0AE
(195,160,174)
#CAABB8
(202,171,184)
#D1B6C2
(209,182,194)
#D8C1CC
(216,193,204)
#DFCCD6
(223,204,214)
#E6D7E0
(230,215,224)
#EDE2EA
(237,226,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7F90; }

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

This text font color is #AE7F90.


Background Color

.myBgColor { background-color: #AE7F90; }

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

This div background color is #AE7F90.


Border color

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

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

This div border color is #AE7F90.


Opacity

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

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

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

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

This text has shadow with #AE7F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7F90 on black background.


Color preview on white background

This text has color #AE7F90 on white background.



Black color preview on #AE7F90 background

This text has black color on #AE7F90 background.


White color preview on #AE7F90 background

This text has white color on #AE7F90 background.