COLOR #AE9EB2

HEX: #AE9EB2
RGB: (174,158,178)

Color info

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

RGB color model

#AE9EB2 color RGB value is (174,158,178).

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

RGB channels and saturation

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

174
158
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 158 + 178 = 510 (100%)
R 174 of 510 ~ 34.12%
G 158 of 510 ~ 30.98%
B 178 of 510 ~ 34.9%

%34.12
%30.98
%34.9

CMYK color model

#AE9EB2 color CMYK value is (2,11,0,30).

  • cyan value is 2.25%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,11,0,30)
C2M11Y0K30 
(2%,11%,0%,30%)
(0.02/0.11/0.00/0.30)	

CMYK percentages

%2.25
%11.24
%0
%30.2

Codes

Color #AE9EB2 in popluar color models

AE9EB2
RGB174158178
HSL288°11.49%65.88%
HSB/HSV288°11.24%69.80%
CMYK2.25%11.24%0.00%
30.20%

Color #AE9EB2 in popluar number systems.

HEXAE9EB2
Decimal174158178
Binary101011101001111010110010
Octal256236262

Shades and tints

Shades of #AE9EB2

#AE9EB2
(174,158,178)
#9F90A2
(159,144,162)
#908292
(144,130,146)
#817482
(129,116,130)
#726672
(114,102,114)
#635862
(99,88,98)
#544A52
(84,74,82)
#453C42
(69,60,66)
#362E32
(54,46,50)
#272022
(39,32,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE9EB2

#AE9EB2
(174,158,178)
#B5A6B9
(181,166,185)
#BCAEC0
(188,174,192)
#C3B6C7
(195,182,199)
#CABECE
(202,190,206)
#D1C6D5
(209,198,213)
#D8CEDC
(216,206,220)
#DFD6E3
(223,214,227)
#E6DEEA
(230,222,234)
#EDE6F1
(237,230,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9EB2; }

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

This text font color is #AE9EB2.


Background Color

.myBgColor { background-color: #AE9EB2; }

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

This div background color is #AE9EB2.


Border color

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

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

This div border color is #AE9EB2.


Opacity

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

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

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

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

This text has shadow with #AE9EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9EB2 on black background.


Color preview on white background

This text has color #AE9EB2 on white background.



Black color preview on #AE9EB2 background

This text has black color on #AE9EB2 background.


White color preview on #AE9EB2 background

This text has white color on #AE9EB2 background.