COLOR #AE9BB2

HEX: #AE9BB2
RGB: (174,155,178)

Color info

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

RGB color model

#AE9BB2 color RGB value is (174,155,178).

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

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 178 of 255 = 70%

174
155
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 178 = 507 (100%)
R 174 of 507 ~ 34.32%
G 155 of 507 ~ 30.57%
B 178 of 507 ~ 35.11%

%34.32
%30.57
%35.11

CMYK color model

#AE9BB2 color CMYK value is (2,13,0,30).

  • cyan value is 2.25%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,13,0,30)
C2M13Y0K30 
(2%,13%,0%,30%)
(0.02/0.13/0.00/0.30)	

CMYK percentages

%2.25
%12.92
%0
%30.2

Codes

Color #AE9BB2 in popluar color models

AE9BB2
RGB174155178
HSL290°12.99%65.29%
HSB/HSV290°12.92%69.80%
CMYK2.25%12.92%0.00%
30.20%

Color #AE9BB2 in popluar number systems.

HEXAE9BB2
Decimal174155178
Binary101011101001101110110010
Octal256233262

Shades and tints

Shades of #AE9BB2

#AE9BB2
(174,155,178)
#9F8DA2
(159,141,162)
#907F92
(144,127,146)
#817182
(129,113,130)
#726372
(114,99,114)
#635562
(99,85,98)
#544752
(84,71,82)
#453942
(69,57,66)
#362B32
(54,43,50)
#271D22
(39,29,34)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AE9BB2

#AE9BB2
(174,155,178)
#B5A4B9
(181,164,185)
#BCADC0
(188,173,192)
#C3B6C7
(195,182,199)
#CABFCE
(202,191,206)
#D1C8D5
(209,200,213)
#D8D1DC
(216,209,220)
#DFDAE3
(223,218,227)
#E6E3EA
(230,227,234)
#EDECF1
(237,236,241)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BB2; }

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

This text font color is #AE9BB2.


Background Color

.myBgColor { background-color: #AE9BB2; }

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

This div background color is #AE9BB2.


Border color

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

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

This div border color is #AE9BB2.


Opacity

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

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

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

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

This text has shadow with #AE9BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BB2 on black background.


Color preview on white background

This text has color #AE9BB2 on white background.



Black color preview on #AE9BB2 background

This text has black color on #AE9BB2 background.


White color preview on #AE9BB2 background

This text has white color on #AE9BB2 background.