COLOR #AE749B

HEX: #AE749B
RGB: (174,116,155)

Color info

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

RGB color model

#AE749B color RGB value is (174,116,155).

  • red value is 174;
  • green value is 116;
  • blue value is 155.
RGB:
(174,116,155)
(68%,45%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 116 of 255 = 45%
B 155 of 255 = 61%

174
116
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 116 + 155 = 445 (100%)
R 174 of 445 ~ 39.1%
G 116 of 445 ~ 26.07%
B 155 of 445 ~ 34.83%

%39.1
%26.07
%34.83

CMYK color model

#AE749B color CMYK value is (0,33,11,32).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,33,11,32)
C0M33Y11K32 
(0%,33%,11%,32%)
(0.00/0.33/0.11/0.32)	

CMYK percentages

%0
%33.33
%10.92
%31.76

Codes

Color #AE749B in popluar color models

AE749B
RGB174116155
HSL320°26.36%56.86%
HSB/HSV320°33.33%68.24%
CMYK0.00%33.33%10.92%
31.76%

Color #AE749B in popluar number systems.

HEXAE749B
Decimal174116155
Binary10101110111010010011011
Octal256164233

Shades and tints

Shades of #AE749B

#AE749B
(174,116,155)
#9F6A8D
(159,106,141)
#90607F
(144,96,127)
#815671
(129,86,113)
#724C63
(114,76,99)
#634255
(99,66,85)
#543847
(84,56,71)
#452E39
(69,46,57)
#36242B
(54,36,43)
#271A1D
(39,26,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE749B

#AE749B
(174,116,155)
#B580A4
(181,128,164)
#BC8CAD
(188,140,173)
#C398B6
(195,152,182)
#CAA4BF
(202,164,191)
#D1B0C8
(209,176,200)
#D8BCD1
(216,188,209)
#DFC8DA
(223,200,218)
#E6D4E3
(230,212,227)
#EDE0EC
(237,224,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE749B color. Also use rgb(174,116,155) instead hex code.

Text Font Color

.myTextColor { color: #AE749B; }

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

This text font color is #AE749B.


Background Color

.myBgColor { background-color: #AE749B; }

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

This div background color is #AE749B.


Border color

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

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

This div border color is #AE749B.


Opacity

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

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

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

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

This text has shadow with #AE749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE749B on black background.


Color preview on white background

This text has color #AE749B on white background.



Black color preview on #AE749B background

This text has black color on #AE749B background.


White color preview on #AE749B background

This text has white color on #AE749B background.