COLOR #AEB9BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
185
186

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

Portions of RGB colors in percentages

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

%31.93
%33.94
%34.13

CMYK color model

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

  • cyan value is 6.45%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (6,1,0,27) C6M1Y0K27 (6%,1%,0%,27%) (0.06/0.01/0.00/0.27) 

CMYK percentages

%6.45
%0.54
%0
%27.06

Codes

Color #AEB9BA in popluar color models

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

Color #AEB9BA in popluar number systems.

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

Shades and tints

Shades of #AEB9BA

#AEB9BA
(174,185,186)
#9FA9AA
(159,169,170)
#90999A
(144,153,154)
#81898A
(129,137,138)
#72797A
(114,121,122)
#63696A
(99,105,106)
#54595A
(84,89,90)
#45494A
(69,73,74)
#36393A
(54,57,58)
#27292A
(39,41,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEB9BA

#AEB9BA
(174,185,186)
#B5BFC0
(181,191,192)
#BCC5C6
(188,197,198)
#C3CBCC
(195,203,204)
#CAD1D2
(202,209,210)
#D1D7D8
(209,215,216)
#D8DDDE
(216,221,222)
#DFE3E4
(223,227,228)
#E6E9EA
(230,233,234)
#EDEFF0
(237,239,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9BA; }

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

This text font color is #AEB9BA.

Background Color

.myBgColor { background-color: #AEB9BA; }

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

This div background color is #AEB9BA.

Border color

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

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

This div border color is #AEB9BA.

Opacity

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

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

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

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

This text has shadow with #AEB9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB9BA.

Preview

Color preview on black background

This text has color #AEB9BA on black background.


Color preview on white background

This text has color #AEB9BA on white background.


Black color preview on #AEB9BA background

This text has black color on #AEB9BA background.


White color preview on #AEB9BA background

This text has white color on #AEB9BA background.


Related colors

Complementary color

Complementary color for #hex is #514645.


I love getcolorcode.com

Triadic colors

1 #BAAEB9 and #B9BAAE with #AEB9BA are triadic colors.

2 #BAB9AE and #B9AEBA with #AEB9BA are triadic colors.