COLOR #AEBC6E

HEX: #AEBC6E RGB: (174,188,110)

Color info

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

RGB color model

#AEBC6E color RGB value is (174,188,110).

RGB: (174,188,110) (68%, 74%, 43%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 110 of 255 = 43%

174
188
110

R + G + B ~ 62%. #AEBC6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 110 = 472 (100%)
R 174 of 472 ~ 36.86%
G 188 of 472 ~ 39.83%
B 110 of 472 ~ 23.31'%

%36.86
%39.83
%23.31

CMYK color model

#AEBC6E color CMYK value is (7,0,41,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 41.49%
  • key color value is 26.27%
CMYK: (7,0,41,26) C7M0Y41K26 (7%,0%,41%,26%) (0.07/0.00/0.41/0.26) 

CMYK percentages

%7.45
%0
%41.49
%26.27

Codes

Color #AEBC6E in popluar color models

AE BC 6E
RGB 174 188 110
HSL 71° 36.79% 58.43%
HSB/HSV 71° 41.49% 73.73%
CMYK 7.45% 0.00% 41.49%
26.27%

Color #AEBC6E in popluar number systems.

HEX AE BC 6E
Decimal 174 188 110
Binary 10101110 10111100 1101110
Octal 256 274 156

Shades and tints

Shades of #AEBC6E

#AEBC6E
(174,188,110)
#9FAB64
(159,171,100)
#909A5A
(144,154,90)
#818950
(129,137,80)
#727846
(114,120,70)
#63673C
(99,103,60)
#545632
(84,86,50)
#454528
(69,69,40)
#36341E
(54,52,30)
#272314
(39,35,20)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #AEBC6E

#AEBC6E
(174,188,110)
#B5C27B
(181,194,123)
#BCC888
(188,200,136)
#C3CE95
(195,206,149)
#CAD4A2
(202,212,162)
#D1DAAF
(209,218,175)
#D8E0BC
(216,224,188)
#DFE6C9
(223,230,201)
#E6ECD6
(230,236,214)
#EDF2E3
(237,242,227)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBC6E; }

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

This text font color is #AEBC6E.

Background Color

.myBgColor { background-color: #AEBC6E; }

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

This div background color is #AEBC6E.

Border color

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

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

This div border color is #AEBC6E.

Opacity

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

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

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

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

This text has shadow with #AEBC6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBC6E.

Preview

Color preview on black background

This text has color #AEBC6E on black background.


Color preview on white background

This text has color #AEBC6E on white background.


Black color preview on #AEBC6E background

This text has black color on #AEBC6E background.


White color preview on #AEBC6E background

This text has white color on #AEBC6E background.


Related colors

Complementary color

Complementary color for #hex is #514391.


I love getcolorcode.com

Triadic colors

1 #6EAEBC and #BC6EAE with #AEBC6E are triadic colors.

2 #6EBCAE and #BCAE6E with #AEBC6E are triadic colors.