COLOR #AEB0AB

HEX: #AEB0AB RGB: (174,176,171)

Color info

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

RGB color model

#AEB0AB color RGB value is (174,176,171).

RGB: (174,176,171) (68%, 69%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 171 of 255 = 67%

174
176
171

R + G + B ~ 68%. #AEB0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 171 = 521 (100%)
R 174 of 521 ~ 33.4%
G 176 of 521 ~ 33.78%
B 171 of 521 ~ 32.82'%

%33.4
%33.78
%32.82

CMYK color model

#AEB0AB color CMYK value is (1,0,3,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK: (1,0,3,31) C1M0Y3K31 (1%,0%,3%,31%) (0.01/0.00/0.03/0.31) 

CMYK percentages

%1.14
%0
%2.84
%30.98

Codes

Color #AEB0AB in popluar color models

AE B0 AB
RGB 174 176 171
HSL 84° 3.07% 68.04%
HSB/HSV 84° 2.84% 69.02%
CMYK 1.14% 0.00% 2.84%
30.98%

Color #AEB0AB in popluar number systems.

HEX AE B0 AB
Decimal 174 176 171
Binary 10101110 10110000 10101011
Octal 256 260 253

Shades and tints

Shades of #AEB0AB

#AEB0AB
(174,176,171)
#9FA09C
(159,160,156)
#90908D
(144,144,141)
#81807E
(129,128,126)
#72706F
(114,112,111)
#636060
(99,96,96)
#545051
(84,80,81)
#454042
(69,64,66)
#363033
(54,48,51)
#272024
(39,32,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #AEB0AB

#AEB0AB
(174,176,171)
#B5B7B2
(181,183,178)
#BCBEB9
(188,190,185)
#C3C5C0
(195,197,192)
#CACCC7
(202,204,199)
#D1D3CE
(209,211,206)
#D8DAD5
(216,218,213)
#DFE1DC
(223,225,220)
#E6E8E3
(230,232,227)
#EDEFEA
(237,239,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0AB; }

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

This text font color is #AEB0AB.

Background Color

.myBgColor { background-color: #AEB0AB; }

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

This div background color is #AEB0AB.

Border color

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

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

This div border color is #AEB0AB.

Opacity

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

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

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

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

This text has shadow with #AEB0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0AB.

Preview

Color preview on black background

This text has color #AEB0AB on black background.


Color preview on white background

This text has color #AEB0AB on white background.


Black color preview on #AEB0AB background

This text has black color on #AEB0AB background.


White color preview on #AEB0AB background

This text has white color on #AEB0AB background.


Related colors

Complementary color

Complementary color for #hex is #514F54.


I love getcolorcode.com

Triadic colors

1 #ABAEB0 and #B0ABAE with #AEB0AB are triadic colors.

2 #ABB0AE and #B0AEAB with #AEB0AB are triadic colors.