COLOR #AEB78A

HEX: #AEB78A
RGB: (174,183,138)

Color info

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

RGB color model

#AEB78A color RGB value is (174,183,138).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 138 of 255 = 54%

174
183
138

R + G + B ~ 65%. #AEB78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 138 = 495 (100%)
R 174 of 495 ~ 35.15%
G 183 of 495 ~ 36.97%
B 138 of 495 ~ 27.88%

%35.15
%36.97
%27.88

CMYK color model

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

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(5,0,25,28)
C5M0Y25K28 
(5%,0%,25%,28%)
(0.05/0.00/0.25/0.28)	

CMYK percentages

%4.92
%0
%24.59
%28.24

Codes

Color #AEB78A in popluar color models

AEB78A
RGB174183138
HSL72°23.81%62.94%
HSB/HSV72°24.59%71.76%
CMYK4.92%0.00%24.59%
28.24%

Color #AEB78A in popluar number systems.

HEXAEB78A
Decimal174183138
Binary101011101011011110001010
Octal256267212

Shades and tints

Shades of #AEB78A

#AEB78A
(174,183,138)
#9FA77E
(159,167,126)
#909772
(144,151,114)
#818766
(129,135,102)
#72775A
(114,119,90)
#63674E
(99,103,78)
#545742
(84,87,66)
#454736
(69,71,54)
#36372A
(54,55,42)
#27271E
(39,39,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEB78A

#AEB78A
(174,183,138)
#B5BD94
(181,189,148)
#BCC39E
(188,195,158)
#C3C9A8
(195,201,168)
#CACFB2
(202,207,178)
#D1D5BC
(209,213,188)
#D8DBC6
(216,219,198)
#DFE1D0
(223,225,208)
#E6E7DA
(230,231,218)
#EDEDE4
(237,237,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB78A; }

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

This text font color is #AEB78A.


Background Color

.myBgColor { background-color: #AEB78A; }

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

This div background color is #AEB78A.


Border color

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

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

This div border color is #AEB78A.


Opacity

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

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

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

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

This text has shadow with #AEB78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB78A on black background.


Color preview on white background

This text has color #AEB78A on white background.



Black color preview on #AEB78A background

This text has black color on #AEB78A background.


White color preview on #AEB78A background

This text has white color on #AEB78A background.