COLOR #AE9BBA

HEX: #AE9BBA
RGB: (174,155,186)

Color info

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

RGB color model

#AE9BBA color RGB value is (174,155,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 186 of 255 = 73%

174
155
186

R + G + B ~ 67%. #AE9BBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 186 = 515 (100%)
R 174 of 515 ~ 33.79%
G 155 of 515 ~ 30.1%
B 186 of 515 ~ 36.12%

%33.79
%30.1
%36.12

CMYK color model

#AE9BBA color CMYK value is (6,17,0,27).

  • cyan value is 6.45%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,17,0,27)
C6M17Y0K27 
(6%,17%,0%,27%)
(0.06/0.17/0.00/0.27)	

CMYK percentages

%6.45
%16.67
%0
%27.06

Codes

Color #AE9BBA in popluar color models

AE9BBA
RGB174155186
HSL277°18.34%66.86%
HSB/HSV277°16.67%72.94%
CMYK6.45%16.67%0.00%
27.06%

Color #AE9BBA in popluar number systems.

HEXAE9BBA
Decimal174155186
Binary101011101001101110111010
Octal256233272

Shades and tints

Shades of #AE9BBA

#AE9BBA
(174,155,186)
#9F8DAA
(159,141,170)
#907F9A
(144,127,154)
#81718A
(129,113,138)
#72637A
(114,99,122)
#63556A
(99,85,106)
#54475A
(84,71,90)
#45394A
(69,57,74)
#362B3A
(54,43,58)
#271D2A
(39,29,42)
#180F1A
(24,15,26)
#000000
(0,0,0)

Tints of #AE9BBA

#AE9BBA
(174,155,186)
#B5A4C0
(181,164,192)
#BCADC6
(188,173,198)
#C3B6CC
(195,182,204)
#CABFD2
(202,191,210)
#D1C8D8
(209,200,216)
#D8D1DE
(216,209,222)
#DFDAE4
(223,218,228)
#E6E3EA
(230,227,234)
#EDECF0
(237,236,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BBA; }

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

This text font color is #AE9BBA.


Background Color

.myBgColor { background-color: #AE9BBA; }

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

This div background color is #AE9BBA.


Border color

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

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

This div border color is #AE9BBA.


Opacity

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

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

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

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

This text has shadow with #AE9BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BBA on black background.


Color preview on white background

This text has color #AE9BBA on white background.



Black color preview on #AE9BBA background

This text has black color on #AE9BBA background.


White color preview on #AE9BBA background

This text has white color on #AE9BBA background.