COLOR #AEB287

HEX: #AEB287
RGB: (174,178,135)

Color info

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

RGB color model

#AEB287 color RGB value is (174,178,135).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 135 of 255 = 53%

174
178
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 135 = 487 (100%)
R 174 of 487 ~ 35.73%
G 178 of 487 ~ 36.55%
B 135 of 487 ~ 27.72%

%35.73
%36.55
%27.72

CMYK color model

#AEB287 color CMYK value is (2,0,24,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 30.20%
CMYK:
(2,0,24,30)
C2M0Y24K30 
(2%,0%,24%,30%)
(0.02/0.00/0.24/0.30)	

CMYK percentages

%2.25
%0
%24.16
%30.2

Codes

Color #AEB287 in popluar color models

AEB287
RGB174178135
HSL66°21.83%61.37%
HSB/HSV66°24.16%69.80%
CMYK2.25%0.00%24.16%
30.20%

Color #AEB287 in popluar number systems.

HEXAEB287
Decimal174178135
Binary101011101011001010000111
Octal256262207

Shades and tints

Shades of #AEB287

#AEB287
(174,178,135)
#9FA27B
(159,162,123)
#90926F
(144,146,111)
#818263
(129,130,99)
#727257
(114,114,87)
#63624B
(99,98,75)
#54523F
(84,82,63)
#454233
(69,66,51)
#363227
(54,50,39)
#27221B
(39,34,27)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AEB287

#AEB287
(174,178,135)
#B5B991
(181,185,145)
#BCC09B
(188,192,155)
#C3C7A5
(195,199,165)
#CACEAF
(202,206,175)
#D1D5B9
(209,213,185)
#D8DCC3
(216,220,195)
#DFE3CD
(223,227,205)
#E6EAD7
(230,234,215)
#EDF1E1
(237,241,225)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB287; }

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

This text font color is #AEB287.


Background Color

.myBgColor { background-color: #AEB287; }

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

This div background color is #AEB287.


Border color

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

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

This div border color is #AEB287.


Opacity

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

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

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

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

This text has shadow with #AEB287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB287 on black background.


Color preview on white background

This text has color #AEB287 on white background.



Black color preview on #AEB287 background

This text has black color on #AEB287 background.


White color preview on #AEB287 background

This text has white color on #AEB287 background.