COLOR #AEBC96

HEX: #AEBC96
RGB: (174,188,150)

Color info

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

RGB color model

#AEBC96 color RGB value is (174,188,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 150 of 255 = 59%

174
188
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 150 = 512 (100%)
R 174 of 512 ~ 33.98%
G 188 of 512 ~ 36.72%
B 150 of 512 ~ 29.3%

%33.98
%36.72
%29.3

CMYK color model

#AEBC96 color CMYK value is (7,0,20,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 20.21%
  • key color value is 26.27%
CMYK:
(7,0,20,26)
C7M0Y20K26 
(7%,0%,20%,26%)
(0.07/0.00/0.20/0.26)	

CMYK percentages

%7.45
%0
%20.21
%26.27

Codes

Color #AEBC96 in popluar color models

AEBC96
RGB174188150
HSL82°22.09%66.27%
HSB/HSV82°20.21%73.73%
CMYK7.45%0.00%20.21%
26.27%

Color #AEBC96 in popluar number systems.

HEXAEBC96
Decimal174188150
Binary101011101011110010010110
Octal256274226

Shades and tints

Shades of #AEBC96

#AEBC96
(174,188,150)
#9FAB89
(159,171,137)
#909A7C
(144,154,124)
#81896F
(129,137,111)
#727862
(114,120,98)
#636755
(99,103,85)
#545648
(84,86,72)
#45453B
(69,69,59)
#36342E
(54,52,46)
#272321
(39,35,33)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEBC96

#AEBC96
(174,188,150)
#B5C29F
(181,194,159)
#BCC8A8
(188,200,168)
#C3CEB1
(195,206,177)
#CAD4BA
(202,212,186)
#D1DAC3
(209,218,195)
#D8E0CC
(216,224,204)
#DFE6D5
(223,230,213)
#E6ECDE
(230,236,222)
#EDF2E7
(237,242,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBC96; }

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

This text font color is #AEBC96.


Background Color

.myBgColor { background-color: #AEBC96; }

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

This div background color is #AEBC96.


Border color

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

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

This div border color is #AEBC96.


Opacity

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

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

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

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

This text has shadow with #AEBC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBC96 on black background.


Color preview on white background

This text has color #AEBC96 on white background.



Black color preview on #AEBC96 background

This text has black color on #AEBC96 background.


White color preview on #AEBC96 background

This text has white color on #AEBC96 background.