COLOR #AEC8A6

HEX: #AEC8A6
RGB: (174,200,166)

Color info

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

RGB color model

#AEC8A6 color RGB value is (174,200,166).

  • red value is 174;
  • green value is 200;
  • blue value is 166.
RGB:
(174,200,166)
(68%,78%,65%)

RGB channels and saturation

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

174
200
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 166 = 540 (100%)
R 174 of 540 ~ 32.22%
G 200 of 540 ~ 37.04%
B 166 of 540 ~ 30.74%

%32.22
%37.04
%30.74

CMYK color model

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

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • 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
%17
%21.57

Codes

Color #AEC8A6 in popluar color models

AEC8A6
RGB174200166
HSL106°23.61%71.76%
HSB/HSV106°17.00%78.43%
CMYK13.00%0.00%17.00%
21.57%

Color #AEC8A6 in popluar number systems.

HEXAEC8A6
Decimal174200166
Binary101011101100100010100110
Octal256310246

Shades and tints

Shades of #AEC8A6

#AEC8A6
(174,200,166)
#9FB697
(159,182,151)
#90A488
(144,164,136)
#819279
(129,146,121)
#72806A
(114,128,106)
#636E5B
(99,110,91)
#545C4C
(84,92,76)
#454A3D
(69,74,61)
#36382E
(54,56,46)
#27261F
(39,38,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEC8A6

#AEC8A6
(174,200,166)
#B5CDAE
(181,205,174)
#BCD2B6
(188,210,182)
#C3D7BE
(195,215,190)
#CADCC6
(202,220,198)
#D1E1CE
(209,225,206)
#D8E6D6
(216,230,214)
#DFEBDE
(223,235,222)
#E6F0E6
(230,240,230)
#EDF5EE
(237,245,238)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8A6; }

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

This text font color is #AEC8A6.


Background Color

.myBgColor { background-color: #AEC8A6; }

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

This div background color is #AEC8A6.


Border color

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

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

This div border color is #AEC8A6.


Opacity

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

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

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

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

This text has shadow with #AEC8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC8A6 on black background.


Color preview on white background

This text has color #AEC8A6 on white background.



Black color preview on #AEC8A6 background

This text has black color on #AEC8A6 background.


White color preview on #AEC8A6 background

This text has white color on #AEC8A6 background.