COLOR #AE8FBF

HEX: #AE8FBF
RGB: (174,143,191)

Color info

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

RGB color model

#AE8FBF color RGB value is (174,143,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 191 of 255 = 75%

174
143
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 191 = 508 (100%)
R 174 of 508 ~ 34.25%
G 143 of 508 ~ 28.15%
B 191 of 508 ~ 37.6%

%34.25
%28.15
%37.6

CMYK color model

#AE8FBF color CMYK value is (9,25,0,25).

  • cyan value is 8.90%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,25,0,25)
C9M25Y0K25 
(9%,25%,0%,25%)
(0.09/0.25/0.00/0.25)	

CMYK percentages

%8.9
%25.13
%0
%25.1

Codes

Color #AE8FBF in popluar color models

AE8FBF
RGB174143191
HSL279°27.27%65.49%
HSB/HSV279°25.13%74.90%
CMYK8.90%25.13%0.00%
25.10%

Color #AE8FBF in popluar number systems.

HEXAE8FBF
Decimal174143191
Binary101011101000111110111111
Octal256217277

Shades and tints

Shades of #AE8FBF

#AE8FBF
(174,143,191)
#9F82AE
(159,130,174)
#90759D
(144,117,157)
#81688C
(129,104,140)
#725B7B
(114,91,123)
#634E6A
(99,78,106)
#544159
(84,65,89)
#453448
(69,52,72)
#362737
(54,39,55)
#271A26
(39,26,38)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #AE8FBF

#AE8FBF
(174,143,191)
#B599C4
(181,153,196)
#BCA3C9
(188,163,201)
#C3ADCE
(195,173,206)
#CAB7D3
(202,183,211)
#D1C1D8
(209,193,216)
#D8CBDD
(216,203,221)
#DFD5E2
(223,213,226)
#E6DFE7
(230,223,231)
#EDE9EC
(237,233,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8FBF; }

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

This text font color is #AE8FBF.


Background Color

.myBgColor { background-color: #AE8FBF; }

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

This div background color is #AE8FBF.


Border color

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

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

This div border color is #AE8FBF.


Opacity

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

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

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

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

This text has shadow with #AE8FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8FBF on black background.


Color preview on white background

This text has color #AE8FBF on white background.



Black color preview on #AE8FBF background

This text has black color on #AE8FBF background.


White color preview on #AE8FBF background

This text has white color on #AE8FBF background.