COLOR #AE8FBB

HEX: #AE8FBB
RGB: (174,143,187)

Color info

#AE8FBB contains red, green and blue colors in about the same proportion. Web safe color of #AE8FBB is #9999CC (or #99C).

RGB color model

#AE8FBB color RGB value is (174,143,187).

  • red value is 174;
  • green value is 143;
  • blue value is 187.
RGB:
(174,143,187)
(68%,56%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 187 of 255 = 73%

174
143
187

R + G + B ~ 66%. #AE8FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 187 = 504 (100%)
R 174 of 504 ~ 34.52%
G 143 of 504 ~ 28.37%
B 187 of 504 ~ 37.1%

%34.52
%28.37
%37.1

CMYK color model

#AE8FBB color CMYK value is (7,24,0,27).

  • cyan value is 6.95%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,24,0,27)
C7M24Y0K27 
(7%,24%,0%,27%)
(0.07/0.24/0.00/0.27)	

CMYK percentages

%6.95
%23.53
%0
%26.67

Codes

Color #AE8FBB in popluar color models

AE8FBB
RGB174143187
HSL282°24.44%64.71%
HSB/HSV282°23.53%73.33%
CMYK6.95%23.53%0.00%
26.67%

Color #AE8FBB in popluar number systems.

HEXAE8FBB
Decimal174143187
Binary101011101000111110111011
Octal256217273

Shades and tints

Shades of #AE8FBB

#AE8FBB
(174,143,187)
#9F82AA
(159,130,170)
#907599
(144,117,153)
#816888
(129,104,136)
#725B77
(114,91,119)
#634E66
(99,78,102)
#544155
(84,65,85)
#453444
(69,52,68)
#362733
(54,39,51)
#271A22
(39,26,34)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE8FBB

#AE8FBB
(174,143,187)
#B599C1
(181,153,193)
#BCA3C7
(188,163,199)
#C3ADCD
(195,173,205)
#CAB7D3
(202,183,211)
#D1C1D9
(209,193,217)
#D8CBDF
(216,203,223)
#DFD5E5
(223,213,229)
#E6DFEB
(230,223,235)
#EDE9F1
(237,233,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8FBB color. Also use rgb(174,143,187) instead hex code.

Text Font Color

.myTextColor { color: #AE8FBB; }

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

This text font color is #AE8FBB.


Background Color

.myBgColor { background-color: #AE8FBB; }

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

This div background color is #AE8FBB.


Border color

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

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

This div border color is #AE8FBB.


Opacity

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

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

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

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

This text has shadow with #AE8FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8FBB on black background.


Color preview on white background

This text has color #AE8FBB on white background.



Black color preview on #AE8FBB background

This text has black color on #AE8FBB background.


White color preview on #AE8FBB background

This text has white color on #AE8FBB background.