COLOR #AEC1CE

HEX: #AEC1CE
RGB: (174,193,206)

Color info

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

RGB color model

#AEC1CE color RGB value is (174,193,206).

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

RGB channels and saturation

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

174
193
206

R + G + B ~ 75%. #AEC1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 206 = 573 (100%)
R 174 of 573 ~ 30.37%
G 193 of 573 ~ 33.68%
B 206 of 573 ~ 35.95%

%30.37
%33.68
%35.95

CMYK color model

#AEC1CE color CMYK value is (16,6,0,19).

  • cyan value is 15.53%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,6,0,19)
C16M6Y0K19 
(16%,6%,0%,19%)
(0.16/0.06/0.00/0.19)	

CMYK percentages

%15.53
%6.31
%0
%19.22

Codes

Color #AEC1CE in popluar color models

AEC1CE
RGB174193206
HSL204°24.62%74.51%
HSB/HSV204°15.53%80.78%
CMYK15.53%6.31%0.00%
19.22%

Color #AEC1CE in popluar number systems.

HEXAEC1CE
Decimal174193206
Binary101011101100000111001110
Octal256301316

Shades and tints

Shades of #AEC1CE

#AEC1CE
(174,193,206)
#9FB0BC
(159,176,188)
#909FAA
(144,159,170)
#818E98
(129,142,152)
#727D86
(114,125,134)
#636C74
(99,108,116)
#545B62
(84,91,98)
#454A50
(69,74,80)
#36393E
(54,57,62)
#27282C
(39,40,44)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #AEC1CE

#AEC1CE
(174,193,206)
#B5C6D2
(181,198,210)
#BCCBD6
(188,203,214)
#C3D0DA
(195,208,218)
#CAD5DE
(202,213,222)
#D1DAE2
(209,218,226)
#D8DFE6
(216,223,230)
#DFE4EA
(223,228,234)
#E6E9EE
(230,233,238)
#EDEEF2
(237,238,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1CE; }

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

This text font color is #AEC1CE.


Background Color

.myBgColor { background-color: #AEC1CE; }

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

This div background color is #AEC1CE.


Border color

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

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

This div border color is #AEC1CE.


Opacity

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

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

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

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

This text has shadow with #AEC1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1CE on black background.


Color preview on white background

This text has color #AEC1CE on white background.



Black color preview on #AEC1CE background

This text has black color on #AEC1CE background.


White color preview on #AEC1CE background

This text has white color on #AEC1CE background.