COLOR #AEC1CB

HEX: #AEC1CB
RGB: (174,193,203)

Color info

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

RGB color model

#AEC1CB color RGB value is (174,193,203).

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

RGB channels and saturation

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

174
193
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 203 = 570 (100%)
R 174 of 570 ~ 30.53%
G 193 of 570 ~ 33.86%
B 203 of 570 ~ 35.61%

%30.53
%33.86
%35.61

CMYK color model

#AEC1CB color CMYK value is (14,5,0,20).

  • cyan value is 14.29%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,5,0,20)
C14M5Y0K20 
(14%,5%,0%,20%)
(0.14/0.05/0.00/0.20)	

CMYK percentages

%14.29
%4.93
%0
%20.39

Codes

Color #AEC1CB in popluar color models

AEC1CB
RGB174193203
HSL201°21.80%73.92%
HSB/HSV201°14.29%79.61%
CMYK14.29%4.93%0.00%
20.39%

Color #AEC1CB in popluar number systems.

HEXAEC1CB
Decimal174193203
Binary101011101100000111001011
Octal256301313

Shades and tints

Shades of #AEC1CB

#AEC1CB
(174,193,203)
#9FB0B9
(159,176,185)
#909FA7
(144,159,167)
#818E95
(129,142,149)
#727D83
(114,125,131)
#636C71
(99,108,113)
#545B5F
(84,91,95)
#454A4D
(69,74,77)
#36393B
(54,57,59)
#272829
(39,40,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEC1CB

#AEC1CB
(174,193,203)
#B5C6CF
(181,198,207)
#BCCBD3
(188,203,211)
#C3D0D7
(195,208,215)
#CAD5DB
(202,213,219)
#D1DADF
(209,218,223)
#D8DFE3
(216,223,227)
#DFE4E7
(223,228,231)
#E6E9EB
(230,233,235)
#EDEEEF
(237,238,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1CB; }

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

This text font color is #AEC1CB.


Background Color

.myBgColor { background-color: #AEC1CB; }

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

This div background color is #AEC1CB.


Border color

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

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

This div border color is #AEC1CB.


Opacity

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

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

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

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

This text has shadow with #AEC1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1CB on black background.


Color preview on white background

This text has color #AEC1CB on white background.



Black color preview on #AEC1CB background

This text has black color on #AEC1CB background.


White color preview on #AEC1CB background

This text has white color on #AEC1CB background.