COLOR #AE6B8A

HEX: #AE6B8A
RGB: (174,107,138)

Color info

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

RGB color model

#AE6B8A color RGB value is (174,107,138).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 138 of 255 = 54%

174
107
138

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 138 = 419 (100%)
R 174 of 419 ~ 41.53%
G 107 of 419 ~ 25.54%
B 138 of 419 ~ 32.94%

%41.53
%25.54
%32.94

CMYK color model

#AE6B8A color CMYK value is (0,39,21,32).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(0,39,21,32)
C0M39Y21K32 
(0%,39%,21%,32%)
(0.00/0.39/0.21/0.32)	

CMYK percentages

%0
%38.51
%20.69
%31.76

Codes

Color #AE6B8A in popluar color models

AE6B8A
RGB174107138
HSL332°29.26%55.10%
HSB/HSV332°38.51%68.24%
CMYK0.00%38.51%20.69%
31.76%

Color #AE6B8A in popluar number systems.

HEXAE6B8A
Decimal174107138
Binary10101110110101110001010
Octal256153212

Shades and tints

Shades of #AE6B8A

#AE6B8A
(174,107,138)
#9F627E
(159,98,126)
#905972
(144,89,114)
#815066
(129,80,102)
#72475A
(114,71,90)
#633E4E
(99,62,78)
#543542
(84,53,66)
#452C36
(69,44,54)
#36232A
(54,35,42)
#271A1E
(39,26,30)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE6B8A

#AE6B8A
(174,107,138)
#B57894
(181,120,148)
#BC859E
(188,133,158)
#C392A8
(195,146,168)
#CA9FB2
(202,159,178)
#D1ACBC
(209,172,188)
#D8B9C6
(216,185,198)
#DFC6D0
(223,198,208)
#E6D3DA
(230,211,218)
#EDE0E4
(237,224,228)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6B8A; }

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

This text font color is #AE6B8A.


Background Color

.myBgColor { background-color: #AE6B8A; }

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

This div background color is #AE6B8A.


Border color

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

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

This div border color is #AE6B8A.


Opacity

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

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

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

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

This text has shadow with #AE6B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6B8A on black background.


Color preview on white background

This text has color #AE6B8A on white background.



Black color preview on #AE6B8A background

This text has black color on #AE6B8A background.


White color preview on #AE6B8A background

This text has white color on #AE6B8A background.