COLOR #AEC9AB

HEX: #AEC9AB
RGB: (174,201,171)

Color info

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

RGB color model

#AEC9AB color RGB value is (174,201,171).

  • red value is 174;
  • green value is 201;
  • blue value is 171.
RGB:
(174,201,171)
(68%,79%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 171 of 255 = 67%

174
201
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 171 = 546 (100%)
R 174 of 546 ~ 31.87%
G 201 of 546 ~ 36.81%
B 171 of 546 ~ 31.32%

%31.87
%36.81
%31.32

CMYK color model

#AEC9AB color CMYK value is (13,0,15,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(13,0,15,21)
C13M0Y15K21 
(13%,0%,15%,21%)
(0.13/0.00/0.15/0.21)	

CMYK percentages

%13.43
%0
%14.93
%21.18

Codes

Color #AEC9AB in popluar color models

AEC9AB
RGB174201171
HSL114°21.74%72.94%
HSB/HSV114°14.93%78.82%
CMYK13.43%0.00%14.93%
21.18%

Color #AEC9AB in popluar number systems.

HEXAEC9AB
Decimal174201171
Binary101011101100100110101011
Octal256311253

Shades and tints

Shades of #AEC9AB

#AEC9AB
(174,201,171)
#9FB79C
(159,183,156)
#90A58D
(144,165,141)
#81937E
(129,147,126)
#72816F
(114,129,111)
#636F60
(99,111,96)
#545D51
(84,93,81)
#454B42
(69,75,66)
#363933
(54,57,51)
#272724
(39,39,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEC9AB

#AEC9AB
(174,201,171)
#B5CDB2
(181,205,178)
#BCD1B9
(188,209,185)
#C3D5C0
(195,213,192)
#CAD9C7
(202,217,199)
#D1DDCE
(209,221,206)
#D8E1D5
(216,225,213)
#DFE5DC
(223,229,220)
#E6E9E3
(230,233,227)
#EDEDEA
(237,237,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC9AB color. Also use rgb(174,201,171) instead hex code.

Text Font Color

.myTextColor { color: #AEC9AB; }

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

This text font color is #AEC9AB.


Background Color

.myBgColor { background-color: #AEC9AB; }

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

This div background color is #AEC9AB.


Border color

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

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

This div border color is #AEC9AB.


Opacity

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

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

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

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

This text has shadow with #AEC9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9AB on black background.


Color preview on white background

This text has color #AEC9AB on white background.



Black color preview on #AEC9AB background

This text has black color on #AEC9AB background.


White color preview on #AEC9AB background

This text has white color on #AEC9AB background.