COLOR #AEC0BC

HEX: #AEC0BC
RGB: (174,192,188)

Color info

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

RGB color model

#AEC0BC color RGB value is (174,192,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 188 of 255 = 74%

174
192
188

R + G + B ~ 72%. #AEC0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 188 = 554 (100%)
R 174 of 554 ~ 31.41%
G 192 of 554 ~ 34.66%
B 188 of 554 ~ 33.94%

%31.41
%34.66
%33.94

CMYK color model

#AEC0BC color CMYK value is (9,0,2,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 24.71%
CMYK:
(9,0,2,25)
C9M0Y2K25 
(9%,0%,2%,25%)
(0.09/0.00/0.02/0.25)	

CMYK percentages

%9.38
%0
%2.08
%24.71

Codes

Color #AEC0BC in popluar color models

AEC0BC
RGB174192188
HSL167°12.50%71.76%
HSB/HSV167°9.38%75.29%
CMYK9.38%0.00%2.08%
24.71%

Color #AEC0BC in popluar number systems.

HEXAEC0BC
Decimal174192188
Binary101011101100000010111100
Octal256300274

Shades and tints

Shades of #AEC0BC

#AEC0BC
(174,192,188)
#9FAFAB
(159,175,171)
#909E9A
(144,158,154)
#818D89
(129,141,137)
#727C78
(114,124,120)
#636B67
(99,107,103)
#545A56
(84,90,86)
#454945
(69,73,69)
#363834
(54,56,52)
#272723
(39,39,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AEC0BC

#AEC0BC
(174,192,188)
#B5C5C2
(181,197,194)
#BCCAC8
(188,202,200)
#C3CFCE
(195,207,206)
#CAD4D4
(202,212,212)
#D1D9DA
(209,217,218)
#D8DEE0
(216,222,224)
#DFE3E6
(223,227,230)
#E6E8EC
(230,232,236)
#EDEDF2
(237,237,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0BC; }

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

This text font color is #AEC0BC.


Background Color

.myBgColor { background-color: #AEC0BC; }

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

This div background color is #AEC0BC.


Border color

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

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

This div border color is #AEC0BC.


Opacity

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

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

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

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

This text has shadow with #AEC0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0BC on black background.


Color preview on white background

This text has color #AEC0BC on white background.



Black color preview on #AEC0BC background

This text has black color on #AEC0BC background.


White color preview on #AEC0BC background

This text has white color on #AEC0BC background.