COLOR #AEC1A3

HEX: #AEC1A3 RGB: (174,193,163)

Color info

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

RGB color model

#AEC1A3 color RGB value is (174,193,163).

RGB: (174,193,163) (68%, 76%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 163 of 255 = 64%

174
193
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 163 = 530 (100%)
R 174 of 530 ~ 32.83%
G 193 of 530 ~ 36.42%
B 163 of 530 ~ 30.75'%

%32.83
%36.42
%30.75

CMYK color model

#AEC1A3 color CMYK value is (10,0,16,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%

CMYK: (10,0,16,24)
C10M0Y16K24 (10%, 0%, 16%, 24%)
(0.10 / 0.00 / 0.16 / 0.24)

CMYK percentages

%9.84
%0
%15.54
%24.31

Codes

Color #AEC1A3 in popluar color models

AE C1 A3
RGB 174 193 163
HSL 98° 19.48% 69.80%
HSB/HSV 98° 15.54% 75.69%
CMYK 9.84% 0.00% 15.54%
24.31%

Color #AEC1A3 in popluar number systems.

HEX AE C1 A3
Decimal 174 193 163
Binary 10101110 11000001 10100011
Octal 256 301 243

Shades and tints

Shades of #AEC1A3

#AEC1A3
(174,193,163)
#9FB095
(159,176,149)
#909F87
(144,159,135)
#818E79
(129,142,121)
#727D6B
(114,125,107)
#636C5D
(99,108,93)
#545B4F
(84,91,79)
#454A41
(69,74,65)
#363933
(54,57,51)
#272825
(39,40,37)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEC1A3

#AEC1A3
(174,193,163)
#B5C6AB
(181,198,171)
#BCCBB3
(188,203,179)
#C3D0BB
(195,208,187)
#CAD5C3
(202,213,195)
#D1DACB
(209,218,203)
#D8DFD3
(216,223,211)
#DFE4DB
(223,228,219)
#E6E9E3
(230,233,227)
#EDEEEB
(237,238,235)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC1A3 color. Also use rgb(174,193,163) instead hex code.

Text Font Color

.myTextColor { color: #AEC1A3; }

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

This text font color is #AEC1A3.

Background Color

.myBgColor { background-color: #AEC1A3; }

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

This div background color is #AEC1A3.

Border color

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

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

This div border color is #AEC1A3.

Opacity

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

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

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

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

This text has shadow with #AEC1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC1A3.

Preview

Color preview on black background

This text has color #AEC1A3 on black background.


Color preview on white background

This text has color #AEC1A3 on white background.


Black color preview on #AEC1A3 background

This text has black color on #AEC1A3 background.


White color preview on #AEC1A3 background

This text has white color on #AEC1A3 background.


Related colors

Complementary color

Complementary color for #hex is #513E5C.


I love getcolorcode.com

Triadic colors

1 #A3AEC1 and #C1A3AE with #AEC1A3 are triadic colors.

2 #A3C1AE and #C1AEA3 with #AEC1A3 are triadic colors.