COLOR #AEBA80

HEX: #AEBA80 RGB: (174,186,128)

Color info

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

RGB color model

#AEBA80 color RGB value is (174,186,128).

RGB: (174,186,128) (68%, 73%, 50%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 128 of 255 = 50%

174
186
128

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

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 128 = 488 (100%)
R 174 of 488 ~ 35.66%
G 186 of 488 ~ 38.11%
B 128 of 488 ~ 26.23'%

%35.66
%38.11
%26.23

CMYK color model

#AEBA80 color CMYK value is (6,0,31,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 27.06%

CMYK: (6,0,31,27)
C6M0Y31K27 (6%, 0%, 31%, 27%)
(0.06 / 0.00 / 0.31 / 0.27)

CMYK percentages

%6.45
%0
%31.18
%27.06

Codes

Color #AEBA80 in popluar color models

AE BA 80
RGB 174 186 128
HSL 72° 29.59% 61.57%
HSB/HSV 72° 31.18% 72.94%
CMYK 6.45% 0.00% 31.18%
27.06%

Color #AEBA80 in popluar number systems.

HEX AE BA 80
Decimal 174 186 128
Binary 10101110 10111010 10000000
Octal 256 272 200

Shades and tints

Shades of #AEBA80

#AEBA80
(174,186,128)
#9FAA75
(159,170,117)
#909A6A
(144,154,106)
#818A5F
(129,138,95)
#727A54
(114,122,84)
#636A49
(99,106,73)
#545A3E
(84,90,62)
#454A33
(69,74,51)
#363A28
(54,58,40)
#272A1D
(39,42,29)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #AEBA80

#AEBA80
(174,186,128)
#B5C08B
(181,192,139)
#BCC696
(188,198,150)
#C3CCA1
(195,204,161)
#CAD2AC
(202,210,172)
#D1D8B7
(209,216,183)
#D8DEC2
(216,222,194)
#DFE4CD
(223,228,205)
#E6EAD8
(230,234,216)
#EDF0E3
(237,240,227)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBA80; }

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

This text font color is #AEBA80.

Background Color

.myBgColor { background-color: #AEBA80; }

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

This div background color is #AEBA80.

Border color

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

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

This div border color is #AEBA80.

Opacity

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

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

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

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

This text has shadow with #AEBA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBA80.

Preview

Color preview on black background

This text has color #AEBA80 on black background.


Color preview on white background

This text has color #AEBA80 on white background.


Black color preview on #AEBA80 background

This text has black color on #AEBA80 background.


White color preview on #AEBA80 background

This text has white color on #AEBA80 background.


Related colors

Complementary color

Complementary color for #hex is #51457F.


I love getcolorcode.com

Triadic colors

1 #80AEBA and #BA80AE with #AEBA80 are triadic colors.

2 #80BAAE and #BAAE80 with #AEBA80 are triadic colors.