COLOR #AEBF9D

HEX: #AEBF9D
RGB: (174,191,157)

Color info

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

RGB color model

#AEBF9D color RGB value is (174,191,157).

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

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 157 of 255 = 62%

174
191
157

R + G + B ~ 68%. #AEBF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 157 = 522 (100%)
R 174 of 522 ~ 33.33%
G 191 of 522 ~ 36.59%
B 157 of 522 ~ 30.08%

%33.33
%36.59
%30.08

CMYK color model

#AEBF9D color CMYK value is (9,0,18,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(9,0,18,25)
C9M0Y18K25 
(9%,0%,18%,25%)
(0.09/0.00/0.18/0.25)	

CMYK percentages

%8.9
%0
%17.8
%25.1

Codes

Color #AEBF9D in popluar color models

AEBF9D
RGB174191157
HSL90°20.99%68.24%
HSB/HSV90°17.80%74.90%
CMYK8.90%0.00%17.80%
25.10%

Color #AEBF9D in popluar number systems.

HEXAEBF9D
Decimal174191157
Binary101011101011111110011101
Octal256277235

Shades and tints

Shades of #AEBF9D

#AEBF9D
(174,191,157)
#9FAE8F
(159,174,143)
#909D81
(144,157,129)
#818C73
(129,140,115)
#727B65
(114,123,101)
#636A57
(99,106,87)
#545949
(84,89,73)
#45483B
(69,72,59)
#36372D
(54,55,45)
#27261F
(39,38,31)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEBF9D

#AEBF9D
(174,191,157)
#B5C4A5
(181,196,165)
#BCC9AD
(188,201,173)
#C3CEB5
(195,206,181)
#CAD3BD
(202,211,189)
#D1D8C5
(209,216,197)
#D8DDCD
(216,221,205)
#DFE2D5
(223,226,213)
#E6E7DD
(230,231,221)
#EDECE5
(237,236,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF9D; }

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

This text font color is #AEBF9D.


Background Color

.myBgColor { background-color: #AEBF9D; }

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

This div background color is #AEBF9D.


Border color

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

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

This div border color is #AEBF9D.


Opacity

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

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

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

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

This text has shadow with #AEBF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBF9D on black background.


Color preview on white background

This text has color #AEBF9D on white background.



Black color preview on #AEBF9D background

This text has black color on #AEBF9D background.


White color preview on #AEBF9D background

This text has white color on #AEBF9D background.