COLOR #AEB487

HEX: #AEB487
RGB: (174,180,135)

Color info

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

RGB color model

#AEB487 color RGB value is (174,180,135).

  • red value is 174;
  • green value is 180;
  • blue value is 135.
RGB:
(174,180,135)
(68%,71%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 135 of 255 = 53%

174
180
135

R + G + B ~ 64%. #AEB487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 135 = 489 (100%)
R 174 of 489 ~ 35.58%
G 180 of 489 ~ 36.81%
B 135 of 489 ~ 27.61%

%35.58
%36.81
%27.61

CMYK color model

#AEB487 color CMYK value is (3,0,25,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(3,0,25,29)
C3M0Y25K29 
(3%,0%,25%,29%)
(0.03/0.00/0.25/0.29)	

CMYK percentages

%3.33
%0
%25
%29.41

Codes

Color #AEB487 in popluar color models

AEB487
RGB174180135
HSL68°23.08%61.76%
HSB/HSV68°25.00%70.59%
CMYK3.33%0.00%25.00%
29.41%

Color #AEB487 in popluar number systems.

HEXAEB487
Decimal174180135
Binary101011101011010010000111
Octal256264207

Shades and tints

Shades of #AEB487

#AEB487
(174,180,135)
#9FA47B
(159,164,123)
#90946F
(144,148,111)
#818463
(129,132,99)
#727457
(114,116,87)
#63644B
(99,100,75)
#54543F
(84,84,63)
#454433
(69,68,51)
#363427
(54,52,39)
#27241B
(39,36,27)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEB487

#AEB487
(174,180,135)
#B5BA91
(181,186,145)
#BCC09B
(188,192,155)
#C3C6A5
(195,198,165)
#CACCAF
(202,204,175)
#D1D2B9
(209,210,185)
#D8D8C3
(216,216,195)
#DFDECD
(223,222,205)
#E6E4D7
(230,228,215)
#EDEAE1
(237,234,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB487 color. Also use rgb(174,180,135) instead hex code.

Text Font Color

.myTextColor { color: #AEB487; }

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

This text font color is #AEB487.


Background Color

.myBgColor { background-color: #AEB487; }

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

This div background color is #AEB487.


Border color

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

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

This div border color is #AEB487.


Opacity

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

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

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

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

This text has shadow with #AEB487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB487 on black background.


Color preview on white background

This text has color #AEB487 on white background.



Black color preview on #AEB487 background

This text has black color on #AEB487 background.


White color preview on #AEB487 background

This text has white color on #AEB487 background.