COLOR #AEC9C2

HEX: #AEC9C2
RGB: (174,201,194)

Color info

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

RGB color model

#AEC9C2 color RGB value is (174,201,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 194 of 255 = 76%

174
201
194

R + G + B ~ 74%. #AEC9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 194 = 569 (100%)
R 174 of 569 ~ 30.58%
G 201 of 569 ~ 35.33%
B 194 of 569 ~ 34.09%

%30.58
%35.33
%34.09

CMYK color model

#AEC9C2 color CMYK value is (13,0,3,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(13,0,3,21)
C13M0Y3K21 
(13%,0%,3%,21%)
(0.13/0.00/0.03/0.21)	

CMYK percentages

%13.43
%0
%3.48
%21.18

Codes

Color #AEC9C2 in popluar color models

AEC9C2
RGB174201194
HSL164°20.00%73.53%
HSB/HSV164°13.43%78.82%
CMYK13.43%0.00%3.48%
21.18%

Color #AEC9C2 in popluar number systems.

HEXAEC9C2
Decimal174201194
Binary101011101100100111000010
Octal256311302

Shades and tints

Shades of #AEC9C2

#AEC9C2
(174,201,194)
#9FB7B1
(159,183,177)
#90A5A0
(144,165,160)
#81938F
(129,147,143)
#72817E
(114,129,126)
#636F6D
(99,111,109)
#545D5C
(84,93,92)
#454B4B
(69,75,75)
#36393A
(54,57,58)
#272729
(39,39,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEC9C2

#AEC9C2
(174,201,194)
#B5CDC7
(181,205,199)
#BCD1CC
(188,209,204)
#C3D5D1
(195,213,209)
#CAD9D6
(202,217,214)
#D1DDDB
(209,221,219)
#D8E1E0
(216,225,224)
#DFE5E5
(223,229,229)
#E6E9EA
(230,233,234)
#EDEDEF
(237,237,239)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9C2; }

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

This text font color is #AEC9C2.


Background Color

.myBgColor { background-color: #AEC9C2; }

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

This div background color is #AEC9C2.


Border color

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

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

This div border color is #AEC9C2.


Opacity

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

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

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

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

This text has shadow with #AEC9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9C2 on black background.


Color preview on white background

This text has color #AEC9C2 on white background.



Black color preview on #AEC9C2 background

This text has black color on #AEC9C2 background.


White color preview on #AEC9C2 background

This text has white color on #AEC9C2 background.