COLOR #AEC8A7

HEX: #AEC8A7 RGB: (174,200,167)

Color info

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

RGB color model

#AEC8A7 color RGB value is (174,200,167).

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

RGB channels and saturation

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

174
200
167

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

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 167 = 541 (100%)
R 174 of 541 ~ 32.16%
G 200 of 541 ~ 36.97%
B 167 of 541 ~ 30.87'%

%32.16
%36.97
%30.87

CMYK color model

#AEC8A7 color CMYK value is (13,0,17,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 21.57%

CMYK: (13,0,17,22)
C13M0Y17K22 (13%, 0%, 17%, 22%)
(0.13 / 0.00 / 0.17 / 0.22)

CMYK percentages

%13
%0
%16.5
%21.57

Codes

Color #AEC8A7 in popluar color models

AE C8 A7
RGB 174 200 167
HSL 107° 23.08% 71.96%
HSB/HSV 107° 16.50% 78.43%
CMYK 13.00% 0.00% 16.50%
21.57%

Color #AEC8A7 in popluar number systems.

HEX AE C8 A7
Decimal 174 200 167
Binary 10101110 11001000 10100111
Octal 256 310 247

Shades and tints

Shades of #AEC8A7

#AEC8A7
(174,200,167)
#9FB698
(159,182,152)
#90A489
(144,164,137)
#81927A
(129,146,122)
#72806B
(114,128,107)
#636E5C
(99,110,92)
#545C4D
(84,92,77)
#454A3E
(69,74,62)
#36382F
(54,56,47)
#272620
(39,38,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEC8A7

#AEC8A7
(174,200,167)
#B5CDAF
(181,205,175)
#BCD2B7
(188,210,183)
#C3D7BF
(195,215,191)
#CADCC7
(202,220,199)
#D1E1CF
(209,225,207)
#D8E6D7
(216,230,215)
#DFEBDF
(223,235,223)
#E6F0E7
(230,240,231)
#EDF5EF
(237,245,239)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8A7; }

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

This text font color is #AEC8A7.

Background Color

.myBgColor { background-color: #AEC8A7; }

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

This div background color is #AEC8A7.

Border color

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

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

This div border color is #AEC8A7.

Opacity

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

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

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

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

This text has shadow with #AEC8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC8A7.

Preview

Color preview on black background

This text has color #AEC8A7 on black background.


Color preview on white background

This text has color #AEC8A7 on white background.


Black color preview on #AEC8A7 background

This text has black color on #AEC8A7 background.


White color preview on #AEC8A7 background

This text has white color on #AEC8A7 background.


Related colors

Complementary color

Complementary color for #hex is #513758.


I love getcolorcode.com

Triadic colors

1 #A7AEC8 and #C8A7AE with #AEC8A7 are triadic colors.

2 #A7C8AE and #C8AEA7 with #AEC8A7 are triadic colors.