COLOR #AEC1C1

HEX: #AEC1C1
RGB: (174,193,193)

Color info

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

RGB color model

#AEC1C1 color RGB value is (174,193,193).

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

RGB channels and saturation

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

174
193
193

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 193 = 560 (100%)
R 174 of 560 ~ 31.07%
G 193 of 560 ~ 34.46%
B 193 of 560 ~ 34.46%

%31.07
%34.46
%34.46

CMYK color model

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

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

CMYK percentages

%9.84
%0
%0
%24.31

Codes

Color #AEC1C1 in popluar color models

AEC1C1
RGB174193193
HSL180°13.29%71.96%
HSB/HSV180°9.84%75.69%
CMYK9.84%0.00%0.00%
24.31%

Color #AEC1C1 in popluar number systems.

HEXAEC1C1
Decimal174193193
Binary101011101100000111000001
Octal256301301

Shades and tints

Shades of #AEC1C1

#AEC1C1
(174,193,193)
#9FB0B0
(159,176,176)
#909F9F
(144,159,159)
#818E8E
(129,142,142)
#727D7D
(114,125,125)
#636C6C
(99,108,108)
#545B5B
(84,91,91)
#454A4A
(69,74,74)
#363939
(54,57,57)
#272828
(39,40,40)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEC1C1

#AEC1C1
(174,193,193)
#B5C6C6
(181,198,198)
#BCCBCB
(188,203,203)
#C3D0D0
(195,208,208)
#CAD5D5
(202,213,213)
#D1DADA
(209,218,218)
#D8DFDF
(216,223,223)
#DFE4E4
(223,228,228)
#E6E9E9
(230,233,233)
#EDEEEE
(237,238,238)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1C1; }

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

This text font color is #AEC1C1.


Background Color

.myBgColor { background-color: #AEC1C1; }

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

This div background color is #AEC1C1.


Border color

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

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

This div border color is #AEC1C1.


Opacity

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

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

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

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

This text has shadow with #AEC1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1C1 on black background.


Color preview on white background

This text has color #AEC1C1 on white background.



Black color preview on #AEC1C1 background

This text has black color on #AEC1C1 background.


White color preview on #AEC1C1 background

This text has white color on #AEC1C1 background.