COLOR #AEB1A4

HEX: #AEB1A4
RGB: (174,177,164)

Color info

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

RGB color model

#AEB1A4 color RGB value is (174,177,164).

  • red value is 174;
  • green value is 177;
  • blue value is 164.
RGB:
(174,177,164)
(68%,69%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 164 of 255 = 64%

174
177
164

R + G + B ~ 67%. #AEB1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 164 = 515 (100%)
R 174 of 515 ~ 33.79%
G 177 of 515 ~ 34.37%
B 164 of 515 ~ 31.84%

%33.79
%34.37
%31.84

CMYK color model

#AEB1A4 color CMYK value is (2,0,7,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 7.34%
  • key color value is 30.59%
CMYK:
(2,0,7,31)
C2M0Y7K31 
(2%,0%,7%,31%)
(0.02/0.00/0.07/0.31)	

CMYK percentages

%1.69
%0
%7.34
%30.59

Codes

Color #AEB1A4 in popluar color models

AEB1A4
RGB174177164
HSL74°7.69%66.86%
HSB/HSV74°7.34%69.41%
CMYK1.69%0.00%7.34%
30.59%

Color #AEB1A4 in popluar number systems.

HEXAEB1A4
Decimal174177164
Binary101011101011000110100100
Octal256261244

Shades and tints

Shades of #AEB1A4

#AEB1A4
(174,177,164)
#9FA196
(159,161,150)
#909188
(144,145,136)
#81817A
(129,129,122)
#72716C
(114,113,108)
#63615E
(99,97,94)
#545150
(84,81,80)
#454142
(69,65,66)
#363134
(54,49,52)
#272126
(39,33,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AEB1A4

#AEB1A4
(174,177,164)
#B5B8AC
(181,184,172)
#BCBFB4
(188,191,180)
#C3C6BC
(195,198,188)
#CACDC4
(202,205,196)
#D1D4CC
(209,212,204)
#D8DBD4
(216,219,212)
#DFE2DC
(223,226,220)
#E6E9E4
(230,233,228)
#EDF0EC
(237,240,236)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB1A4 color. Also use rgb(174,177,164) instead hex code.

Text Font Color

.myTextColor { color: #AEB1A4; }

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

This text font color is #AEB1A4.


Background Color

.myBgColor { background-color: #AEB1A4; }

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

This div background color is #AEB1A4.


Border color

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

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

This div border color is #AEB1A4.


Opacity

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

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

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

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

This text has shadow with #AEB1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1A4 on black background.


Color preview on white background

This text has color #AEB1A4 on white background.



Black color preview on #AEB1A4 background

This text has black color on #AEB1A4 background.


White color preview on #AEB1A4 background

This text has white color on #AEB1A4 background.