COLOR #AEBA83

HEX: #AEBA83
RGB: (174,186,131)

Color info

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

RGB color model

#AEBA83 color RGB value is (174,186,131).

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

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 131 of 255 = 51%

174
186
131

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 131 = 491 (100%)
R 174 of 491 ~ 35.44%
G 186 of 491 ~ 37.88%
B 131 of 491 ~ 26.68%

%35.44
%37.88
%26.68

CMYK color model

#AEBA83 color CMYK value is (6,0,30,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 27.06%
CMYK:
(6,0,30,27)
C6M0Y30K27 
(6%,0%,30%,27%)
(0.06/0.00/0.30/0.27)	

CMYK percentages

%6.45
%0
%29.57
%27.06

Codes

Color #AEBA83 in popluar color models

AEBA83
RGB174186131
HSL73°28.50%62.16%
HSB/HSV73°29.57%72.94%
CMYK6.45%0.00%29.57%
27.06%

Color #AEBA83 in popluar number systems.

HEXAEBA83
Decimal174186131
Binary101011101011101010000011
Octal256272203

Shades and tints

Shades of #AEBA83

#AEBA83
(174,186,131)
#9FAA78
(159,170,120)
#909A6D
(144,154,109)
#818A62
(129,138,98)
#727A57
(114,122,87)
#636A4C
(99,106,76)
#545A41
(84,90,65)
#454A36
(69,74,54)
#363A2B
(54,58,43)
#272A20
(39,42,32)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #AEBA83

#AEBA83
(174,186,131)
#B5C08E
(181,192,142)
#BCC699
(188,198,153)
#C3CCA4
(195,204,164)
#CAD2AF
(202,210,175)
#D1D8BA
(209,216,186)
#D8DEC5
(216,222,197)
#DFE4D0
(223,228,208)
#E6EADB
(230,234,219)
#EDF0E6
(237,240,230)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBA83; }

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

This text font color is #AEBA83.


Background Color

.myBgColor { background-color: #AEBA83; }

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

This div background color is #AEBA83.


Border color

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

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

This div border color is #AEBA83.


Opacity

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

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

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

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

This text has shadow with #AEBA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBA83 on black background.


Color preview on white background

This text has color #AEBA83 on white background.



Black color preview on #AEBA83 background

This text has black color on #AEBA83 background.


White color preview on #AEBA83 background

This text has white color on #AEBA83 background.