COLOR #AE78AB

HEX: #AE78AB
RGB: (174,120,171)

Color info

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

RGB color model

#AE78AB color RGB value is (174,120,171).

  • red value is 174;
  • green value is 120;
  • blue value is 171.
RGB:
(174,120,171)
(68%,47%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 171 of 255 = 67%

174
120
171

R + G + B ~ 61%. #AE78AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 120 + 171 = 465 (100%)
R 174 of 465 ~ 37.42%
G 120 of 465 ~ 25.81%
B 171 of 465 ~ 36.77%

%37.42
%25.81
%36.77

CMYK color model

#AE78AB color CMYK value is (0,31,2,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,31,2,32)
C0M31Y2K32 
(0%,31%,2%,32%)
(0.00/0.31/0.02/0.32)	

CMYK percentages

%0
%31.03
%1.72
%31.76

Codes

Color #AE78AB in popluar color models

AE78AB
RGB174120171
HSL303°25.00%57.65%
HSB/HSV303°31.03%68.24%
CMYK0.00%31.03%1.72%
31.76%

Color #AE78AB in popluar number systems.

HEXAE78AB
Decimal174120171
Binary10101110111100010101011
Octal256170253

Shades and tints

Shades of #AE78AB

#AE78AB
(174,120,171)
#9F6E9C
(159,110,156)
#90648D
(144,100,141)
#815A7E
(129,90,126)
#72506F
(114,80,111)
#634660
(99,70,96)
#543C51
(84,60,81)
#453242
(69,50,66)
#362833
(54,40,51)
#271E24
(39,30,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AE78AB

#AE78AB
(174,120,171)
#B584B2
(181,132,178)
#BC90B9
(188,144,185)
#C39CC0
(195,156,192)
#CAA8C7
(202,168,199)
#D1B4CE
(209,180,206)
#D8C0D5
(216,192,213)
#DFCCDC
(223,204,220)
#E6D8E3
(230,216,227)
#EDE4EA
(237,228,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE78AB color. Also use rgb(174,120,171) instead hex code.

Text Font Color

.myTextColor { color: #AE78AB; }

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

This text font color is #AE78AB.


Background Color

.myBgColor { background-color: #AE78AB; }

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

This div background color is #AE78AB.


Border color

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

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

This div border color is #AE78AB.


Opacity

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

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

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

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

This text has shadow with #AE78AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE78AB on black background.


Color preview on white background

This text has color #AE78AB on white background.



Black color preview on #AE78AB background

This text has black color on #AE78AB background.


White color preview on #AE78AB background

This text has white color on #AE78AB background.