COLOR #AEB29D

HEX: #AEB29D
RGB: (174,178,157)

Color info

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

RGB color model

#AEB29D color RGB value is (174,178,157).

  • red value is 174;
  • green value is 178;
  • blue value is 157.
RGB:
(174,178,157)
(68%,70%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 157 of 255 = 62%

174
178
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 157 = 509 (100%)
R 174 of 509 ~ 34.18%
G 178 of 509 ~ 34.97%
B 157 of 509 ~ 30.84%

%34.18
%34.97
%30.84

CMYK color model

#AEB29D color CMYK value is (2,0,12,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK:
(2,0,12,30)
C2M0Y12K30 
(2%,0%,12%,30%)
(0.02/0.00/0.12/0.30)	

CMYK percentages

%2.25
%0
%11.8
%30.2

Codes

Color #AEB29D in popluar color models

AEB29D
RGB174178157
HSL71°12.00%65.69%
HSB/HSV71°11.80%69.80%
CMYK2.25%0.00%11.80%
30.20%

Color #AEB29D in popluar number systems.

HEXAEB29D
Decimal174178157
Binary101011101011001010011101
Octal256262235

Shades and tints

Shades of #AEB29D

#AEB29D
(174,178,157)
#9FA28F
(159,162,143)
#909281
(144,146,129)
#818273
(129,130,115)
#727265
(114,114,101)
#636257
(99,98,87)
#545249
(84,82,73)
#45423B
(69,66,59)
#36322D
(54,50,45)
#27221F
(39,34,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AEB29D

#AEB29D
(174,178,157)
#B5B9A5
(181,185,165)
#BCC0AD
(188,192,173)
#C3C7B5
(195,199,181)
#CACEBD
(202,206,189)
#D1D5C5
(209,213,197)
#D8DCCD
(216,220,205)
#DFE3D5
(223,227,213)
#E6EADD
(230,234,221)
#EDF1E5
(237,241,229)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB29D; }

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

This text font color is #AEB29D.


Background Color

.myBgColor { background-color: #AEB29D; }

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

This div background color is #AEB29D.


Border color

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

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

This div border color is #AEB29D.


Opacity

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

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

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

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

This text has shadow with #AEB29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB29D on black background.


Color preview on white background

This text has color #AEB29D on white background.



Black color preview on #AEB29D background

This text has black color on #AEB29D background.


White color preview on #AEB29D background

This text has white color on #AEB29D background.