COLOR #AE9DB2

HEX: #AE9DB2
RGB: (174,157,178)

Color info

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

RGB color model

#AE9DB2 color RGB value is (174,157,178).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 178 of 255 = 70%

174
157
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 178 = 509 (100%)
R 174 of 509 ~ 34.18%
G 157 of 509 ~ 30.84%
B 178 of 509 ~ 34.97%

%34.18
%30.84
%34.97

CMYK color model

#AE9DB2 color CMYK value is (2,12,0,30).

  • cyan value is 2.25%
  • magenta value is 11.80%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,12,0,30)
C2M12Y0K30 
(2%,12%,0%,30%)
(0.02/0.12/0.00/0.30)	

CMYK percentages

%2.25
%11.8
%0
%30.2

Codes

Color #AE9DB2 in popluar color models

AE9DB2
RGB174157178
HSL289°12.00%65.69%
HSB/HSV289°11.80%69.80%
CMYK2.25%11.80%0.00%
30.20%

Color #AE9DB2 in popluar number systems.

HEXAE9DB2
Decimal174157178
Binary101011101001110110110010
Octal256235262

Shades and tints

Shades of #AE9DB2

#AE9DB2
(174,157,178)
#9F8FA2
(159,143,162)
#908192
(144,129,146)
#817382
(129,115,130)
#726572
(114,101,114)
#635762
(99,87,98)
#544952
(84,73,82)
#453B42
(69,59,66)
#362D32
(54,45,50)
#271F22
(39,31,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE9DB2

#AE9DB2
(174,157,178)
#B5A5B9
(181,165,185)
#BCADC0
(188,173,192)
#C3B5C7
(195,181,199)
#CABDCE
(202,189,206)
#D1C5D5
(209,197,213)
#D8CDDC
(216,205,220)
#DFD5E3
(223,213,227)
#E6DDEA
(230,221,234)
#EDE5F1
(237,229,241)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DB2; }

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

This text font color is #AE9DB2.


Background Color

.myBgColor { background-color: #AE9DB2; }

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

This div background color is #AE9DB2.


Border color

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

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

This div border color is #AE9DB2.


Opacity

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

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

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

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

This text has shadow with #AE9DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DB2 on black background.


Color preview on white background

This text has color #AE9DB2 on white background.



Black color preview on #AE9DB2 background

This text has black color on #AE9DB2 background.


White color preview on #AE9DB2 background

This text has white color on #AE9DB2 background.