COLOR #AE6B85

HEX: #AE6B85
RGB: (174,107,133)

Color info

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

RGB color model

#AE6B85 color RGB value is (174,107,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 133 of 255 = 52%

174
107
133

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 133 = 414 (100%)
R 174 of 414 ~ 42.03%
G 107 of 414 ~ 25.85%
B 133 of 414 ~ 32.13%

%42.03
%25.85
%32.13

CMYK color model

#AE6B85 color CMYK value is (0,39,24,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,39,24,32)
C0M39Y24K32 
(0%,39%,24%,32%)
(0.00/0.39/0.24/0.32)	

CMYK percentages

%0
%38.51
%23.56
%31.76

Codes

Color #AE6B85 in popluar color models

AE6B85
RGB174107133
HSL337°29.26%55.10%
HSB/HSV337°38.51%68.24%
CMYK0.00%38.51%23.56%
31.76%

Color #AE6B85 in popluar number systems.

HEXAE6B85
Decimal174107133
Binary10101110110101110000101
Octal256153205

Shades and tints

Shades of #AE6B85

#AE6B85
(174,107,133)
#9F6279
(159,98,121)
#90596D
(144,89,109)
#815061
(129,80,97)
#724755
(114,71,85)
#633E49
(99,62,73)
#54353D
(84,53,61)
#452C31
(69,44,49)
#362325
(54,35,37)
#271A19
(39,26,25)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #AE6B85

#AE6B85
(174,107,133)
#B57890
(181,120,144)
#BC859B
(188,133,155)
#C392A6
(195,146,166)
#CA9FB1
(202,159,177)
#D1ACBC
(209,172,188)
#D8B9C7
(216,185,199)
#DFC6D2
(223,198,210)
#E6D3DD
(230,211,221)
#EDE0E8
(237,224,232)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6B85; }

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

This text font color is #AE6B85.


Background Color

.myBgColor { background-color: #AE6B85; }

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

This div background color is #AE6B85.


Border color

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

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

This div border color is #AE6B85.


Opacity

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

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

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

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

This text has shadow with #AE6B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6B85 on black background.


Color preview on white background

This text has color #AE6B85 on white background.



Black color preview on #AE6B85 background

This text has black color on #AE6B85 background.


White color preview on #AE6B85 background

This text has white color on #AE6B85 background.