COLOR #AEC6A7

HEX: #AEC6A7 RGB: (174,198,167)

Color info

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

RGB color model

#AEC6A7 color RGB value is (174,198,167).

RGB: (174,198,167) (68%, 78%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 167 of 255 = 65%

174
198
167

R + G + B ~ 70%. #AEC6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 167 = 539 (100%)
R 174 of 539 ~ 32.28%
G 198 of 539 ~ 36.73%
B 167 of 539 ~ 30.98'%

%32.28
%36.73
%30.98

CMYK color model

#AEC6A7 color CMYK value is (12,0,16,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%

CMYK: (12,0,16,22)
C12M0Y16K22 (12%, 0%, 16%, 22%)
(0.12 / 0.00 / 0.16 / 0.22)

CMYK percentages

%12.12
%0
%15.66
%22.35

Codes

Color #AEC6A7 in popluar color models

AE C6 A7
RGB 174 198 167
HSL 106° 21.38% 71.57%
HSB/HSV 106° 15.66% 77.65%
CMYK 12.12% 0.00% 15.66%
22.35%

Color #AEC6A7 in popluar number systems.

HEX AE C6 A7
Decimal 174 198 167
Binary 10101110 11000110 10100111
Octal 256 306 247

Shades and tints

Shades of #AEC6A7

#AEC6A7
(174,198,167)
#9FB498
(159,180,152)
#90A289
(144,162,137)
#81907A
(129,144,122)
#727E6B
(114,126,107)
#636C5C
(99,108,92)
#545A4D
(84,90,77)
#45483E
(69,72,62)
#36362F
(54,54,47)
#272420
(39,36,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AEC6A7

#AEC6A7
(174,198,167)
#B5CBAF
(181,203,175)
#BCD0B7
(188,208,183)
#C3D5BF
(195,213,191)
#CADAC7
(202,218,199)
#D1DFCF
(209,223,207)
#D8E4D7
(216,228,215)
#DFE9DF
(223,233,223)
#E6EEE7
(230,238,231)
#EDF3EF
(237,243,239)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6A7 color. Also use rgb(174,198,167) instead hex code.

Text Font Color

.myTextColor { color: #AEC6A7; }

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

This text font color is #AEC6A7.

Background Color

.myBgColor { background-color: #AEC6A7; }

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

This div background color is #AEC6A7.

Border color

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

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

This div border color is #AEC6A7.

Opacity

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

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

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

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

This text has shadow with #AEC6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6A7.

Preview

Color preview on black background

This text has color #AEC6A7 on black background.


Color preview on white background

This text has color #AEC6A7 on white background.


Black color preview on #AEC6A7 background

This text has black color on #AEC6A7 background.


White color preview on #AEC6A7 background

This text has white color on #AEC6A7 background.


Related colors

Complementary color

Complementary color for #hex is #513958.


I love getcolorcode.com

Triadic colors

1 #A7AEC6 and #C6A7AE with #AEC6A7 are triadic colors.

2 #A7C6AE and #C6AEA7 with #AEC6A7 are triadic colors.