COLOR #AE6890

HEX: #AE6890
RGB: (174,104,144)

Color info

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

RGB color model

#AE6890 color RGB value is (174,104,144).

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

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 144 of 255 = 56%

174
104
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 104 + 144 = 422 (100%)
R 174 of 422 ~ 41.23%
G 104 of 422 ~ 24.64%
B 144 of 422 ~ 34.12%

%41.23
%24.64
%34.12

CMYK color model

#AE6890 color CMYK value is (0,40,17,32).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(0,40,17,32)
C0M40Y17K32 
(0%,40%,17%,32%)
(0.00/0.40/0.17/0.32)	

CMYK percentages

%0
%40.23
%17.24
%31.76

Codes

Color #AE6890 in popluar color models

AE6890
RGB174104144
HSL326°30.17%54.51%
HSB/HSV326°40.23%68.24%
CMYK0.00%40.23%17.24%
31.76%

Color #AE6890 in popluar number systems.

HEXAE6890
Decimal174104144
Binary10101110110100010010000
Octal256150220

Shades and tints

Shades of #AE6890

#AE6890
(174,104,144)
#9F5F83
(159,95,131)
#905676
(144,86,118)
#814D69
(129,77,105)
#72445C
(114,68,92)
#633B4F
(99,59,79)
#543242
(84,50,66)
#452935
(69,41,53)
#362028
(54,32,40)
#27171B
(39,23,27)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE6890

#AE6890
(174,104,144)
#B5759A
(181,117,154)
#BC82A4
(188,130,164)
#C38FAE
(195,143,174)
#CA9CB8
(202,156,184)
#D1A9C2
(209,169,194)
#D8B6CC
(216,182,204)
#DFC3D6
(223,195,214)
#E6D0E0
(230,208,224)
#EDDDEA
(237,221,234)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6890; }

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

This text font color is #AE6890.


Background Color

.myBgColor { background-color: #AE6890; }

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

This div background color is #AE6890.


Border color

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

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

This div border color is #AE6890.


Opacity

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

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

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

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

This text has shadow with #AE6890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6890 on black background.


Color preview on white background

This text has color #AE6890 on white background.



Black color preview on #AE6890 background

This text has black color on #AE6890 background.


White color preview on #AE6890 background

This text has white color on #AE6890 background.