COLOR #AEBE96

HEX: #AEBE96
RGB: (174,190,150)

Color info

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

RGB color model

#AEBE96 color RGB value is (174,190,150).

  • red value is 174;
  • green value is 190;
  • blue value is 150.
RGB:
(174,190,150)
(68%,75%,59%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 150 of 255 = 59%

174
190
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 150 = 514 (100%)
R 174 of 514 ~ 33.85%
G 190 of 514 ~ 36.96%
B 150 of 514 ~ 29.18%

%33.85
%36.96
%29.18

CMYK color model

#AEBE96 color CMYK value is (8,0,21,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(8,0,21,25)
C8M0Y21K25 
(8%,0%,21%,25%)
(0.08/0.00/0.21/0.25)	

CMYK percentages

%8.42
%0
%21.05
%25.49

Codes

Color #AEBE96 in popluar color models

AEBE96
RGB174190150
HSL84°23.53%66.67%
HSB/HSV84°21.05%74.51%
CMYK8.42%0.00%21.05%
25.49%

Color #AEBE96 in popluar number systems.

HEXAEBE96
Decimal174190150
Binary101011101011111010010110
Octal256276226

Shades and tints

Shades of #AEBE96

#AEBE96
(174,190,150)
#9FAD89
(159,173,137)
#909C7C
(144,156,124)
#818B6F
(129,139,111)
#727A62
(114,122,98)
#636955
(99,105,85)
#545848
(84,88,72)
#45473B
(69,71,59)
#36362E
(54,54,46)
#272521
(39,37,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEBE96

#AEBE96
(174,190,150)
#B5C39F
(181,195,159)
#BCC8A8
(188,200,168)
#C3CDB1
(195,205,177)
#CAD2BA
(202,210,186)
#D1D7C3
(209,215,195)
#D8DCCC
(216,220,204)
#DFE1D5
(223,225,213)
#E6E6DE
(230,230,222)
#EDEBE7
(237,235,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBE96 color. Also use rgb(174,190,150) instead hex code.

Text Font Color

.myTextColor { color: #AEBE96; }

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

This text font color is #AEBE96.


Background Color

.myBgColor { background-color: #AEBE96; }

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

This div background color is #AEBE96.


Border color

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

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

This div border color is #AEBE96.


Opacity

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

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

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

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

This text has shadow with #AEBE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBE96 on black background.


Color preview on white background

This text has color #AEBE96 on white background.



Black color preview on #AEBE96 background

This text has black color on #AEBE96 background.


White color preview on #AEBE96 background

This text has white color on #AEBE96 background.