COLOR #AE91B0

HEX: #AE91B0
RGB: (174,145,176)

Color info

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

RGB color model

#AE91B0 color RGB value is (174,145,176).

  • red value is 174;
  • green value is 145;
  • blue value is 176.
RGB:
(174,145,176)
(68%,57%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 176 of 255 = 69%

174
145
176

R + G + B ~ 65%. #AE91B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 176 = 495 (100%)
R 174 of 495 ~ 35.15%
G 145 of 495 ~ 29.29%
B 176 of 495 ~ 35.56%

%35.15
%29.29
%35.56

CMYK color model

#AE91B0 color CMYK value is (1,18,0,31).

  • cyan value is 1.14%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,18,0,31)
C1M18Y0K31 
(1%,18%,0%,31%)
(0.01/0.18/0.00/0.31)	

CMYK percentages

%1.14
%17.61
%0
%30.98

Codes

Color #AE91B0 in popluar color models

AE91B0
RGB174145176
HSL296°16.40%62.94%
HSB/HSV296°17.61%69.02%
CMYK1.14%17.61%0.00%
30.98%

Color #AE91B0 in popluar number systems.

HEXAE91B0
Decimal174145176
Binary101011101001000110110000
Octal256221260

Shades and tints

Shades of #AE91B0

#AE91B0
(174,145,176)
#9F84A0
(159,132,160)
#907790
(144,119,144)
#816A80
(129,106,128)
#725D70
(114,93,112)
#635060
(99,80,96)
#544350
(84,67,80)
#453640
(69,54,64)
#362930
(54,41,48)
#271C20
(39,28,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE91B0

#AE91B0
(174,145,176)
#B59BB7
(181,155,183)
#BCA5BE
(188,165,190)
#C3AFC5
(195,175,197)
#CAB9CC
(202,185,204)
#D1C3D3
(209,195,211)
#D8CDDA
(216,205,218)
#DFD7E1
(223,215,225)
#E6E1E8
(230,225,232)
#EDEBEF
(237,235,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE91B0 color. Also use rgb(174,145,176) instead hex code.

Text Font Color

.myTextColor { color: #AE91B0; }

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

This text font color is #AE91B0.


Background Color

.myBgColor { background-color: #AE91B0; }

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

This div background color is #AE91B0.


Border color

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

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

This div border color is #AE91B0.


Opacity

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

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

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

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

This text has shadow with #AE91B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE91B0 on black background.


Color preview on white background

This text has color #AE91B0 on white background.



Black color preview on #AE91B0 background

This text has black color on #AE91B0 background.


White color preview on #AE91B0 background

This text has white color on #AE91B0 background.