COLOR #AEBC78

HEX: #AEBC78 RGB: (174,188,120)

Color info

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

RGB color model

#AEBC78 color RGB value is (174,188,120).

RGB: (174,188,120) (68%, 74%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 120 of 255 = 47%

174
188
120

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 120 = 482 (100%)
R 174 of 482 ~ 36.1%
G 188 of 482 ~ 39%
B 120 of 482 ~ 24.9'%

%36.1
%39
%24.9

CMYK color model

#AEBC78 color CMYK value is (7,0,36,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK: (7,0,36,26) C7M0Y36K26 (7%,0%,36%,26%) (0.07/0.00/0.36/0.26) 

CMYK percentages

%7.45
%0
%36.17
%26.27

Codes

Color #AEBC78 in popluar color models

AE BC 78
RGB 174 188 120
HSL 72° 33.66% 60.39%
HSB/HSV 72° 36.17% 73.73%
CMYK 7.45% 0.00% 36.17%
26.27%

Color #AEBC78 in popluar number systems.

HEX AE BC 78
Decimal 174 188 120
Binary 10101110 10111100 1111000
Octal 256 274 170

Shades and tints

Shades of #AEBC78

#AEBC78
(174,188,120)
#9FAB6E
(159,171,110)
#909A64
(144,154,100)
#81895A
(129,137,90)
#727850
(114,120,80)
#636746
(99,103,70)
#54563C
(84,86,60)
#454532
(69,69,50)
#363428
(54,52,40)
#27231E
(39,35,30)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEBC78

#AEBC78
(174,188,120)
#B5C284
(181,194,132)
#BCC890
(188,200,144)
#C3CE9C
(195,206,156)
#CAD4A8
(202,212,168)
#D1DAB4
(209,218,180)
#D8E0C0
(216,224,192)
#DFE6CC
(223,230,204)
#E6ECD8
(230,236,216)
#EDF2E4
(237,242,228)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC78 color. Also use rgb(174,188,120) instead hex code.

Text Font Color

.myTextColor { color: #AEBC78; }

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

This text font color is #AEBC78.

Background Color

.myBgColor { background-color: #AEBC78; }

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

This div background color is #AEBC78.

Border color

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

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

This div border color is #AEBC78.

Opacity

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

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

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

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

This text has shadow with #AEBC78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBC78.

Preview

Color preview on black background

This text has color #AEBC78 on black background.


Color preview on white background

This text has color #AEBC78 on white background.


Black color preview on #AEBC78 background

This text has black color on #AEBC78 background.


White color preview on #AEBC78 background

This text has white color on #AEBC78 background.


Related colors

Complementary color

Complementary color for #hex is #514387.


I love getcolorcode.com

Triadic colors

1 #78AEBC and #BC78AE with #AEBC78 are triadic colors.

2 #78BCAE and #BCAE78 with #AEBC78 are triadic colors.