COLOR #AEABB8

HEX: #AEABB8 RGB: (174,171,184)

Color info

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

RGB color model

#AEABB8 color RGB value is (174,171,184).

RGB: (174,171,184) (68%, 67%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 184 of 255 = 72%

174
171
184

R + G + B ~ 69%. #AEABB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 184 = 529 (100%)
R 174 of 529 ~ 32.89%
G 171 of 529 ~ 32.33%
B 184 of 529 ~ 34.78'%

%32.89
%32.33
%34.78

CMYK color model

#AEABB8 color CMYK value is (5,7,0,28).

  • cyan value is 5.43%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,7,0,28)
C5M7Y0K28 (5%, 7%, 0%, 28%)
(0.05 / 0.07 / 0.00 / 0.28)

CMYK percentages

%5.43
%7.07
%0
%27.84

Codes

Color #AEABB8 in popluar color models

AE AB B8
RGB 174 171 184
HSL 254° 8.39% 69.61%
HSB/HSV 254° 7.07% 72.16%
CMYK 5.43% 7.07% 0.00%
27.84%

Color #AEABB8 in popluar number systems.

HEX AE AB B8
Decimal 174 171 184
Binary 10101110 10101011 10111000
Octal 256 253 270

Shades and tints

Shades of #AEABB8

#AEABB8
(174,171,184)
#9F9CA8
(159,156,168)
#908D98
(144,141,152)
#817E88
(129,126,136)
#726F78
(114,111,120)
#636068
(99,96,104)
#545158
(84,81,88)
#454248
(69,66,72)
#363338
(54,51,56)
#272428
(39,36,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEABB8

#AEABB8
(174,171,184)
#B5B2BE
(181,178,190)
#BCB9C4
(188,185,196)
#C3C0CA
(195,192,202)
#CAC7D0
(202,199,208)
#D1CED6
(209,206,214)
#D8D5DC
(216,213,220)
#DFDCE2
(223,220,226)
#E6E3E8
(230,227,232)
#EDEAEE
(237,234,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEABB8 color. Also use rgb(174,171,184) instead hex code.

Text Font Color

.myTextColor { color: #AEABB8; }

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

This text font color is #AEABB8.

Background Color

.myBgColor { background-color: #AEABB8; }

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

This div background color is #AEABB8.

Border color

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

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

This div border color is #AEABB8.

Opacity

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

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

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

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

This text has shadow with #AEABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEABB8.

Preview

Color preview on black background

This text has color #AEABB8 on black background.


Color preview on white background

This text has color #AEABB8 on white background.


Black color preview on #AEABB8 background

This text has black color on #AEABB8 background.


White color preview on #AEABB8 background

This text has white color on #AEABB8 background.


Related colors

Complementary color

Complementary color for #hex is #515447.


I love getcolorcode.com

Triadic colors

1 #B8AEAB and #ABB8AE with #AEABB8 are triadic colors.

2 #B8ABAE and #ABAEB8 with #AEABB8 are triadic colors.