COLOR #AE90B5

HEX: #AE90B5 RGB: (174,144,181)

Color info

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

RGB color model

#AE90B5 color RGB value is (174,144,181).

RGB: (174,144,181) (68%, 56%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 181 of 255 = 71%

174
144
181

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

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 181 = 499 (100%)
R 174 of 499 ~ 34.87%
G 144 of 499 ~ 28.86%
B 181 of 499 ~ 36.27'%

%34.87
%28.86
%36.27

CMYK color model

#AE90B5 color CMYK value is (4,20,0,29).

  • cyan value is 3.87%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (4,20,0,29)
C4M20Y0K29 (4%, 20%, 0%, 29%)
(0.04 / 0.20 / 0.00 / 0.29)

CMYK percentages

%3.87
%20.44
%0
%29.02

Codes

Color #AE90B5 in popluar color models

AE 90 B5
RGB 174 144 181
HSL 289° 20.00% 63.73%
HSB/HSV 289° 20.44% 70.98%
CMYK 3.87% 20.44% 0.00%
29.02%

Color #AE90B5 in popluar number systems.

HEX AE 90 B5
Decimal 174 144 181
Binary 10101110 10010000 10110101
Octal 256 220 265

Shades and tints

Shades of #AE90B5

#AE90B5
(174,144,181)
#9F83A5
(159,131,165)
#907695
(144,118,149)
#816985
(129,105,133)
#725C75
(114,92,117)
#634F65
(99,79,101)
#544255
(84,66,85)
#453545
(69,53,69)
#362835
(54,40,53)
#271B25
(39,27,37)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #AE90B5

#AE90B5
(174,144,181)
#B59ABB
(181,154,187)
#BCA4C1
(188,164,193)
#C3AEC7
(195,174,199)
#CAB8CD
(202,184,205)
#D1C2D3
(209,194,211)
#D8CCD9
(216,204,217)
#DFD6DF
(223,214,223)
#E6E0E5
(230,224,229)
#EDEAEB
(237,234,235)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE90B5 color. Also use rgb(174,144,181) instead hex code.

Text Font Color

.myTextColor { color: #AE90B5; }

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

This text font color is #AE90B5.

Background Color

.myBgColor { background-color: #AE90B5; }

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

This div background color is #AE90B5.

Border color

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

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

This div border color is #AE90B5.

Opacity

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

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

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

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

This text has shadow with #AE90B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE90B5.

Preview

Color preview on black background

This text has color #AE90B5 on black background.


Color preview on white background

This text has color #AE90B5 on white background.


Black color preview on #AE90B5 background

This text has black color on #AE90B5 background.


White color preview on #AE90B5 background

This text has white color on #AE90B5 background.


Related colors

Complementary color

Complementary color for #hex is #516F4A.


I love getcolorcode.com

Triadic colors

1 #B5AE90 and #90B5AE with #AE90B5 are triadic colors.

2 #B590AE and #90AEB5 with #AE90B5 are triadic colors.