COLOR #AE9BB1

HEX: #AE9BB1
RGB: (174,155,177)

Color info

#AE9BB1 contains red, green and blue colors in about the same proportion. Web safe color of #AE9BB1 is #999999 (or #999).

RGB color model

#AE9BB1 color RGB value is (174,155,177).

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

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 177 of 255 = 69%

174
155
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 177 = 506 (100%)
R 174 of 506 ~ 34.39%
G 155 of 506 ~ 30.63%
B 177 of 506 ~ 34.98%

%34.39
%30.63
%34.98

CMYK color model

#AE9BB1 color CMYK value is (2,12,0,31).

  • cyan value is 1.69%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,12,0,31)
C2M12Y0K31 
(2%,12%,0%,31%)
(0.02/0.12/0.00/0.31)	

CMYK percentages

%1.69
%12.43
%0
%30.59

Codes

Color #AE9BB1 in popluar color models

AE9BB1
RGB174155177
HSL292°12.36%65.10%
HSB/HSV292°12.43%69.41%
CMYK1.69%12.43%0.00%
30.59%

Color #AE9BB1 in popluar number systems.

HEXAE9BB1
Decimal174155177
Binary101011101001101110110001
Octal256233261

Shades and tints

Shades of #AE9BB1

#AE9BB1
(174,155,177)
#9F8DA1
(159,141,161)
#907F91
(144,127,145)
#817181
(129,113,129)
#726371
(114,99,113)
#635561
(99,85,97)
#544751
(84,71,81)
#453941
(69,57,65)
#362B31
(54,43,49)
#271D21
(39,29,33)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE9BB1

#AE9BB1
(174,155,177)
#B5A4B8
(181,164,184)
#BCADBF
(188,173,191)
#C3B6C6
(195,182,198)
#CABFCD
(202,191,205)
#D1C8D4
(209,200,212)
#D8D1DB
(216,209,219)
#DFDAE2
(223,218,226)
#E6E3E9
(230,227,233)
#EDECF0
(237,236,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BB1; }

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

This text font color is #AE9BB1.


Background Color

.myBgColor { background-color: #AE9BB1; }

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

This div background color is #AE9BB1.


Border color

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

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

This div border color is #AE9BB1.


Opacity

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

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

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

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

This text has shadow with #AE9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BB1 on black background.


Color preview on white background

This text has color #AE9BB1 on white background.



Black color preview on #AE9BB1 background

This text has black color on #AE9BB1 background.


White color preview on #AE9BB1 background

This text has white color on #AE9BB1 background.