COLOR #AEB296

HEX: #AEB296
RGB: (174,178,150)

Color info

#AEB296 contains red, green and blue colors in about the same proportion. Web safe color of #AEB296 is #999999 (or #999).

RGB color model

#AEB296 color RGB value is (174,178,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 150 of 255 = 59%

174
178
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 150 = 502 (100%)
R 174 of 502 ~ 34.66%
G 178 of 502 ~ 35.46%
B 150 of 502 ~ 29.88%

%34.66
%35.46
%29.88

CMYK color model

#AEB296 color CMYK value is (2,0,16,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(2,0,16,30)
C2M0Y16K30 
(2%,0%,16%,30%)
(0.02/0.00/0.16/0.30)	

CMYK percentages

%2.25
%0
%15.73
%30.2

Codes

Color #AEB296 in popluar color models

AEB296
RGB174178150
HSL69°15.38%64.31%
HSB/HSV69°15.73%69.80%
CMYK2.25%0.00%15.73%
30.20%

Color #AEB296 in popluar number systems.

HEXAEB296
Decimal174178150
Binary101011101011001010010110
Octal256262226

Shades and tints

Shades of #AEB296

#AEB296
(174,178,150)
#9FA289
(159,162,137)
#90927C
(144,146,124)
#81826F
(129,130,111)
#727262
(114,114,98)
#636255
(99,98,85)
#545248
(84,82,72)
#45423B
(69,66,59)
#36322E
(54,50,46)
#272221
(39,34,33)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEB296

#AEB296
(174,178,150)
#B5B99F
(181,185,159)
#BCC0A8
(188,192,168)
#C3C7B1
(195,199,177)
#CACEBA
(202,206,186)
#D1D5C3
(209,213,195)
#D8DCCC
(216,220,204)
#DFE3D5
(223,227,213)
#E6EADE
(230,234,222)
#EDF1E7
(237,241,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB296; }

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

This text font color is #AEB296.


Background Color

.myBgColor { background-color: #AEB296; }

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

This div background color is #AEB296.


Border color

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

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

This div border color is #AEB296.


Opacity

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

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

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

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

This text has shadow with #AEB296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB296 on black background.


Color preview on white background

This text has color #AEB296 on white background.



Black color preview on #AEB296 background

This text has black color on #AEB296 background.


White color preview on #AEB296 background

This text has white color on #AEB296 background.