COLOR #AEC5C6

HEX: #AEC5C6
RGB: (174,197,198)

Color info

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

RGB color model

#AEC5C6 color RGB value is (174,197,198).

  • red value is 174;
  • green value is 197;
  • blue value is 198.
RGB:
(174,197,198)
(68%,77%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 198 of 255 = 78%

174
197
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 197 + 198 = 569 (100%)
R 174 of 569 ~ 30.58%
G 197 of 569 ~ 34.62%
B 198 of 569 ~ 34.8%

%30.58
%34.62
%34.8

CMYK color model

#AEC5C6 color CMYK value is (12,1,0,22).

  • cyan value is 12.12%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,1,0,22)
C12M1Y0K22 
(12%,1%,0%,22%)
(0.12/0.01/0.00/0.22)	

CMYK percentages

%12.12
%0.51
%0
%22.35

Codes

Color #AEC5C6 in popluar color models

AEC5C6
RGB174197198
HSL183°17.39%72.94%
HSB/HSV183°12.12%77.65%
CMYK12.12%0.51%0.00%
22.35%

Color #AEC5C6 in popluar number systems.

HEXAEC5C6
Decimal174197198
Binary101011101100010111000110
Octal256305306

Shades and tints

Shades of #AEC5C6

#AEC5C6
(174,197,198)
#9FB4B4
(159,180,180)
#90A3A2
(144,163,162)
#819290
(129,146,144)
#72817E
(114,129,126)
#63706C
(99,112,108)
#545F5A
(84,95,90)
#454E48
(69,78,72)
#363D36
(54,61,54)
#272C24
(39,44,36)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #AEC5C6

#AEC5C6
(174,197,198)
#B5CACB
(181,202,203)
#BCCFD0
(188,207,208)
#C3D4D5
(195,212,213)
#CAD9DA
(202,217,218)
#D1DEDF
(209,222,223)
#D8E3E4
(216,227,228)
#DFE8E9
(223,232,233)
#E6EDEE
(230,237,238)
#EDF2F3
(237,242,243)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC5C6 color. Also use rgb(174,197,198) instead hex code.

Text Font Color

.myTextColor { color: #AEC5C6; }

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

This text font color is #AEC5C6.


Background Color

.myBgColor { background-color: #AEC5C6; }

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

This div background color is #AEC5C6.


Border color

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

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

This div border color is #AEC5C6.


Opacity

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

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

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

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

This text has shadow with #AEC5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC5C6 on black background.


Color preview on white background

This text has color #AEC5C6 on white background.



Black color preview on #AEC5C6 background

This text has black color on #AEC5C6 background.


White color preview on #AEC5C6 background

This text has white color on #AEC5C6 background.