COLOR #AE91BD

HEX: #AE91BD
RGB: (174,145,189)

Color info

#AE91BD contains red, green and blue colors in about the same proportion. Web safe color of #AE91BD is #9999CC (or #99C).

RGB color model

#AE91BD color RGB value is (174,145,189).

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

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 189 of 255 = 74%

174
145
189

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 189 = 508 (100%)
R 174 of 508 ~ 34.25%
G 145 of 508 ~ 28.54%
B 189 of 508 ~ 37.2%

%34.25
%28.54
%37.2

CMYK color model

#AE91BD color CMYK value is (8,23,0,26).

  • cyan value is 7.94%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,23,0,26)
C8M23Y0K26 
(8%,23%,0%,26%)
(0.08/0.23/0.00/0.26)	

CMYK percentages

%7.94
%23.28
%0
%25.88

Codes

Color #AE91BD in popluar color models

AE91BD
RGB174145189
HSL280°25.00%65.49%
HSB/HSV280°23.28%74.12%
CMYK7.94%23.28%0.00%
25.88%

Color #AE91BD in popluar number systems.

HEXAE91BD
Decimal174145189
Binary101011101001000110111101
Octal256221275

Shades and tints

Shades of #AE91BD

#AE91BD
(174,145,189)
#9F84AC
(159,132,172)
#90779B
(144,119,155)
#816A8A
(129,106,138)
#725D79
(114,93,121)
#635068
(99,80,104)
#544357
(84,67,87)
#453646
(69,54,70)
#362935
(54,41,53)
#271C24
(39,28,36)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE91BD

#AE91BD
(174,145,189)
#B59BC3
(181,155,195)
#BCA5C9
(188,165,201)
#C3AFCF
(195,175,207)
#CAB9D5
(202,185,213)
#D1C3DB
(209,195,219)
#D8CDE1
(216,205,225)
#DFD7E7
(223,215,231)
#E6E1ED
(230,225,237)
#EDEBF3
(237,235,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE91BD; }

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

This text font color is #AE91BD.


Background Color

.myBgColor { background-color: #AE91BD; }

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

This div background color is #AE91BD.


Border color

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

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

This div border color is #AE91BD.


Opacity

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

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

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

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

This text has shadow with #AE91BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE91BD on black background.


Color preview on white background

This text has color #AE91BD on white background.



Black color preview on #AE91BD background

This text has black color on #AE91BD background.


White color preview on #AE91BD background

This text has white color on #AE91BD background.