COLOR #AEBF87

HEX: #AEBF87 RGB: (174,191,135)

Color info

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

RGB color model

#AEBF87 color RGB value is (174,191,135).

RGB: (174,191,135) (68%, 75%, 53%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 135 of 255 = 53%

174
191
135

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

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 135 = 500 (100%)
R 174 of 500 ~ 34.8%
G 191 of 500 ~ 38.2%
B 135 of 500 ~ 27'%

%34.8
%38.2
%27

CMYK color model

#AEBF87 color CMYK value is (9,0,29,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 25.10%

CMYK: (9,0,29,25)
C9M0Y29K25 (9%, 0%, 29%, 25%)
(0.09 / 0.00 / 0.29 / 0.25)

CMYK percentages

%8.9
%0
%29.32
%25.1

Codes

Color #AEBF87 in popluar color models

AE BF 87
RGB 174 191 135
HSL 78° 30.43% 63.92%
HSB/HSV 78° 29.32% 74.90%
CMYK 8.90% 0.00% 29.32%
25.10%

Color #AEBF87 in popluar number systems.

HEX AE BF 87
Decimal 174 191 135
Binary 10101110 10111111 10000111
Octal 256 277 207

Shades and tints

Shades of #AEBF87

#AEBF87
(174,191,135)
#9FAE7B
(159,174,123)
#909D6F
(144,157,111)
#818C63
(129,140,99)
#727B57
(114,123,87)
#636A4B
(99,106,75)
#54593F
(84,89,63)
#454833
(69,72,51)
#363727
(54,55,39)
#27261B
(39,38,27)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AEBF87

#AEBF87
(174,191,135)
#B5C491
(181,196,145)
#BCC99B
(188,201,155)
#C3CEA5
(195,206,165)
#CAD3AF
(202,211,175)
#D1D8B9
(209,216,185)
#D8DDC3
(216,221,195)
#DFE2CD
(223,226,205)
#E6E7D7
(230,231,215)
#EDECE1
(237,236,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF87; }

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

This text font color is #AEBF87.

Background Color

.myBgColor { background-color: #AEBF87; }

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

This div background color is #AEBF87.

Border color

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

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

This div border color is #AEBF87.

Opacity

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

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

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

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

This text has shadow with #AEBF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBF87.

Preview

Color preview on black background

This text has color #AEBF87 on black background.


Color preview on white background

This text has color #AEBF87 on white background.


Black color preview on #AEBF87 background

This text has black color on #AEBF87 background.


White color preview on #AEBF87 background

This text has white color on #AEBF87 background.


Related colors

Complementary color

Complementary color for #hex is #514078.


I love getcolorcode.com

Triadic colors

1 #87AEBF and #BF87AE with #AEBF87 are triadic colors.

2 #87BFAE and #BFAE87 with #AEBF87 are triadic colors.