COLOR #AEC1A8

HEX: #AEC1A8
RGB: (174,193,168)

Color info

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

RGB color model

#AEC1A8 color RGB value is (174,193,168).

  • red value is 174;
  • green value is 193;
  • blue value is 168.
RGB:
(174,193,168)
(68%,76%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 168 of 255 = 66%

174
193
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 168 = 535 (100%)
R 174 of 535 ~ 32.52%
G 193 of 535 ~ 36.07%
B 168 of 535 ~ 31.4%

%32.52
%36.07
%31.4

CMYK color model

#AEC1A8 color CMYK value is (10,0,13,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 24.31%
CMYK:
(10,0,13,24)
C10M0Y13K24 
(10%,0%,13%,24%)
(0.10/0.00/0.13/0.24)	

CMYK percentages

%9.84
%0
%12.95
%24.31

Codes

Color #AEC1A8 in popluar color models

AEC1A8
RGB174193168
HSL106°16.78%70.78%
HSB/HSV106°12.95%75.69%
CMYK9.84%0.00%12.95%
24.31%

Color #AEC1A8 in popluar number systems.

HEXAEC1A8
Decimal174193168
Binary101011101100000110101000
Octal256301250

Shades and tints

Shades of #AEC1A8

#AEC1A8
(174,193,168)
#9FB099
(159,176,153)
#909F8A
(144,159,138)
#818E7B
(129,142,123)
#727D6C
(114,125,108)
#636C5D
(99,108,93)
#545B4E
(84,91,78)
#454A3F
(69,74,63)
#363930
(54,57,48)
#272821
(39,40,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEC1A8

#AEC1A8
(174,193,168)
#B5C6AF
(181,198,175)
#BCCBB6
(188,203,182)
#C3D0BD
(195,208,189)
#CAD5C4
(202,213,196)
#D1DACB
(209,218,203)
#D8DFD2
(216,223,210)
#DFE4D9
(223,228,217)
#E6E9E0
(230,233,224)
#EDEEE7
(237,238,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC1A8 color. Also use rgb(174,193,168) instead hex code.

Text Font Color

.myTextColor { color: #AEC1A8; }

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

This text font color is #AEC1A8.


Background Color

.myBgColor { background-color: #AEC1A8; }

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

This div background color is #AEC1A8.


Border color

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

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

This div border color is #AEC1A8.


Opacity

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

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

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

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

This text has shadow with #AEC1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1A8 on black background.


Color preview on white background

This text has color #AEC1A8 on white background.



Black color preview on #AEC1A8 background

This text has black color on #AEC1A8 background.


White color preview on #AEC1A8 background

This text has white color on #AEC1A8 background.