COLOR #AEBCA5

HEX: #AEBCA5 RGB: (174,188,165)

Color info

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

RGB color model

#AEBCA5 color RGB value is (174,188,165).

RGB: (174,188,165) (68%, 74%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 165 of 255 = 65%

174
188
165

R + G + B ~ 69%. #AEBCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 165 = 527 (100%)
R 174 of 527 ~ 33.02%
G 188 of 527 ~ 35.67%
B 165 of 527 ~ 31.31'%

%33.02
%35.67
%31.31

CMYK color model

#AEBCA5 color CMYK value is (7,0,12,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 26.27%

CMYK: (7,0,12,26)
C7M0Y12K26 (7%, 0%, 12%, 26%)
(0.07 / 0.00 / 0.12 / 0.26)

CMYK percentages

%7.45
%0
%12.23
%26.27

Codes

Color #AEBCA5 in popluar color models

AE BC A5
RGB 174 188 165
HSL 97° 14.65% 69.22%
HSB/HSV 97° 12.23% 73.73%
CMYK 7.45% 0.00% 12.23%
26.27%

Color #AEBCA5 in popluar number systems.

HEX AE BC A5
Decimal 174 188 165
Binary 10101110 10111100 10100101
Octal 256 274 245

Shades and tints

Shades of #AEBCA5

#AEBCA5
(174,188,165)
#9FAB96
(159,171,150)
#909A87
(144,154,135)
#818978
(129,137,120)
#727869
(114,120,105)
#63675A
(99,103,90)
#54564B
(84,86,75)
#45453C
(69,69,60)
#36342D
(54,52,45)
#27231E
(39,35,30)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AEBCA5

#AEBCA5
(174,188,165)
#B5C2AD
(181,194,173)
#BCC8B5
(188,200,181)
#C3CEBD
(195,206,189)
#CAD4C5
(202,212,197)
#D1DACD
(209,218,205)
#D8E0D5
(216,224,213)
#DFE6DD
(223,230,221)
#E6ECE5
(230,236,229)
#EDF2ED
(237,242,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCA5; }

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

This text font color is #AEBCA5.

Background Color

.myBgColor { background-color: #AEBCA5; }

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

This div background color is #AEBCA5.

Border color

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

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

This div border color is #AEBCA5.

Opacity

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

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

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

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

This text has shadow with #AEBCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCA5.

Preview

Color preview on black background

This text has color #AEBCA5 on black background.


Color preview on white background

This text has color #AEBCA5 on white background.


Black color preview on #AEBCA5 background

This text has black color on #AEBCA5 background.


White color preview on #AEBCA5 background

This text has white color on #AEBCA5 background.


Related colors

Complementary color

Complementary color for #hex is #51435A.


I love getcolorcode.com

Triadic colors

1 #A5AEBC and #BCA5AE with #AEBCA5 are triadic colors.

2 #A5BCAE and #BCAEA5 with #AEBCA5 are triadic colors.