COLOR #AEBCA2

HEX: #AEBCA2 RGB: (174,188,162)

Color info

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

RGB color model

#AEBCA2 color RGB value is (174,188,162).

RGB: (174,188,162) (68%, 74%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 162 of 255 = 64%

174
188
162

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 162 = 524 (100%)
R 174 of 524 ~ 33.21%
G 188 of 524 ~ 35.88%
B 162 of 524 ~ 30.92'%

%33.21
%35.88
%30.92

CMYK color model

#AEBCA2 color CMYK value is (7,0,14,26).

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

CMYK: (7,0,14,26)
C7M0Y14K26 (7%, 0%, 14%, 26%)
(0.07 / 0.00 / 0.14 / 0.26)

CMYK percentages

%7.45
%0
%13.83
%26.27

Codes

Color #AEBCA2 in popluar color models

AE BC A2
RGB 174 188 162
HSL 92° 16.25% 68.63%
HSB/HSV 92° 13.83% 73.73%
CMYK 7.45% 0.00% 13.83%
26.27%

Color #AEBCA2 in popluar number systems.

HEX AE BC A2
Decimal 174 188 162
Binary 10101110 10111100 10100010
Octal 256 274 242

Shades and tints

Shades of #AEBCA2

#AEBCA2
(174,188,162)
#9FAB94
(159,171,148)
#909A86
(144,154,134)
#818978
(129,137,120)
#72786A
(114,120,106)
#63675C
(99,103,92)
#54564E
(84,86,78)
#454540
(69,69,64)
#363432
(54,52,50)
#272324
(39,35,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AEBCA2

#AEBCA2
(174,188,162)
#B5C2AA
(181,194,170)
#BCC8B2
(188,200,178)
#C3CEBA
(195,206,186)
#CAD4C2
(202,212,194)
#D1DACA
(209,218,202)
#D8E0D2
(216,224,210)
#DFE6DA
(223,230,218)
#E6ECE2
(230,236,226)
#EDF2EA
(237,242,234)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCA2; }

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

This text font color is #AEBCA2.

Background Color

.myBgColor { background-color: #AEBCA2; }

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

This div background color is #AEBCA2.

Border color

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

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

This div border color is #AEBCA2.

Opacity

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

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

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

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

This text has shadow with #AEBCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCA2.

Preview

Color preview on black background

This text has color #AEBCA2 on black background.


Color preview on white background

This text has color #AEBCA2 on white background.


Black color preview on #AEBCA2 background

This text has black color on #AEBCA2 background.


White color preview on #AEBCA2 background

This text has white color on #AEBCA2 background.


Related colors

Complementary color

Complementary color for #hex is #51435D.


I love getcolorcode.com

Triadic colors

1 #A2AEBC and #BCA2AE with #AEBCA2 are triadic colors.

2 #A2BCAE and #BCAEA2 with #AEBCA2 are triadic colors.