COLOR #AEC9B9

HEX: #AEC9B9
RGB: (174,201,185)

Color info

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

RGB color model

#AEC9B9 color RGB value is (174,201,185).

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

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 185 of 255 = 73%

174
201
185

R + G + B ~ 73%. #AEC9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 185 = 560 (100%)
R 174 of 560 ~ 31.07%
G 201 of 560 ~ 35.89%
B 185 of 560 ~ 33.04%

%31.07
%35.89
%33.04

CMYK color model

#AEC9B9 color CMYK value is (13,0,8,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(13,0,8,21)
C13M0Y8K21 
(13%,0%,8%,21%)
(0.13/0.00/0.08/0.21)	

CMYK percentages

%13.43
%0
%7.96
%21.18

Codes

Color #AEC9B9 in popluar color models

AEC9B9
RGB174201185
HSL144°20.00%73.53%
HSB/HSV144°13.43%78.82%
CMYK13.43%0.00%7.96%
21.18%

Color #AEC9B9 in popluar number systems.

HEXAEC9B9
Decimal174201185
Binary101011101100100110111001
Octal256311271

Shades and tints

Shades of #AEC9B9

#AEC9B9
(174,201,185)
#9FB7A9
(159,183,169)
#90A599
(144,165,153)
#819389
(129,147,137)
#728179
(114,129,121)
#636F69
(99,111,105)
#545D59
(84,93,89)
#454B49
(69,75,73)
#363939
(54,57,57)
#272729
(39,39,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEC9B9

#AEC9B9
(174,201,185)
#B5CDBF
(181,205,191)
#BCD1C5
(188,209,197)
#C3D5CB
(195,213,203)
#CAD9D1
(202,217,209)
#D1DDD7
(209,221,215)
#D8E1DD
(216,225,221)
#DFE5E3
(223,229,227)
#E6E9E9
(230,233,233)
#EDEDEF
(237,237,239)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9B9; }

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

This text font color is #AEC9B9.


Background Color

.myBgColor { background-color: #AEC9B9; }

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

This div background color is #AEC9B9.


Border color

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

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

This div border color is #AEC9B9.


Opacity

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

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

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

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

This text has shadow with #AEC9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9B9 on black background.


Color preview on white background

This text has color #AEC9B9 on white background.



Black color preview on #AEC9B9 background

This text has black color on #AEC9B9 background.


White color preview on #AEC9B9 background

This text has white color on #AEC9B9 background.