COLOR #AEC0C5

HEX: #AEC0C5
RGB: (174,192,197)

Color info

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

RGB color model

#AEC0C5 color RGB value is (174,192,197).

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

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 197 of 255 = 77%

174
192
197

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

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 197 = 563 (100%)
R 174 of 563 ~ 30.91%
G 192 of 563 ~ 34.1%
B 197 of 563 ~ 34.99%

%30.91
%34.1
%34.99

CMYK color model

#AEC0C5 color CMYK value is (12,3,0,23).

  • cyan value is 11.68%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(12,3,0,23)
C12M3Y0K23 
(12%,3%,0%,23%)
(0.12/0.03/0.00/0.23)	

CMYK percentages

%11.68
%2.54
%0
%22.75

Codes

Color #AEC0C5 in popluar color models

AEC0C5
RGB174192197
HSL193°16.55%72.75%
HSB/HSV193°11.68%77.25%
CMYK11.68%2.54%0.00%
22.75%

Color #AEC0C5 in popluar number systems.

HEXAEC0C5
Decimal174192197
Binary101011101100000011000101
Octal256300305

Shades and tints

Shades of #AEC0C5

#AEC0C5
(174,192,197)
#9FAFB4
(159,175,180)
#909EA3
(144,158,163)
#818D92
(129,141,146)
#727C81
(114,124,129)
#636B70
(99,107,112)
#545A5F
(84,90,95)
#45494E
(69,73,78)
#36383D
(54,56,61)
#27272C
(39,39,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #AEC0C5

#AEC0C5
(174,192,197)
#B5C5CA
(181,197,202)
#BCCACF
(188,202,207)
#C3CFD4
(195,207,212)
#CAD4D9
(202,212,217)
#D1D9DE
(209,217,222)
#D8DEE3
(216,222,227)
#DFE3E8
(223,227,232)
#E6E8ED
(230,232,237)
#EDEDF2
(237,237,242)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0C5; }

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

This text font color is #AEC0C5.


Background Color

.myBgColor { background-color: #AEC0C5; }

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

This div background color is #AEC0C5.


Border color

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

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

This div border color is #AEC0C5.


Opacity

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

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

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

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

This text has shadow with #AEC0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0C5 on black background.


Color preview on white background

This text has color #AEC0C5 on white background.



Black color preview on #AEC0C5 background

This text has black color on #AEC0C5 background.


White color preview on #AEC0C5 background

This text has white color on #AEC0C5 background.