COLOR #AEBF8B

HEX: #AEBF8B
RGB: (174,191,139)

Color info

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

RGB color model

#AEBF8B color RGB value is (174,191,139).

  • red value is 174;
  • green value is 191;
  • blue value is 139.
RGB:
(174,191,139)
(68%,75%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 139 of 255 = 55%

174
191
139

R + G + B ~ 66%. #AEBF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 139 = 504 (100%)
R 174 of 504 ~ 34.52%
G 191 of 504 ~ 37.9%
B 139 of 504 ~ 27.58%

%34.52
%37.9
%27.58

CMYK color model

#AEBF8B color CMYK value is (9,0,27,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(9,0,27,25)
C9M0Y27K25 
(9%,0%,27%,25%)
(0.09/0.00/0.27/0.25)	

CMYK percentages

%8.9
%0
%27.23
%25.1

Codes

Color #AEBF8B in popluar color models

AEBF8B
RGB174191139
HSL80°28.89%64.71%
HSB/HSV80°27.23%74.90%
CMYK8.90%0.00%27.23%
25.10%

Color #AEBF8B in popluar number systems.

HEXAEBF8B
Decimal174191139
Binary101011101011111110001011
Octal256277213

Shades and tints

Shades of #AEBF8B

#AEBF8B
(174,191,139)
#9FAE7F
(159,174,127)
#909D73
(144,157,115)
#818C67
(129,140,103)
#727B5B
(114,123,91)
#636A4F
(99,106,79)
#545943
(84,89,67)
#454837
(69,72,55)
#36372B
(54,55,43)
#27261F
(39,38,31)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEBF8B

#AEBF8B
(174,191,139)
#B5C495
(181,196,149)
#BCC99F
(188,201,159)
#C3CEA9
(195,206,169)
#CAD3B3
(202,211,179)
#D1D8BD
(209,216,189)
#D8DDC7
(216,221,199)
#DFE2D1
(223,226,209)
#E6E7DB
(230,231,219)
#EDECE5
(237,236,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF8B; }

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

This text font color is #AEBF8B.


Background Color

.myBgColor { background-color: #AEBF8B; }

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

This div background color is #AEBF8B.


Border color

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

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

This div border color is #AEBF8B.


Opacity

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

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

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

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

This text has shadow with #AEBF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBF8B on black background.


Color preview on white background

This text has color #AEBF8B on white background.



Black color preview on #AEBF8B background

This text has black color on #AEBF8B background.


White color preview on #AEBF8B background

This text has white color on #AEBF8B background.