COLOR #AE6983

HEX: #AE6983
RGB: (174,105,131)

Color info

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

RGB color model

#AE6983 color RGB value is (174,105,131).

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

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 131 of 255 = 51%

174
105
131

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

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 131 = 410 (100%)
R 174 of 410 ~ 42.44%
G 105 of 410 ~ 25.61%
B 131 of 410 ~ 31.95%

%42.44
%25.61
%31.95

CMYK color model

#AE6983 color CMYK value is (0,40,25,32).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK:
(0,40,25,32)
C0M40Y25K32 
(0%,40%,25%,32%)
(0.00/0.40/0.25/0.32)	

CMYK percentages

%0
%39.66
%24.71
%31.76

Codes

Color #AE6983 in popluar color models

AE6983
RGB174105131
HSL337°29.87%54.71%
HSB/HSV337°39.66%68.24%
CMYK0.00%39.66%24.71%
31.76%

Color #AE6983 in popluar number systems.

HEXAE6983
Decimal174105131
Binary10101110110100110000011
Octal256151203

Shades and tints

Shades of #AE6983

#AE6983
(174,105,131)
#9F6078
(159,96,120)
#90576D
(144,87,109)
#814E62
(129,78,98)
#724557
(114,69,87)
#633C4C
(99,60,76)
#543341
(84,51,65)
#452A36
(69,42,54)
#36212B
(54,33,43)
#271820
(39,24,32)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #AE6983

#AE6983
(174,105,131)
#B5768E
(181,118,142)
#BC8399
(188,131,153)
#C390A4
(195,144,164)
#CA9DAF
(202,157,175)
#D1AABA
(209,170,186)
#D8B7C5
(216,183,197)
#DFC4D0
(223,196,208)
#E6D1DB
(230,209,219)
#EDDEE6
(237,222,230)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6983; }

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

This text font color is #AE6983.


Background Color

.myBgColor { background-color: #AE6983; }

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

This div background color is #AE6983.


Border color

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

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

This div border color is #AE6983.


Opacity

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

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

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

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

This text has shadow with #AE6983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6983 on black background.


Color preview on white background

This text has color #AE6983 on white background.



Black color preview on #AE6983 background

This text has black color on #AE6983 background.


White color preview on #AE6983 background

This text has white color on #AE6983 background.