COLOR #AE768C

HEX: #AE768C
RGB: (174,118,140)

Color info

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

RGB color model

#AE768C color RGB value is (174,118,140).

  • red value is 174;
  • green value is 118;
  • blue value is 140.
RGB:
(174,118,140)
(68%,46%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 118 of 255 = 46%
B 140 of 255 = 55%

174
118
140

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

Portions of RGB colors in percentages

R + G + B =
174 + 118 + 140 = 432 (100%)
R 174 of 432 ~ 40.28%
G 118 of 432 ~ 27.31%
B 140 of 432 ~ 32.41%

%40.28
%27.31
%32.41

CMYK color model

#AE768C color CMYK value is (0,32,20,32).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(0,32,20,32)
C0M32Y20K32 
(0%,32%,20%,32%)
(0.00/0.32/0.20/0.32)	

CMYK percentages

%0
%32.18
%19.54
%31.76

Codes

Color #AE768C in popluar color models

AE768C
RGB174118140
HSL336°25.69%57.25%
HSB/HSV336°32.18%68.24%
CMYK0.00%32.18%19.54%
31.76%

Color #AE768C in popluar number systems.

HEXAE768C
Decimal174118140
Binary10101110111011010001100
Octal256166214

Shades and tints

Shades of #AE768C

#AE768C
(174,118,140)
#9F6C80
(159,108,128)
#906274
(144,98,116)
#815868
(129,88,104)
#724E5C
(114,78,92)
#634450
(99,68,80)
#543A44
(84,58,68)
#453038
(69,48,56)
#36262C
(54,38,44)
#271C20
(39,28,32)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AE768C

#AE768C
(174,118,140)
#B58296
(181,130,150)
#BC8EA0
(188,142,160)
#C39AAA
(195,154,170)
#CAA6B4
(202,166,180)
#D1B2BE
(209,178,190)
#D8BEC8
(216,190,200)
#DFCAD2
(223,202,210)
#E6D6DC
(230,214,220)
#EDE2E6
(237,226,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE768C color. Also use rgb(174,118,140) instead hex code.

Text Font Color

.myTextColor { color: #AE768C; }

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

This text font color is #AE768C.


Background Color

.myBgColor { background-color: #AE768C; }

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

This div background color is #AE768C.


Border color

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

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

This div border color is #AE768C.


Opacity

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

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

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

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

This text has shadow with #AE768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE768C on black background.


Color preview on white background

This text has color #AE768C on white background.



Black color preview on #AE768C background

This text has black color on #AE768C background.


White color preview on #AE768C background

This text has white color on #AE768C background.