COLOR #AEABA7

HEX: #AEABA7
RGB: (174,171,167)

Color info

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

RGB color model

#AEABA7 color RGB value is (174,171,167).

  • red value is 174;
  • green value is 171;
  • blue value is 167.
RGB:
(174,171,167)
(68%,67%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 167 of 255 = 65%

174
171
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 167 = 512 (100%)
R 174 of 512 ~ 33.98%
G 171 of 512 ~ 33.4%
B 167 of 512 ~ 32.62%

%33.98
%33.4
%32.62

CMYK color model

#AEABA7 color CMYK value is (0,2,4,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(0,2,4,32)
C0M2Y4K32 
(0%,2%,4%,32%)
(0.00/0.02/0.04/0.32)	

CMYK percentages

%0
%1.72
%4.02
%31.76

Codes

Color #AEABA7 in popluar color models

AEABA7
RGB174171167
HSL34°4.14%66.86%
HSB/HSV34°4.02%68.24%
CMYK0.00%1.72%4.02%
31.76%

Color #AEABA7 in popluar number systems.

HEXAEABA7
Decimal174171167
Binary101011101010101110100111
Octal256253247

Shades and tints

Shades of #AEABA7

#AEABA7
(174,171,167)
#9F9C98
(159,156,152)
#908D89
(144,141,137)
#817E7A
(129,126,122)
#726F6B
(114,111,107)
#63605C
(99,96,92)
#54514D
(84,81,77)
#45423E
(69,66,62)
#36332F
(54,51,47)
#272420
(39,36,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEABA7

#AEABA7
(174,171,167)
#B5B2AF
(181,178,175)
#BCB9B7
(188,185,183)
#C3C0BF
(195,192,191)
#CAC7C7
(202,199,199)
#D1CECF
(209,206,207)
#D8D5D7
(216,213,215)
#DFDCDF
(223,220,223)
#E6E3E7
(230,227,231)
#EDEAEF
(237,234,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABA7; }

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

This text font color is #AEABA7.


Background Color

.myBgColor { background-color: #AEABA7; }

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

This div background color is #AEABA7.


Border color

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

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

This div border color is #AEABA7.


Opacity

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

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

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

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

This text has shadow with #AEABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABA7 on black background.


Color preview on white background

This text has color #AEABA7 on white background.



Black color preview on #AEABA7 background

This text has black color on #AEABA7 background.


White color preview on #AEABA7 background

This text has white color on #AEABA7 background.