COLOR #AE779D

HEX: #AE779D
RGB: (174,119,157)

Color info

#AE779D contains red, green and blue colors in about the same proportion. Web safe color of #AE779D is #996699 (or #969).

RGB color model

#AE779D color RGB value is (174,119,157).

  • red value is 174;
  • green value is 119;
  • blue value is 157.
RGB:
(174,119,157)
(68%,47%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 157 of 255 = 62%

174
119
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 157 = 450 (100%)
R 174 of 450 ~ 38.67%
G 119 of 450 ~ 26.44%
B 157 of 450 ~ 34.89%

%38.67
%26.44
%34.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(0,32,10,32)
C0M32Y10K32 
(0%,32%,10%,32%)
(0.00/0.32/0.10/0.32)	

CMYK percentages

%0
%31.61
%9.77
%31.76

Codes

Color #AE779D in popluar color models

AE779D
RGB174119157
HSL319°25.35%57.45%
HSB/HSV319°31.61%68.24%
CMYK0.00%31.61%9.77%
31.76%

Color #AE779D in popluar number systems.

HEXAE779D
Decimal174119157
Binary10101110111011110011101
Octal256167235

Shades and tints

Shades of #AE779D

#AE779D
(174,119,157)
#9F6D8F
(159,109,143)
#906381
(144,99,129)
#815973
(129,89,115)
#724F65
(114,79,101)
#634557
(99,69,87)
#543B49
(84,59,73)
#45313B
(69,49,59)
#36272D
(54,39,45)
#271D1F
(39,29,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AE779D

#AE779D
(174,119,157)
#B583A5
(181,131,165)
#BC8FAD
(188,143,173)
#C39BB5
(195,155,181)
#CAA7BD
(202,167,189)
#D1B3C5
(209,179,197)
#D8BFCD
(216,191,205)
#DFCBD5
(223,203,213)
#E6D7DD
(230,215,221)
#EDE3E5
(237,227,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE779D color. Also use rgb(174,119,157) instead hex code.

Text Font Color

.myTextColor { color: #AE779D; }

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

This text font color is #AE779D.


Background Color

.myBgColor { background-color: #AE779D; }

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

This div background color is #AE779D.


Border color

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

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

This div border color is #AE779D.


Opacity

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

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

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

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

This text has shadow with #AE779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE779D on black background.


Color preview on white background

This text has color #AE779D on white background.



Black color preview on #AE779D background

This text has black color on #AE779D background.


White color preview on #AE779D background

This text has white color on #AE779D background.