COLOR #AEB77E

HEX: #AEB77E
RGB: (174,183,126)

Color info

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

RGB color model

#AEB77E color RGB value is (174,183,126).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 126 of 255 = 49%

174
183
126

R + G + B ~ 63%. #AEB77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 126 = 483 (100%)
R 174 of 483 ~ 36.02%
G 183 of 483 ~ 37.89%
B 126 of 483 ~ 26.09%

%36.02
%37.89
%26.09

CMYK color model

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

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%
CMYK:
(5,0,31,28)
C5M0Y31K28 
(5%,0%,31%,28%)
(0.05/0.00/0.31/0.28)	

CMYK percentages

%4.92
%0
%31.15
%28.24

Codes

Color #AEB77E in popluar color models

AEB77E
RGB174183126
HSL69°28.36%60.59%
HSB/HSV69°31.15%71.76%
CMYK4.92%0.00%31.15%
28.24%

Color #AEB77E in popluar number systems.

HEXAEB77E
Decimal174183126
Binary10101110101101111111110
Octal256267176

Shades and tints

Shades of #AEB77E

#AEB77E
(174,183,126)
#9FA773
(159,167,115)
#909768
(144,151,104)
#81875D
(129,135,93)
#727752
(114,119,82)
#636747
(99,103,71)
#54573C
(84,87,60)
#454731
(69,71,49)
#363726
(54,55,38)
#27271B
(39,39,27)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AEB77E

#AEB77E
(174,183,126)
#B5BD89
(181,189,137)
#BCC394
(188,195,148)
#C3C99F
(195,201,159)
#CACFAA
(202,207,170)
#D1D5B5
(209,213,181)
#D8DBC0
(216,219,192)
#DFE1CB
(223,225,203)
#E6E7D6
(230,231,214)
#EDEDE1
(237,237,225)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB77E; }

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

This text font color is #AEB77E.


Background Color

.myBgColor { background-color: #AEB77E; }

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

This div background color is #AEB77E.


Border color

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

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

This div border color is #AEB77E.


Opacity

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

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

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

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

This text has shadow with #AEB77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB77E on black background.


Color preview on white background

This text has color #AEB77E on white background.



Black color preview on #AEB77E background

This text has black color on #AEB77E background.


White color preview on #AEB77E background

This text has white color on #AEB77E background.