COLOR #AE6B9C

HEX: #AE6B9C
RGB: (174,107,156)

Color info

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

RGB color model

#AE6B9C color RGB value is (174,107,156).

  • red value is 174;
  • green value is 107;
  • blue value is 156.
RGB:
(174,107,156)
(68%,42%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 156 of 255 = 61%

174
107
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 156 = 437 (100%)
R 174 of 437 ~ 39.82%
G 107 of 437 ~ 24.49%
B 156 of 437 ~ 35.7%

%39.82
%24.49
%35.7

CMYK color model

#AE6B9C color CMYK value is (0,39,10,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,39,10,32)
C0M39Y10K32 
(0%,39%,10%,32%)
(0.00/0.39/0.10/0.32)	

CMYK percentages

%0
%38.51
%10.34
%31.76

Codes

Color #AE6B9C in popluar color models

AE6B9C
RGB174107156
HSL316°29.26%55.10%
HSB/HSV316°38.51%68.24%
CMYK0.00%38.51%10.34%
31.76%

Color #AE6B9C in popluar number systems.

HEXAE6B9C
Decimal174107156
Binary10101110110101110011100
Octal256153234

Shades and tints

Shades of #AE6B9C

#AE6B9C
(174,107,156)
#9F628E
(159,98,142)
#905980
(144,89,128)
#815072
(129,80,114)
#724764
(114,71,100)
#633E56
(99,62,86)
#543548
(84,53,72)
#452C3A
(69,44,58)
#36232C
(54,35,44)
#271A1E
(39,26,30)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AE6B9C

#AE6B9C
(174,107,156)
#B578A5
(181,120,165)
#BC85AE
(188,133,174)
#C392B7
(195,146,183)
#CA9FC0
(202,159,192)
#D1ACC9
(209,172,201)
#D8B9D2
(216,185,210)
#DFC6DB
(223,198,219)
#E6D3E4
(230,211,228)
#EDE0ED
(237,224,237)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6B9C color. Also use rgb(174,107,156) instead hex code.

Text Font Color

.myTextColor { color: #AE6B9C; }

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

This text font color is #AE6B9C.


Background Color

.myBgColor { background-color: #AE6B9C; }

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

This div background color is #AE6B9C.


Border color

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

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

This div border color is #AE6B9C.


Opacity

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

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

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

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

This text has shadow with #AE6B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6B9C on black background.


Color preview on white background

This text has color #AE6B9C on white background.



Black color preview on #AE6B9C background

This text has black color on #AE6B9C background.


White color preview on #AE6B9C background

This text has white color on #AE6B9C background.