COLOR #AEB7A7

HEX: #AEB7A7
RGB: (174,183,167)

Color info

#AEB7A7 contains red, green and blue colors in about the same proportion. Web safe color of #AEB7A7 is #99CC99 (or #9C9).

RGB color model

#AEB7A7 color RGB value is (174,183,167).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 167 of 255 = 65%

174
183
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 167 = 524 (100%)
R 174 of 524 ~ 33.21%
G 183 of 524 ~ 34.92%
B 167 of 524 ~ 31.87%

%33.21
%34.92
%31.87

CMYK color model

#AEB7A7 color CMYK value is (5,0,9,28).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 28.24%
CMYK:
(5,0,9,28)
C5M0Y9K28 
(5%,0%,9%,28%)
(0.05/0.00/0.09/0.28)	

CMYK percentages

%4.92
%0
%8.74
%28.24

Codes

Color #AEB7A7 in popluar color models

AEB7A7
RGB174183167
HSL94°10.00%68.63%
HSB/HSV94°8.74%71.76%
CMYK4.92%0.00%8.74%
28.24%

Color #AEB7A7 in popluar number systems.

HEXAEB7A7
Decimal174183167
Binary101011101011011110100111
Octal256267247

Shades and tints

Shades of #AEB7A7

#AEB7A7
(174,183,167)
#9FA798
(159,167,152)
#909789
(144,151,137)
#81877A
(129,135,122)
#72776B
(114,119,107)
#63675C
(99,103,92)
#54574D
(84,87,77)
#45473E
(69,71,62)
#36372F
(54,55,47)
#272720
(39,39,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AEB7A7

#AEB7A7
(174,183,167)
#B5BDAF
(181,189,175)
#BCC3B7
(188,195,183)
#C3C9BF
(195,201,191)
#CACFC7
(202,207,199)
#D1D5CF
(209,213,207)
#D8DBD7
(216,219,215)
#DFE1DF
(223,225,223)
#E6E7E7
(230,231,231)
#EDEDEF
(237,237,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7A7; }

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

This text font color is #AEB7A7.


Background Color

.myBgColor { background-color: #AEB7A7; }

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

This div background color is #AEB7A7.


Border color

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

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

This div border color is #AEB7A7.


Opacity

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

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

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

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

This text has shadow with #AEB7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7A7 on black background.


Color preview on white background

This text has color #AEB7A7 on white background.



Black color preview on #AEB7A7 background

This text has black color on #AEB7A7 background.


White color preview on #AEB7A7 background

This text has white color on #AEB7A7 background.