COLOR #AE9DB1

HEX: #AE9DB1
RGB: (174,157,177)

Color info

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

RGB color model

#AE9DB1 color RGB value is (174,157,177).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 177 of 255 = 69%

174
157
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 177 = 508 (100%)
R 174 of 508 ~ 34.25%
G 157 of 508 ~ 30.91%
B 177 of 508 ~ 34.84%

%34.25
%30.91
%34.84

CMYK color model

#AE9DB1 color CMYK value is (2,11,0,31).

  • cyan value is 1.69%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,11,0,31)
C2M11Y0K31 
(2%,11%,0%,31%)
(0.02/0.11/0.00/0.31)	

CMYK percentages

%1.69
%11.3
%0
%30.59

Codes

Color #AE9DB1 in popluar color models

AE9DB1
RGB174157177
HSL291°11.36%65.49%
HSB/HSV291°11.30%69.41%
CMYK1.69%11.30%0.00%
30.59%

Color #AE9DB1 in popluar number systems.

HEXAE9DB1
Decimal174157177
Binary101011101001110110110001
Octal256235261

Shades and tints

Shades of #AE9DB1

#AE9DB1
(174,157,177)
#9F8FA1
(159,143,161)
#908191
(144,129,145)
#817381
(129,115,129)
#726571
(114,101,113)
#635761
(99,87,97)
#544951
(84,73,81)
#453B41
(69,59,65)
#362D31
(54,45,49)
#271F21
(39,31,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AE9DB1

#AE9DB1
(174,157,177)
#B5A5B8
(181,165,184)
#BCADBF
(188,173,191)
#C3B5C6
(195,181,198)
#CABDCD
(202,189,205)
#D1C5D4
(209,197,212)
#D8CDDB
(216,205,219)
#DFD5E2
(223,213,226)
#E6DDE9
(230,221,233)
#EDE5F0
(237,229,240)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DB1; }

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

This text font color is #AE9DB1.


Background Color

.myBgColor { background-color: #AE9DB1; }

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

This div background color is #AE9DB1.


Border color

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

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

This div border color is #AE9DB1.


Opacity

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

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

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

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

This text has shadow with #AE9DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DB1 on black background.


Color preview on white background

This text has color #AE9DB1 on white background.



Black color preview on #AE9DB1 background

This text has black color on #AE9DB1 background.


White color preview on #AE9DB1 background

This text has white color on #AE9DB1 background.