COLOR #AEC2BA

HEX: #AEC2BA
RGB: (174,194,186)

Color info

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

RGB color model

#AEC2BA color RGB value is (174,194,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 186 of 255 = 73%

174
194
186

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 186 = 554 (100%)
R 174 of 554 ~ 31.41%
G 194 of 554 ~ 35.02%
B 186 of 554 ~ 33.57%

%31.41
%35.02
%33.57

CMYK color model

#AEC2BA color CMYK value is (10,0,4,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(10,0,4,24)
C10M0Y4K24 
(10%,0%,4%,24%)
(0.10/0.00/0.04/0.24)	

CMYK percentages

%10.31
%0
%4.12
%23.92

Codes

Color #AEC2BA in popluar color models

AEC2BA
RGB174194186
HSL156°14.08%72.16%
HSB/HSV156°10.31%76.08%
CMYK10.31%0.00%4.12%
23.92%

Color #AEC2BA in popluar number systems.

HEXAEC2BA
Decimal174194186
Binary101011101100001010111010
Octal256302272

Shades and tints

Shades of #AEC2BA

#AEC2BA
(174,194,186)
#9FB1AA
(159,177,170)
#90A09A
(144,160,154)
#818F8A
(129,143,138)
#727E7A
(114,126,122)
#636D6A
(99,109,106)
#545C5A
(84,92,90)
#454B4A
(69,75,74)
#363A3A
(54,58,58)
#27292A
(39,41,42)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #AEC2BA

#AEC2BA
(174,194,186)
#B5C7C0
(181,199,192)
#BCCCC6
(188,204,198)
#C3D1CC
(195,209,204)
#CAD6D2
(202,214,210)
#D1DBD8
(209,219,216)
#D8E0DE
(216,224,222)
#DFE5E4
(223,229,228)
#E6EAEA
(230,234,234)
#EDEFF0
(237,239,240)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC2BA; }

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

This text font color is #AEC2BA.


Background Color

.myBgColor { background-color: #AEC2BA; }

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

This div background color is #AEC2BA.


Border color

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

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

This div border color is #AEC2BA.


Opacity

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

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

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

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

This text has shadow with #AEC2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC2BA on black background.


Color preview on white background

This text has color #AEC2BA on white background.



Black color preview on #AEC2BA background

This text has black color on #AEC2BA background.


White color preview on #AEC2BA background

This text has white color on #AEC2BA background.