COLOR #AEC6BC

HEX: #AEC6BC
RGB: (174,198,188)

Color info

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

RGB color model

#AEC6BC color RGB value is (174,198,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 188 of 255 = 74%

174
198
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 198 + 188 = 560 (100%)
R 174 of 560 ~ 31.07%
G 198 of 560 ~ 35.36%
B 188 of 560 ~ 33.57%

%31.07
%35.36
%33.57

CMYK color model

#AEC6BC color CMYK value is (12,0,5,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%
CMYK:
(12,0,5,22)
C12M0Y5K22 
(12%,0%,5%,22%)
(0.12/0.00/0.05/0.22)	

CMYK percentages

%12.12
%0
%5.05
%22.35

Codes

Color #AEC6BC in popluar color models

AEC6BC
RGB174198188
HSL155°17.39%72.94%
HSB/HSV155°12.12%77.65%
CMYK12.12%0.00%5.05%
22.35%

Color #AEC6BC in popluar number systems.

HEXAEC6BC
Decimal174198188
Binary101011101100011010111100
Octal256306274

Shades and tints

Shades of #AEC6BC

#AEC6BC
(174,198,188)
#9FB4AB
(159,180,171)
#90A29A
(144,162,154)
#819089
(129,144,137)
#727E78
(114,126,120)
#636C67
(99,108,103)
#545A56
(84,90,86)
#454845
(69,72,69)
#363634
(54,54,52)
#272423
(39,36,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEC6BC

#AEC6BC
(174,198,188)
#B5CBC2
(181,203,194)
#BCD0C8
(188,208,200)
#C3D5CE
(195,213,206)
#CADAD4
(202,218,212)
#D1DFDA
(209,223,218)
#D8E4E0
(216,228,224)
#DFE9E6
(223,233,230)
#E6EEEC
(230,238,236)
#EDF3F2
(237,243,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6BC; }

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

This text font color is #AEC6BC.


Background Color

.myBgColor { background-color: #AEC6BC; }

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

This div background color is #AEC6BC.


Border color

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

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

This div border color is #AEC6BC.


Opacity

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

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

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

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

This text has shadow with #AEC6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC6BC on black background.


Color preview on white background

This text has color #AEC6BC on white background.



Black color preview on #AEC6BC background

This text has black color on #AEC6BC background.


White color preview on #AEC6BC background

This text has white color on #AEC6BC background.