COLOR #AE8F9B

HEX: #AE8F9B
RGB: (174,143,155)

Color info

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

RGB color model

#AE8F9B color RGB value is (174,143,155).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 155 of 255 = 61%

174
143
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 155 = 472 (100%)
R 174 of 472 ~ 36.86%
G 143 of 472 ~ 30.3%
B 155 of 472 ~ 32.84%

%36.86
%30.3
%32.84

CMYK color model

#AE8F9B color CMYK value is (0,18,11,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,18,11,32)
C0M18Y11K32 
(0%,18%,11%,32%)
(0.00/0.18/0.11/0.32)	

CMYK percentages

%0
%17.82
%10.92
%31.76

Codes

Color #AE8F9B in popluar color models

AE8F9B
RGB174143155
HSL337°16.06%62.16%
HSB/HSV337°17.82%68.24%
CMYK0.00%17.82%10.92%
31.76%

Color #AE8F9B in popluar number systems.

HEXAE8F9B
Decimal174143155
Binary101011101000111110011011
Octal256217233

Shades and tints

Shades of #AE8F9B

#AE8F9B
(174,143,155)
#9F828D
(159,130,141)
#90757F
(144,117,127)
#816871
(129,104,113)
#725B63
(114,91,99)
#634E55
(99,78,85)
#544147
(84,65,71)
#453439
(69,52,57)
#36272B
(54,39,43)
#271A1D
(39,26,29)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #AE8F9B

#AE8F9B
(174,143,155)
#B599A4
(181,153,164)
#BCA3AD
(188,163,173)
#C3ADB6
(195,173,182)
#CAB7BF
(202,183,191)
#D1C1C8
(209,193,200)
#D8CBD1
(216,203,209)
#DFD5DA
(223,213,218)
#E6DFE3
(230,223,227)
#EDE9EC
(237,233,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F9B; }

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

This text font color is #AE8F9B.


Background Color

.myBgColor { background-color: #AE8F9B; }

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

This div background color is #AE8F9B.


Border color

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

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

This div border color is #AE8F9B.


Opacity

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

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

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

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

This text has shadow with #AE8F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F9B on black background.


Color preview on white background

This text has color #AE8F9B on white background.



Black color preview on #AE8F9B background

This text has black color on #AE8F9B background.


White color preview on #AE8F9B background

This text has white color on #AE8F9B background.