COLOR #AEB3A7

HEX: #AEB3A7
RGB: (174,179,167)

Color info

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

RGB color model

#AEB3A7 color RGB value is (174,179,167).

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

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 167 of 255 = 65%

174
179
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 167 = 520 (100%)
R 174 of 520 ~ 33.46%
G 179 of 520 ~ 34.42%
B 167 of 520 ~ 32.12%

%33.46
%34.42
%32.12

CMYK color model

#AEB3A7 color CMYK value is (3,0,7,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(3,0,7,30)
C3M0Y7K30 
(3%,0%,7%,30%)
(0.03/0.00/0.07/0.30)	

CMYK percentages

%2.79
%0
%6.7
%29.8

Codes

Color #AEB3A7 in popluar color models

AEB3A7
RGB174179167
HSL85°7.32%67.84%
HSB/HSV85°6.70%70.20%
CMYK2.79%0.00%6.70%
29.80%

Color #AEB3A7 in popluar number systems.

HEXAEB3A7
Decimal174179167
Binary101011101011001110100111
Octal256263247

Shades and tints

Shades of #AEB3A7

#AEB3A7
(174,179,167)
#9FA398
(159,163,152)
#909389
(144,147,137)
#81837A
(129,131,122)
#72736B
(114,115,107)
#63635C
(99,99,92)
#54534D
(84,83,77)
#45433E
(69,67,62)
#36332F
(54,51,47)
#272320
(39,35,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEB3A7

#AEB3A7
(174,179,167)
#B5B9AF
(181,185,175)
#BCBFB7
(188,191,183)
#C3C5BF
(195,197,191)
#CACBC7
(202,203,199)
#D1D1CF
(209,209,207)
#D8D7D7
(216,215,215)
#DFDDDF
(223,221,223)
#E6E3E7
(230,227,231)
#EDE9EF
(237,233,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB3A7; }

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

This text font color is #AEB3A7.


Background Color

.myBgColor { background-color: #AEB3A7; }

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

This div background color is #AEB3A7.


Border color

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

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

This div border color is #AEB3A7.


Opacity

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

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

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

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

This text has shadow with #AEB3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3A7 on black background.


Color preview on white background

This text has color #AEB3A7 on white background.



Black color preview on #AEB3A7 background

This text has black color on #AEB3A7 background.


White color preview on #AEB3A7 background

This text has white color on #AEB3A7 background.