COLOR #AEBA9A

HEX: #AEBA9A RGB: (174,186,154)

Color info

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

RGB color model

#AEBA9A color RGB value is (174,186,154).

RGB: (174,186,154) (68%, 73%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 154 of 255 = 60%

174
186
154

R + G + B ~ 67%. #AEBA9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 154 = 514 (100%)
R 174 of 514 ~ 33.85%
G 186 of 514 ~ 36.19%
B 154 of 514 ~ 29.96'%

%33.85
%36.19
%29.96

CMYK color model

#AEBA9A color CMYK value is (6,0,17,27).

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

CMYK: (6,0,17,27)
C6M0Y17K27 (6%, 0%, 17%, 27%)
(0.06 / 0.00 / 0.17 / 0.27)

CMYK percentages

%6.45
%0
%17.2
%27.06

Codes

Color #AEBA9A in popluar color models

AE BA 9A
RGB 174 186 154
HSL 83° 18.82% 66.67%
HSB/HSV 83° 17.20% 72.94%
CMYK 6.45% 0.00% 17.20%
27.06%

Color #AEBA9A in popluar number systems.

HEX AE BA 9A
Decimal 174 186 154
Binary 10101110 10111010 10011010
Octal 256 272 232

Shades and tints

Shades of #AEBA9A

#AEBA9A
(174,186,154)
#9FAA8C
(159,170,140)
#909A7E
(144,154,126)
#818A70
(129,138,112)
#727A62
(114,122,98)
#636A54
(99,106,84)
#545A46
(84,90,70)
#454A38
(69,74,56)
#363A2A
(54,58,42)
#272A1C
(39,42,28)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #AEBA9A

#AEBA9A
(174,186,154)
#B5C0A3
(181,192,163)
#BCC6AC
(188,198,172)
#C3CCB5
(195,204,181)
#CAD2BE
(202,210,190)
#D1D8C7
(209,216,199)
#D8DED0
(216,222,208)
#DFE4D9
(223,228,217)
#E6EAE2
(230,234,226)
#EDF0EB
(237,240,235)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBA9A; }

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

This text font color is #AEBA9A.

Background Color

.myBgColor { background-color: #AEBA9A; }

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

This div background color is #AEBA9A.

Border color

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

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

This div border color is #AEBA9A.

Opacity

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

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

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

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

This text has shadow with #AEBA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBA9A.

Preview

Color preview on black background

This text has color #AEBA9A on black background.


Color preview on white background

This text has color #AEBA9A on white background.


Black color preview on #AEBA9A background

This text has black color on #AEBA9A background.


White color preview on #AEBA9A background

This text has white color on #AEBA9A background.


Related colors

Complementary color

Complementary color for #hex is #514565.


I love getcolorcode.com

Triadic colors

1 #9AAEBA and #BA9AAE with #AEBA9A are triadic colors.

2 #9ABAAE and #BAAE9A with #AEBA9A are triadic colors.