COLOR #AEC0C1

HEX: #AEC0C1
RGB: (174,192,193)

Color info

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

RGB color model

#AEC0C1 color RGB value is (174,192,193).

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

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 193 of 255 = 76%

174
192
193

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

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 193 = 559 (100%)
R 174 of 559 ~ 31.13%
G 192 of 559 ~ 34.35%
B 193 of 559 ~ 34.53%

%31.13
%34.35
%34.53

CMYK color model

#AEC0C1 color CMYK value is (10,1,0,24).

  • cyan value is 9.84%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,1,0,24)
C10M1Y0K24 
(10%,1%,0%,24%)
(0.10/0.01/0.00/0.24)	

CMYK percentages

%9.84
%0.52
%0
%24.31

Codes

Color #AEC0C1 in popluar color models

AEC0C1
RGB174192193
HSL183°13.29%71.96%
HSB/HSV183°9.84%75.69%
CMYK9.84%0.52%0.00%
24.31%

Color #AEC0C1 in popluar number systems.

HEXAEC0C1
Decimal174192193
Binary101011101100000011000001
Octal256300301

Shades and tints

Shades of #AEC0C1

#AEC0C1
(174,192,193)
#9FAFB0
(159,175,176)
#909E9F
(144,158,159)
#818D8E
(129,141,142)
#727C7D
(114,124,125)
#636B6C
(99,107,108)
#545A5B
(84,90,91)
#45494A
(69,73,74)
#363839
(54,56,57)
#272728
(39,39,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEC0C1

#AEC0C1
(174,192,193)
#B5C5C6
(181,197,198)
#BCCACB
(188,202,203)
#C3CFD0
(195,207,208)
#CAD4D5
(202,212,213)
#D1D9DA
(209,217,218)
#D8DEDF
(216,222,223)
#DFE3E4
(223,227,228)
#E6E8E9
(230,232,233)
#EDEDEE
(237,237,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0C1; }

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

This text font color is #AEC0C1.


Background Color

.myBgColor { background-color: #AEC0C1; }

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

This div background color is #AEC0C1.


Border color

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

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

This div border color is #AEC0C1.


Opacity

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

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

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

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

This text has shadow with #AEC0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0C1 on black background.


Color preview on white background

This text has color #AEC0C1 on white background.



Black color preview on #AEC0C1 background

This text has black color on #AEC0C1 background.


White color preview on #AEC0C1 background

This text has white color on #AEC0C1 background.