COLOR #AE909F

HEX: #AE909F
RGB: (174,144,159)

Color info

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

RGB color model

#AE909F color RGB value is (174,144,159).

  • red value is 174;
  • green value is 144;
  • blue value is 159.
RGB:
(174,144,159)
(68%,56%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 159 of 255 = 62%

174
144
159

R + G + B ~ 62%. #AE909F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 144 + 159 = 477 (100%)
R 174 of 477 ~ 36.48%
G 144 of 477 ~ 30.19%
B 159 of 477 ~ 33.33%

%36.48
%30.19
%33.33

CMYK color model

#AE909F color CMYK value is (0,17,9,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,17,9,32)
C0M17Y9K32 
(0%,17%,9%,32%)
(0.00/0.17/0.09/0.32)	

CMYK percentages

%0
%17.24
%8.62
%31.76

Codes

Color #AE909F in popluar color models

AE909F
RGB174144159
HSL330°15.63%62.35%
HSB/HSV330°17.24%68.24%
CMYK0.00%17.24%8.62%
31.76%

Color #AE909F in popluar number systems.

HEXAE909F
Decimal174144159
Binary101011101001000010011111
Octal256220237

Shades and tints

Shades of #AE909F

#AE909F
(174,144,159)
#9F8391
(159,131,145)
#907683
(144,118,131)
#816975
(129,105,117)
#725C67
(114,92,103)
#634F59
(99,79,89)
#54424B
(84,66,75)
#45353D
(69,53,61)
#36282F
(54,40,47)
#271B21
(39,27,33)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE909F

#AE909F
(174,144,159)
#B59AA7
(181,154,167)
#BCA4AF
(188,164,175)
#C3AEB7
(195,174,183)
#CAB8BF
(202,184,191)
#D1C2C7
(209,194,199)
#D8CCCF
(216,204,207)
#DFD6D7
(223,214,215)
#E6E0DF
(230,224,223)
#EDEAE7
(237,234,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE909F; }

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

This text font color is #AE909F.


Background Color

.myBgColor { background-color: #AE909F; }

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

This div background color is #AE909F.


Border color

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

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

This div border color is #AE909F.


Opacity

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

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

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

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

This text has shadow with #AE909F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE909F on black background.


Color preview on white background

This text has color #AE909F on white background.



Black color preview on #AE909F background

This text has black color on #AE909F background.


White color preview on #AE909F background

This text has white color on #AE909F background.