COLOR #AE6887

HEX: #AE6887
RGB: (174,104,135)

Color info

#AE6887 contains mainly red and blue colors. Web safe color of #AE6887 is #996699 (or #969).

RGB color model

#AE6887 color RGB value is (174,104,135).

  • red value is 174;
  • green value is 104;
  • blue value is 135.
RGB:
(174,104,135)
(68%,41%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 135 of 255 = 53%

174
104
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 104 + 135 = 413 (100%)
R 174 of 413 ~ 42.13%
G 104 of 413 ~ 25.18%
B 135 of 413 ~ 32.69%

%42.13
%25.18
%32.69

CMYK color model

#AE6887 color CMYK value is (0,40,22,32).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,40,22,32)
C0M40Y22K32 
(0%,40%,22%,32%)
(0.00/0.40/0.22/0.32)	

CMYK percentages

%0
%40.23
%22.41
%31.76

Codes

Color #AE6887 in popluar color models

AE6887
RGB174104135
HSL333°30.17%54.51%
HSB/HSV333°40.23%68.24%
CMYK0.00%40.23%22.41%
31.76%

Color #AE6887 in popluar number systems.

HEXAE6887
Decimal174104135
Binary10101110110100010000111
Octal256150207

Shades and tints

Shades of #AE6887

#AE6887
(174,104,135)
#9F5F7B
(159,95,123)
#90566F
(144,86,111)
#814D63
(129,77,99)
#724457
(114,68,87)
#633B4B
(99,59,75)
#54323F
(84,50,63)
#452933
(69,41,51)
#362027
(54,32,39)
#27171B
(39,23,27)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE6887

#AE6887
(174,104,135)
#B57591
(181,117,145)
#BC829B
(188,130,155)
#C38FA5
(195,143,165)
#CA9CAF
(202,156,175)
#D1A9B9
(209,169,185)
#D8B6C3
(216,182,195)
#DFC3CD
(223,195,205)
#E6D0D7
(230,208,215)
#EDDDE1
(237,221,225)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6887 color. Also use rgb(174,104,135) instead hex code.

Text Font Color

.myTextColor { color: #AE6887; }

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

This text font color is #AE6887.


Background Color

.myBgColor { background-color: #AE6887; }

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

This div background color is #AE6887.


Border color

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

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

This div border color is #AE6887.


Opacity

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

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

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

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

This text has shadow with #AE6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6887 on black background.


Color preview on white background

This text has color #AE6887 on white background.



Black color preview on #AE6887 background

This text has black color on #AE6887 background.


White color preview on #AE6887 background

This text has white color on #AE6887 background.