COLOR #AEB984

HEX: #AEB984
RGB: (174,185,132)

Color info

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

RGB color model

#AEB984 color RGB value is (174,185,132).

  • red value is 174;
  • green value is 185;
  • blue value is 132.
RGB:
(174,185,132)
(68%,73%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 132 of 255 = 52%

174
185
132

R + G + B ~ 64%. #AEB984 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 132 = 491 (100%)
R 174 of 491 ~ 35.44%
G 185 of 491 ~ 37.68%
B 132 of 491 ~ 26.88%

%35.44
%37.68
%26.88

CMYK color model

#AEB984 color CMYK value is (6,0,29,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK:
(6,0,29,27)
C6M0Y29K27 
(6%,0%,29%,27%)
(0.06/0.00/0.29/0.27)	

CMYK percentages

%5.95
%0
%28.65
%27.45

Codes

Color #AEB984 in popluar color models

AEB984
RGB174185132
HSL72°27.46%62.16%
HSB/HSV72°28.65%72.55%
CMYK5.95%0.00%28.65%
27.45%

Color #AEB984 in popluar number systems.

HEXAEB984
Decimal174185132
Binary101011101011100110000100
Octal256271204

Shades and tints

Shades of #AEB984

#AEB984
(174,185,132)
#9FA978
(159,169,120)
#90996C
(144,153,108)
#818960
(129,137,96)
#727954
(114,121,84)
#636948
(99,105,72)
#54593C
(84,89,60)
#454930
(69,73,48)
#363924
(54,57,36)
#272918
(39,41,24)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #AEB984

#AEB984
(174,185,132)
#B5BF8F
(181,191,143)
#BCC59A
(188,197,154)
#C3CBA5
(195,203,165)
#CAD1B0
(202,209,176)
#D1D7BB
(209,215,187)
#D8DDC6
(216,221,198)
#DFE3D1
(223,227,209)
#E6E9DC
(230,233,220)
#EDEFE7
(237,239,231)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB984 color. Also use rgb(174,185,132) instead hex code.

Text Font Color

.myTextColor { color: #AEB984; }

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

This text font color is #AEB984.


Background Color

.myBgColor { background-color: #AEB984; }

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

This div background color is #AEB984.


Border color

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

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

This div border color is #AEB984.


Opacity

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

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

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

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

This text has shadow with #AEB984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB984 on black background.


Color preview on white background

This text has color #AEB984 on white background.



Black color preview on #AEB984 background

This text has black color on #AEB984 background.


White color preview on #AEB984 background

This text has white color on #AEB984 background.