COLOR #AEC6AD

HEX: #AEC6AD RGB: (174,198,173)

Color info

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

RGB color model

#AEC6AD color RGB value is (174,198,173).

RGB: (174,198,173) (68%, 78%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 173 of 255 = 68%

174
198
173

R + G + B ~ 71%. #AEC6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 173 = 545 (100%)
R 174 of 545 ~ 31.93%
G 198 of 545 ~ 36.33%
B 173 of 545 ~ 31.74'%

%31.93
%36.33
%31.74

CMYK color model

#AEC6AD color CMYK value is (12,0,13,22).

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

CMYK: (12,0,13,22)
C12M0Y13K22 (12%, 0%, 13%, 22%)
(0.12 / 0.00 / 0.13 / 0.22)

CMYK percentages

%12.12
%0
%12.63
%22.35

Codes

Color #AEC6AD in popluar color models

AE C6 AD
RGB 174 198 173
HSL 118° 17.99% 72.75%
HSB/HSV 118° 12.63% 77.65%
CMYK 12.12% 0.00% 12.63%
22.35%

Color #AEC6AD in popluar number systems.

HEX AE C6 AD
Decimal 174 198 173
Binary 10101110 11000110 10101101
Octal 256 306 255

Shades and tints

Shades of #AEC6AD

#AEC6AD
(174,198,173)
#9FB49E
(159,180,158)
#90A28F
(144,162,143)
#819080
(129,144,128)
#727E71
(114,126,113)
#636C62
(99,108,98)
#545A53
(84,90,83)
#454844
(69,72,68)
#363635
(54,54,53)
#272426
(39,36,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEC6AD

#AEC6AD
(174,198,173)
#B5CBB4
(181,203,180)
#BCD0BB
(188,208,187)
#C3D5C2
(195,213,194)
#CADAC9
(202,218,201)
#D1DFD0
(209,223,208)
#D8E4D7
(216,228,215)
#DFE9DE
(223,233,222)
#E6EEE5
(230,238,229)
#EDF3EC
(237,243,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6AD; }

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

This text font color is #AEC6AD.

Background Color

.myBgColor { background-color: #AEC6AD; }

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

This div background color is #AEC6AD.

Border color

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

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

This div border color is #AEC6AD.

Opacity

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

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

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

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

This text has shadow with #AEC6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6AD.

Preview

Color preview on black background

This text has color #AEC6AD on black background.


Color preview on white background

This text has color #AEC6AD on white background.


Black color preview on #AEC6AD background

This text has black color on #AEC6AD background.


White color preview on #AEC6AD background

This text has white color on #AEC6AD background.


Related colors

Complementary color

Complementary color for #hex is #513952.


I love getcolorcode.com

Triadic colors

1 #ADAEC6 and #C6ADAE with #AEC6AD are triadic colors.

2 #ADC6AE and #C6AEAD with #AEC6AD are triadic colors.