COLOR #AEB783

HEX: #AEB783
RGB: (174,183,131)

Color info

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

RGB color model

#AEB783 color RGB value is (174,183,131).

  • red value is 174;
  • green value is 183;
  • blue value is 131.
RGB:
(174,183,131)
(68%,72%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 131 of 255 = 51%

174
183
131

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 131 = 488 (100%)
R 174 of 488 ~ 35.66%
G 183 of 488 ~ 37.5%
B 131 of 488 ~ 26.84%

%35.66
%37.5
%26.84

CMYK color model

#AEB783 color CMYK value is (5,0,28,28).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 28.24%
CMYK:
(5,0,28,28)
C5M0Y28K28 
(5%,0%,28%,28%)
(0.05/0.00/0.28/0.28)	

CMYK percentages

%4.92
%0
%28.42
%28.24

Codes

Color #AEB783 in popluar color models

AEB783
RGB174183131
HSL70°26.53%61.57%
HSB/HSV70°28.42%71.76%
CMYK4.92%0.00%28.42%
28.24%

Color #AEB783 in popluar number systems.

HEXAEB783
Decimal174183131
Binary101011101011011110000011
Octal256267203

Shades and tints

Shades of #AEB783

#AEB783
(174,183,131)
#9FA778
(159,167,120)
#90976D
(144,151,109)
#818762
(129,135,98)
#727757
(114,119,87)
#63674C
(99,103,76)
#545741
(84,87,65)
#454736
(69,71,54)
#36372B
(54,55,43)
#272720
(39,39,32)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AEB783

#AEB783
(174,183,131)
#B5BD8E
(181,189,142)
#BCC399
(188,195,153)
#C3C9A4
(195,201,164)
#CACFAF
(202,207,175)
#D1D5BA
(209,213,186)
#D8DBC5
(216,219,197)
#DFE1D0
(223,225,208)
#E6E7DB
(230,231,219)
#EDEDE6
(237,237,230)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB783 color. Also use rgb(174,183,131) instead hex code.

Text Font Color

.myTextColor { color: #AEB783; }

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

This text font color is #AEB783.


Background Color

.myBgColor { background-color: #AEB783; }

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

This div background color is #AEB783.


Border color

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

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

This div border color is #AEB783.


Opacity

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

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

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

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

This text has shadow with #AEB783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB783 on black background.


Color preview on white background

This text has color #AEB783 on white background.



Black color preview on #AEB783 background

This text has black color on #AEB783 background.


White color preview on #AEB783 background

This text has white color on #AEB783 background.