COLOR #AEBB87

HEX: #AEBB87
RGB: (174,187,135)

Color info

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

RGB color model

#AEBB87 color RGB value is (174,187,135).

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

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 135 of 255 = 53%

174
187
135

R + G + B ~ 65%. #AEBB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 135 = 496 (100%)
R 174 of 496 ~ 35.08%
G 187 of 496 ~ 37.7%
B 135 of 496 ~ 27.22%

%35.08
%37.7
%27.22

CMYK color model

#AEBB87 color CMYK value is (7,0,28,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 26.67%
CMYK:
(7,0,28,27)
C7M0Y28K27 
(7%,0%,28%,27%)
(0.07/0.00/0.28/0.27)	

CMYK percentages

%6.95
%0
%27.81
%26.67

Codes

Color #AEBB87 in popluar color models

AEBB87
RGB174187135
HSL75°27.66%63.14%
HSB/HSV75°27.81%73.33%
CMYK6.95%0.00%27.81%
26.67%

Color #AEBB87 in popluar number systems.

HEXAEBB87
Decimal174187135
Binary101011101011101110000111
Octal256273207

Shades and tints

Shades of #AEBB87

#AEBB87
(174,187,135)
#9FAA7B
(159,170,123)
#90996F
(144,153,111)
#818863
(129,136,99)
#727757
(114,119,87)
#63664B
(99,102,75)
#54553F
(84,85,63)
#454433
(69,68,51)
#363327
(54,51,39)
#27221B
(39,34,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AEBB87

#AEBB87
(174,187,135)
#B5C191
(181,193,145)
#BCC79B
(188,199,155)
#C3CDA5
(195,205,165)
#CAD3AF
(202,211,175)
#D1D9B9
(209,217,185)
#D8DFC3
(216,223,195)
#DFE5CD
(223,229,205)
#E6EBD7
(230,235,215)
#EDF1E1
(237,241,225)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBB87; }

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

This text font color is #AEBB87.


Background Color

.myBgColor { background-color: #AEBB87; }

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

This div background color is #AEBB87.


Border color

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

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

This div border color is #AEBB87.


Opacity

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

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

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

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

This text has shadow with #AEBB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBB87 on black background.


Color preview on white background

This text has color #AEBB87 on white background.



Black color preview on #AEBB87 background

This text has black color on #AEBB87 background.


White color preview on #AEBB87 background

This text has white color on #AEBB87 background.