COLOR #AEC4BE

HEX: #AEC4BE RGB: (174,196,190)

Color info

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

RGB color model

#AEC4BE color RGB value is (174,196,190).

RGB: (174,196,190) (68%, 77%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 190 of 255 = 75%

174
196
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 196 + 190 = 560 (100%)
R 174 of 560 ~ 31.07%
G 196 of 560 ~ 35%
B 190 of 560 ~ 33.93'%

%31.07
%35
%33.93

CMYK color model

#AEC4BE color CMYK value is (11,0,3,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK: (11,0,3,23) C11M0Y3K23 (11%,0%,3%,23%) (0.11/0.00/0.03/0.23) 

CMYK percentages

%11.22
%0
%3.06
%23.14

Codes

Color #AEC4BE in popluar color models

AE C4 BE
RGB 174 196 190
HSL 164° 15.71% 72.55%
HSB/HSV 164° 11.22% 76.86%
CMYK 11.22% 0.00% 3.06%
23.14%

Color #AEC4BE in popluar number systems.

HEX AE C4 BE
Decimal 174 196 190
Binary 10101110 11000100 10111110
Octal 256 304 276

Shades and tints

Shades of #AEC4BE

#AEC4BE
(174,196,190)
#9FB3AD
(159,179,173)
#90A29C
(144,162,156)
#81918B
(129,145,139)
#72807A
(114,128,122)
#636F69
(99,111,105)
#545E58
(84,94,88)
#454D47
(69,77,71)
#363C36
(54,60,54)
#272B25
(39,43,37)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #AEC4BE

#AEC4BE
(174,196,190)
#B5C9C3
(181,201,195)
#BCCEC8
(188,206,200)
#C3D3CD
(195,211,205)
#CAD8D2
(202,216,210)
#D1DDD7
(209,221,215)
#D8E2DC
(216,226,220)
#DFE7E1
(223,231,225)
#E6ECE6
(230,236,230)
#EDF1EB
(237,241,235)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC4BE color. Also use rgb(174,196,190) instead hex code.

Text Font Color

.myTextColor { color: #AEC4BE; }

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

This text font color is #AEC4BE.

Background Color

.myBgColor { background-color: #AEC4BE; }

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

This div background color is #AEC4BE.

Border color

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

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

This div border color is #AEC4BE.

Opacity

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

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

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

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

This text has shadow with #AEC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC4BE.

Preview

Color preview on black background

This text has color #AEC4BE on black background.


Color preview on white background

This text has color #AEC4BE on white background.


Black color preview on #AEC4BE background

This text has black color on #AEC4BE background.


White color preview on #AEC4BE background

This text has white color on #AEC4BE background.


Related colors

Complementary color

Complementary color for #hex is #513B41.


I love getcolorcode.com

Triadic colors

1 #BEAEC4 and #C4BEAE with #AEC4BE are triadic colors.

2 #BEC4AE and #C4AEBE with #AEC4BE are triadic colors.