COLOR #AEBF92

HEX: #AEBF92
RGB: (174,191,146)

Color info

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

RGB color model

#AEBF92 color RGB value is (174,191,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 146 of 255 = 57%

174
191
146

R + G + B ~ 67%. #AEBF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 146 = 511 (100%)
R 174 of 511 ~ 34.05%
G 191 of 511 ~ 37.38%
B 146 of 511 ~ 28.57%

%34.05
%37.38
%28.57

CMYK color model

#AEBF92 color CMYK value is (9,0,24,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(9,0,24,25)
C9M0Y24K25 
(9%,0%,24%,25%)
(0.09/0.00/0.24/0.25)	

CMYK percentages

%8.9
%0
%23.56
%25.1

Codes

Color #AEBF92 in popluar color models

AEBF92
RGB174191146
HSL83°26.01%66.08%
HSB/HSV83°23.56%74.90%
CMYK8.90%0.00%23.56%
25.10%

Color #AEBF92 in popluar number systems.

HEXAEBF92
Decimal174191146
Binary101011101011111110010010
Octal256277222

Shades and tints

Shades of #AEBF92

#AEBF92
(174,191,146)
#9FAE85
(159,174,133)
#909D78
(144,157,120)
#818C6B
(129,140,107)
#727B5E
(114,123,94)
#636A51
(99,106,81)
#545944
(84,89,68)
#454837
(69,72,55)
#36372A
(54,55,42)
#27261D
(39,38,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEBF92

#AEBF92
(174,191,146)
#B5C49B
(181,196,155)
#BCC9A4
(188,201,164)
#C3CEAD
(195,206,173)
#CAD3B6
(202,211,182)
#D1D8BF
(209,216,191)
#D8DDC8
(216,221,200)
#DFE2D1
(223,226,209)
#E6E7DA
(230,231,218)
#EDECE3
(237,236,227)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF92; }

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

This text font color is #AEBF92.


Background Color

.myBgColor { background-color: #AEBF92; }

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

This div background color is #AEBF92.


Border color

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

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

This div border color is #AEBF92.


Opacity

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

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

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

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

This text has shadow with #AEBF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBF92 on black background.


Color preview on white background

This text has color #AEBF92 on white background.



Black color preview on #AEBF92 background

This text has black color on #AEBF92 background.


White color preview on #AEBF92 background

This text has white color on #AEBF92 background.