COLOR #AEBAB9

HEX: #AEBAB9 RGB: (174,186,185)

Color info

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

RGB color model

#AEBAB9 color RGB value is (174,186,185).

RGB: (174,186,185) (68%, 73%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 185 of 255 = 73%

174
186
185

R + G + B ~ 71%. #AEBAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 185 = 545 (100%)
R 174 of 545 ~ 31.93%
G 186 of 545 ~ 34.13%
B 185 of 545 ~ 33.94'%

%31.93
%34.13
%33.94

CMYK color model

#AEBAB9 color CMYK value is (6,0,1,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%

CMYK: (6,0,1,27)
C6M0Y1K27 (6%, 0%, 1%, 27%)
(0.06 / 0.00 / 0.01 / 0.27)

CMYK percentages

%6.45
%0
%0.54
%27.06

Codes

Color #AEBAB9 in popluar color models

AE BA B9
RGB 174 186 185
HSL 175° 8.00% 70.59%
HSB/HSV 175° 6.45% 72.94%
CMYK 6.45% 0.00% 0.54%
27.06%

Color #AEBAB9 in popluar number systems.

HEX AE BA B9
Decimal 174 186 185
Binary 10101110 10111010 10111001
Octal 256 272 271

Shades and tints

Shades of #AEBAB9

#AEBAB9
(174,186,185)
#9FAAA9
(159,170,169)
#909A99
(144,154,153)
#818A89
(129,138,137)
#727A79
(114,122,121)
#636A69
(99,106,105)
#545A59
(84,90,89)
#454A49
(69,74,73)
#363A39
(54,58,57)
#272A29
(39,42,41)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #AEBAB9

#AEBAB9
(174,186,185)
#B5C0BF
(181,192,191)
#BCC6C5
(188,198,197)
#C3CCCB
(195,204,203)
#CAD2D1
(202,210,209)
#D1D8D7
(209,216,215)
#D8DEDD
(216,222,221)
#DFE4E3
(223,228,227)
#E6EAE9
(230,234,233)
#EDF0EF
(237,240,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBAB9 color. Also use rgb(174,186,185) instead hex code.

Text Font Color

.myTextColor { color: #AEBAB9; }

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

This text font color is #AEBAB9.

Background Color

.myBgColor { background-color: #AEBAB9; }

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

This div background color is #AEBAB9.

Border color

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

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

This div border color is #AEBAB9.

Opacity

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

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

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

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

This text has shadow with #AEBAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBAB9.

Preview

Color preview on black background

This text has color #AEBAB9 on black background.


Color preview on white background

This text has color #AEBAB9 on white background.


Black color preview on #AEBAB9 background

This text has black color on #AEBAB9 background.


White color preview on #AEBAB9 background

This text has white color on #AEBAB9 background.


Related colors

Complementary color

Complementary color for #hex is #514546.


I love getcolorcode.com

Triadic colors

1 #B9AEBA and #BAB9AE with #AEBAB9 are triadic colors.

2 #B9BAAE and #BAAEB9 with #AEBAB9 are triadic colors.