COLOR #AEB2AB

HEX: #AEB2AB RGB: (174,178,171)

Color info

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

RGB color model

#AEB2AB color RGB value is (174,178,171).

RGB: (174,178,171) (68%, 70%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 171 of 255 = 67%

174
178
171

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 171 = 523 (100%)
R 174 of 523 ~ 33.27%
G 178 of 523 ~ 34.03%
B 171 of 523 ~ 32.7'%

%33.27
%34.03
%32.7

CMYK color model

#AEB2AB color CMYK value is (2,0,4,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%
CMYK: (2,0,4,30) C2M0Y4K30 (2%,0%,4%,30%) (0.02/0.00/0.04/0.30) 

CMYK percentages

%2.25
%0
%3.93
%30.2

Codes

Color #AEB2AB in popluar color models

AE B2 AB
RGB 174 178 171
HSL 94° 4.35% 68.43%
HSB/HSV 94° 3.93% 69.80%
CMYK 2.25% 0.00% 3.93%
30.20%

Color #AEB2AB in popluar number systems.

HEX AE B2 AB
Decimal 174 178 171
Binary 10101110 10110010 10101011
Octal 256 262 253

Shades and tints

Shades of #AEB2AB

#AEB2AB
(174,178,171)
#9FA29C
(159,162,156)
#90928D
(144,146,141)
#81827E
(129,130,126)
#72726F
(114,114,111)
#636260
(99,98,96)
#545251
(84,82,81)
#454242
(69,66,66)
#363233
(54,50,51)
#272224
(39,34,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEB2AB

#AEB2AB
(174,178,171)
#B5B9B2
(181,185,178)
#BCC0B9
(188,192,185)
#C3C7C0
(195,199,192)
#CACEC7
(202,206,199)
#D1D5CE
(209,213,206)
#D8DCD5
(216,220,213)
#DFE3DC
(223,227,220)
#E6EAE3
(230,234,227)
#EDF1EA
(237,241,234)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2AB; }

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

This text font color is #AEB2AB.

Background Color

.myBgColor { background-color: #AEB2AB; }

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

This div background color is #AEB2AB.

Border color

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

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

This div border color is #AEB2AB.

Opacity

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

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

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

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

This text has shadow with #AEB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2AB.

Preview

Color preview on black background

This text has color #AEB2AB on black background.


Color preview on white background

This text has color #AEB2AB on white background.


Black color preview on #AEB2AB background

This text has black color on #AEB2AB background.


White color preview on #AEB2AB background

This text has white color on #AEB2AB background.


Related colors

Complementary color

Complementary color for #hex is #514D54.


I love getcolorcode.com

Triadic colors

1 #ABAEB2 and #B2ABAE with #AEB2AB are triadic colors.

2 #ABB2AE and #B2AEAB with #AEB2AB are triadic colors.