COLOR #AEBD80

HEX: #AEBD80 RGB: (174,189,128)

Color info

#AEBD80 contains mainly red and green colors. Web safe color of #AEBD80 is #99CC66 (or #9C6).

RGB color model

#AEBD80 color RGB value is (174,189,128).

RGB: (174,189,128) (68%, 74%, 50%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 128 of 255 = 50%

174
189
128

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

Portions of RGB colors in percentages

R + G + B = 174 + 189 + 128 = 491 (100%)
R 174 of 491 ~ 35.44%
G 189 of 491 ~ 38.49%
B 128 of 491 ~ 26.07'%

%35.44
%38.49
%26.07

CMYK color model

#AEBD80 color CMYK value is (8,0,32,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 25.88%

CMYK: (8,0,32,26)
C8M0Y32K26 (8%, 0%, 32%, 26%)
(0.08 / 0.00 / 0.32 / 0.26)

CMYK percentages

%7.94
%0
%32.28
%25.88

Codes

Color #AEBD80 in popluar color models

AE BD 80
RGB 174 189 128
HSL 75° 31.61% 62.16%
HSB/HSV 75° 32.28% 74.12%
CMYK 7.94% 0.00% 32.28%
25.88%

Color #AEBD80 in popluar number systems.

HEX AE BD 80
Decimal 174 189 128
Binary 10101110 10111101 10000000
Octal 256 275 200

Shades and tints

Shades of #AEBD80

#AEBD80
(174,189,128)
#9FAC75
(159,172,117)
#909B6A
(144,155,106)
#818A5F
(129,138,95)
#727954
(114,121,84)
#636849
(99,104,73)
#54573E
(84,87,62)
#454633
(69,70,51)
#363528
(54,53,40)
#27241D
(39,36,29)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AEBD80

#AEBD80
(174,189,128)
#B5C38B
(181,195,139)
#BCC996
(188,201,150)
#C3CFA1
(195,207,161)
#CAD5AC
(202,213,172)
#D1DBB7
(209,219,183)
#D8E1C2
(216,225,194)
#DFE7CD
(223,231,205)
#E6EDD8
(230,237,216)
#EDF3E3
(237,243,227)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBD80; }

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

This text font color is #AEBD80.

Background Color

.myBgColor { background-color: #AEBD80; }

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

This div background color is #AEBD80.

Border color

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

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

This div border color is #AEBD80.

Opacity

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

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

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

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

This text has shadow with #AEBD80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBD80.

Preview

Color preview on black background

This text has color #AEBD80 on black background.


Color preview on white background

This text has color #AEBD80 on white background.


Black color preview on #AEBD80 background

This text has black color on #AEBD80 background.


White color preview on #AEBD80 background

This text has white color on #AEBD80 background.


Related colors

Complementary color

Complementary color for #hex is #51427F.


I love getcolorcode.com

Triadic colors

1 #80AEBD and #BD80AE with #AEBD80 are triadic colors.

2 #80BDAE and #BDAE80 with #AEBD80 are triadic colors.