COLOR #AE9BC7

HEX: #AE9BC7
RGB: (174,155,199)

Color info

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

RGB color model

#AE9BC7 color RGB value is (174,155,199).

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

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 199 of 255 = 78%

174
155
199

R + G + B ~ 69%. #AE9BC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 199 = 528 (100%)
R 174 of 528 ~ 32.95%
G 155 of 528 ~ 29.36%
B 199 of 528 ~ 37.69%

%32.95
%29.36
%37.69

CMYK color model

#AE9BC7 color CMYK value is (13,22,0,22).

  • cyan value is 12.56%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,22,0,22)
C13M22Y0K22 
(13%,22%,0%,22%)
(0.13/0.22/0.00/0.22)	

CMYK percentages

%12.56
%22.11
%0
%21.96

Codes

Color #AE9BC7 in popluar color models

AE9BC7
RGB174155199
HSL266°28.21%69.41%
HSB/HSV266°22.11%78.04%
CMYK12.56%22.11%0.00%
21.96%

Color #AE9BC7 in popluar number systems.

HEXAE9BC7
Decimal174155199
Binary101011101001101111000111
Octal256233307

Shades and tints

Shades of #AE9BC7

#AE9BC7
(174,155,199)
#9F8DB5
(159,141,181)
#907FA3
(144,127,163)
#817191
(129,113,145)
#72637F
(114,99,127)
#63556D
(99,85,109)
#54475B
(84,71,91)
#453949
(69,57,73)
#362B37
(54,43,55)
#271D25
(39,29,37)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE9BC7

#AE9BC7
(174,155,199)
#B5A4CC
(181,164,204)
#BCADD1
(188,173,209)
#C3B6D6
(195,182,214)
#CABFDB
(202,191,219)
#D1C8E0
(209,200,224)
#D8D1E5
(216,209,229)
#DFDAEA
(223,218,234)
#E6E3EF
(230,227,239)
#EDECF4
(237,236,244)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BC7; }

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

This text font color is #AE9BC7.


Background Color

.myBgColor { background-color: #AE9BC7; }

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

This div background color is #AE9BC7.


Border color

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

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

This div border color is #AE9BC7.


Opacity

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

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

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

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

This text has shadow with #AE9BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BC7 on black background.


Color preview on white background

This text has color #AE9BC7 on white background.



Black color preview on #AE9BC7 background

This text has black color on #AE9BC7 background.


White color preview on #AE9BC7 background

This text has white color on #AE9BC7 background.