COLOR #AEC0AB

HEX: #AEC0AB
RGB: (174,192,171)

Color info

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

RGB color model

#AEC0AB color RGB value is (174,192,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 171 of 255 = 67%

174
192
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 171 = 537 (100%)
R 174 of 537 ~ 32.4%
G 192 of 537 ~ 35.75%
B 171 of 537 ~ 31.84%

%32.4
%35.75
%31.84

CMYK color model

#AEC0AB color CMYK value is (9,0,11,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(9,0,11,25)
C9M0Y11K25 
(9%,0%,11%,25%)
(0.09/0.00/0.11/0.25)	

CMYK percentages

%9.38
%0
%10.94
%24.71

Codes

Color #AEC0AB in popluar color models

AEC0AB
RGB174192171
HSL111°14.29%71.18%
HSB/HSV111°10.94%75.29%
CMYK9.38%0.00%10.94%
24.71%

Color #AEC0AB in popluar number systems.

HEXAEC0AB
Decimal174192171
Binary101011101100000010101011
Octal256300253

Shades and tints

Shades of #AEC0AB

#AEC0AB
(174,192,171)
#9FAF9C
(159,175,156)
#909E8D
(144,158,141)
#818D7E
(129,141,126)
#727C6F
(114,124,111)
#636B60
(99,107,96)
#545A51
(84,90,81)
#454942
(69,73,66)
#363833
(54,56,51)
#272724
(39,39,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEC0AB

#AEC0AB
(174,192,171)
#B5C5B2
(181,197,178)
#BCCAB9
(188,202,185)
#C3CFC0
(195,207,192)
#CAD4C7
(202,212,199)
#D1D9CE
(209,217,206)
#D8DED5
(216,222,213)
#DFE3DC
(223,227,220)
#E6E8E3
(230,232,227)
#EDEDEA
(237,237,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0AB; }

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

This text font color is #AEC0AB.


Background Color

.myBgColor { background-color: #AEC0AB; }

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

This div background color is #AEC0AB.


Border color

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

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

This div border color is #AEC0AB.


Opacity

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

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

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

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

This text has shadow with #AEC0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0AB on black background.


Color preview on white background

This text has color #AEC0AB on white background.



Black color preview on #AEC0AB background

This text has black color on #AEC0AB background.


White color preview on #AEC0AB background

This text has white color on #AEC0AB background.