COLOR #AEC1CA

HEX: #AEC1CA
RGB: (174,193,202)

Color info

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

RGB color model

#AEC1CA color RGB value is (174,193,202).

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

RGB channels and saturation

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

174
193
202

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 202 = 569 (100%)
R 174 of 569 ~ 30.58%
G 193 of 569 ~ 33.92%
B 202 of 569 ~ 35.5%

%30.58
%33.92
%35.5

CMYK color model

#AEC1CA color CMYK value is (14,4,0,21).

  • cyan value is 13.86%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,4,0,21)
C14M4Y0K21 
(14%,4%,0%,21%)
(0.14/0.04/0.00/0.21)	

CMYK percentages

%13.86
%4.46
%0
%20.78

Codes

Color #AEC1CA in popluar color models

AEC1CA
RGB174193202
HSL199°20.90%73.73%
HSB/HSV199°13.86%79.22%
CMYK13.86%4.46%0.00%
20.78%

Color #AEC1CA in popluar number systems.

HEXAEC1CA
Decimal174193202
Binary101011101100000111001010
Octal256301312

Shades and tints

Shades of #AEC1CA

#AEC1CA
(174,193,202)
#9FB0B8
(159,176,184)
#909FA6
(144,159,166)
#818E94
(129,142,148)
#727D82
(114,125,130)
#636C70
(99,108,112)
#545B5E
(84,91,94)
#454A4C
(69,74,76)
#36393A
(54,57,58)
#272828
(39,40,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEC1CA

#AEC1CA
(174,193,202)
#B5C6CE
(181,198,206)
#BCCBD2
(188,203,210)
#C3D0D6
(195,208,214)
#CAD5DA
(202,213,218)
#D1DADE
(209,218,222)
#D8DFE2
(216,223,226)
#DFE4E6
(223,228,230)
#E6E9EA
(230,233,234)
#EDEEEE
(237,238,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1CA; }

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

This text font color is #AEC1CA.


Background Color

.myBgColor { background-color: #AEC1CA; }

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

This div background color is #AEC1CA.


Border color

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

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

This div border color is #AEC1CA.


Opacity

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

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

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

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

This text has shadow with #AEC1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1CA on black background.


Color preview on white background

This text has color #AEC1CA on white background.



Black color preview on #AEC1CA background

This text has black color on #AEC1CA background.


White color preview on #AEC1CA background

This text has white color on #AEC1CA background.