COLOR #AEC2BC

HEX: #AEC2BC
RGB: (174,194,188)

Color info

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

RGB color model

#AEC2BC color RGB value is (174,194,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 188 of 255 = 74%

174
194
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 188 = 556 (100%)
R 174 of 556 ~ 31.29%
G 194 of 556 ~ 34.89%
B 188 of 556 ~ 33.81%

%31.29
%34.89
%33.81

CMYK color model

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

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 23.92%
CMYK:
(10,0,3,24)
C10M0Y3K24 
(10%,0%,3%,24%)
(0.10/0.00/0.03/0.24)	

CMYK percentages

%10.31
%0
%3.09
%23.92

Codes

Color #AEC2BC in popluar color models

AEC2BC
RGB174194188
HSL162°14.08%72.16%
HSB/HSV162°10.31%76.08%
CMYK10.31%0.00%3.09%
23.92%

Color #AEC2BC in popluar number systems.

HEXAEC2BC
Decimal174194188
Binary101011101100001010111100
Octal256302274

Shades and tints

Shades of #AEC2BC

#AEC2BC
(174,194,188)
#9FB1AB
(159,177,171)
#90A09A
(144,160,154)
#818F89
(129,143,137)
#727E78
(114,126,120)
#636D67
(99,109,103)
#545C56
(84,92,86)
#454B45
(69,75,69)
#363A34
(54,58,52)
#272923
(39,41,35)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEC2BC

#AEC2BC
(174,194,188)
#B5C7C2
(181,199,194)
#BCCCC8
(188,204,200)
#C3D1CE
(195,209,206)
#CAD6D4
(202,214,212)
#D1DBDA
(209,219,218)
#D8E0E0
(216,224,224)
#DFE5E6
(223,229,230)
#E6EAEC
(230,234,236)
#EDEFF2
(237,239,242)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC2BC; }

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

This text font color is #AEC2BC.


Background Color

.myBgColor { background-color: #AEC2BC; }

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

This div background color is #AEC2BC.


Border color

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

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

This div border color is #AEC2BC.


Opacity

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

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

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

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

This text has shadow with #AEC2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC2BC on black background.


Color preview on white background

This text has color #AEC2BC on white background.



Black color preview on #AEC2BC background

This text has black color on #AEC2BC background.


White color preview on #AEC2BC background

This text has white color on #AEC2BC background.