COLOR #AE6990

HEX: #AE6990
RGB: (174,105,144)

Color info

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

RGB color model

#AE6990 color RGB value is (174,105,144).

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

RGB channels and saturation

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

174
105
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 144 = 423 (100%)
R 174 of 423 ~ 41.13%
G 105 of 423 ~ 24.82%
B 144 of 423 ~ 34.04%

%41.13
%24.82
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.66%
  • 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
%39.66
%17.24
%31.76

Codes

Color #AE6990 in popluar color models

AE6990
RGB174105144
HSL326°29.87%54.71%
HSB/HSV326°39.66%68.24%
CMYK0.00%39.66%17.24%
31.76%

Color #AE6990 in popluar number systems.

HEXAE6990
Decimal174105144
Binary10101110110100110010000
Octal256151220

Shades and tints

Shades of #AE6990

#AE6990
(174,105,144)
#9F6083
(159,96,131)
#905776
(144,87,118)
#814E69
(129,78,105)
#72455C
(114,69,92)
#633C4F
(99,60,79)
#543342
(84,51,66)
#452A35
(69,42,53)
#362128
(54,33,40)
#27181B
(39,24,27)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #AE6990

#AE6990
(174,105,144)
#B5769A
(181,118,154)
#BC83A4
(188,131,164)
#C390AE
(195,144,174)
#CA9DB8
(202,157,184)
#D1AAC2
(209,170,194)
#D8B7CC
(216,183,204)
#DFC4D6
(223,196,214)
#E6D1E0
(230,209,224)
#EDDEEA
(237,222,234)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6990; }

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

This text font color is #AE6990.


Background Color

.myBgColor { background-color: #AE6990; }

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

This div background color is #AE6990.


Border color

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

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

This div border color is #AE6990.


Opacity

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

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

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

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

This text has shadow with #AE6990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6990 on black background.


Color preview on white background

This text has color #AE6990 on white background.



Black color preview on #AE6990 background

This text has black color on #AE6990 background.


White color preview on #AE6990 background

This text has white color on #AE6990 background.