COLOR #AEC9BC

HEX: #AEC9BC
RGB: (174,201,188)

Color info

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

RGB color model

#AEC9BC color RGB value is (174,201,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 188 of 255 = 74%

174
201
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 188 = 563 (100%)
R 174 of 563 ~ 30.91%
G 201 of 563 ~ 35.7%
B 188 of 563 ~ 33.39%

%30.91
%35.7
%33.39

CMYK color model

#AEC9BC color CMYK value is (13,0,6,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK:
(13,0,6,21)
C13M0Y6K21 
(13%,0%,6%,21%)
(0.13/0.00/0.06/0.21)	

CMYK percentages

%13.43
%0
%6.47
%21.18

Codes

Color #AEC9BC in popluar color models

AEC9BC
RGB174201188
HSL151°20.00%73.53%
HSB/HSV151°13.43%78.82%
CMYK13.43%0.00%6.47%
21.18%

Color #AEC9BC in popluar number systems.

HEXAEC9BC
Decimal174201188
Binary101011101100100110111100
Octal256311274

Shades and tints

Shades of #AEC9BC

#AEC9BC
(174,201,188)
#9FB7AB
(159,183,171)
#90A59A
(144,165,154)
#819389
(129,147,137)
#728178
(114,129,120)
#636F67
(99,111,103)
#545D56
(84,93,86)
#454B45
(69,75,69)
#363934
(54,57,52)
#272723
(39,39,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEC9BC

#AEC9BC
(174,201,188)
#B5CDC2
(181,205,194)
#BCD1C8
(188,209,200)
#C3D5CE
(195,213,206)
#CAD9D4
(202,217,212)
#D1DDDA
(209,221,218)
#D8E1E0
(216,225,224)
#DFE5E6
(223,229,230)
#E6E9EC
(230,233,236)
#EDEDF2
(237,237,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9BC; }

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

This text font color is #AEC9BC.


Background Color

.myBgColor { background-color: #AEC9BC; }

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

This div background color is #AEC9BC.


Border color

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

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

This div border color is #AEC9BC.


Opacity

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

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

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

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

This text has shadow with #AEC9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9BC on black background.


Color preview on white background

This text has color #AEC9BC on white background.



Black color preview on #AEC9BC background

This text has black color on #AEC9BC background.


White color preview on #AEC9BC background

This text has white color on #AEC9BC background.