COLOR #AE6982

HEX: #AE6982
RGB: (174,105,130)

Color info

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

RGB color model

#AE6982 color RGB value is (174,105,130).

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

RGB channels and saturation

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

174
105
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 130 = 409 (100%)
R 174 of 409 ~ 42.54%
G 105 of 409 ~ 25.67%
B 130 of 409 ~ 31.78%

%42.54
%25.67
%31.78

CMYK color model

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

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

Codes

Color #AE6982 in popluar color models

AE6982
RGB174105130
HSL338°29.87%54.71%
HSB/HSV338°39.66%68.24%
CMYK0.00%39.66%25.29%
31.76%

Color #AE6982 in popluar number systems.

HEXAE6982
Decimal174105130
Binary10101110110100110000010
Octal256151202

Shades and tints

Shades of #AE6982

#AE6982
(174,105,130)
#9F6077
(159,96,119)
#90576C
(144,87,108)
#814E61
(129,78,97)
#724556
(114,69,86)
#633C4B
(99,60,75)
#543340
(84,51,64)
#452A35
(69,42,53)
#36212A
(54,33,42)
#27181F
(39,24,31)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE6982

#AE6982
(174,105,130)
#B5768D
(181,118,141)
#BC8398
(188,131,152)
#C390A3
(195,144,163)
#CA9DAE
(202,157,174)
#D1AAB9
(209,170,185)
#D8B7C4
(216,183,196)
#DFC4CF
(223,196,207)
#E6D1DA
(230,209,218)
#EDDEE5
(237,222,229)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6982; }

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

This text font color is #AE6982.


Background Color

.myBgColor { background-color: #AE6982; }

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

This div background color is #AE6982.


Border color

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

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

This div border color is #AE6982.


Opacity

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

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

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

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

This text has shadow with #AE6982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6982 on black background.


Color preview on white background

This text has color #AE6982 on white background.



Black color preview on #AE6982 background

This text has black color on #AE6982 background.


White color preview on #AE6982 background

This text has white color on #AE6982 background.