COLOR #AEC2BE

HEX: #AEC2BE RGB: (174,194,190)

Color info

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

RGB color model

#AEC2BE color RGB value is (174,194,190).

RGB: (174,194,190) (68%, 76%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 190 of 255 = 75%

174
194
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 194 + 190 = 558 (100%)
R 174 of 558 ~ 31.18%
G 194 of 558 ~ 34.77%
B 190 of 558 ~ 34.05'%

%31.18
%34.77
%34.05

CMYK color model

#AEC2BE color CMYK value is (10,0,2,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%

CMYK: (10,0,2,24)
C10M0Y2K24 (10%, 0%, 2%, 24%)
(0.10 / 0.00 / 0.02 / 0.24)

CMYK percentages

%10.31
%0
%2.06
%23.92

Codes

Color #AEC2BE in popluar color models

AE C2 BE
RGB 174 194 190
HSL 168° 14.08% 72.16%
HSB/HSV 168° 10.31% 76.08%
CMYK 10.31% 0.00% 2.06%
23.92%

Color #AEC2BE in popluar number systems.

HEX AE C2 BE
Decimal 174 194 190
Binary 10101110 11000010 10111110
Octal 256 302 276

Shades and tints

Shades of #AEC2BE

#AEC2BE
(174,194,190)
#9FB1AD
(159,177,173)
#90A09C
(144,160,156)
#818F8B
(129,143,139)
#727E7A
(114,126,122)
#636D69
(99,109,105)
#545C58
(84,92,88)
#454B47
(69,75,71)
#363A36
(54,58,54)
#272925
(39,41,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEC2BE

#AEC2BE
(174,194,190)
#B5C7C3
(181,199,195)
#BCCCC8
(188,204,200)
#C3D1CD
(195,209,205)
#CAD6D2
(202,214,210)
#D1DBD7
(209,219,215)
#D8E0DC
(216,224,220)
#DFE5E1
(223,229,225)
#E6EAE6
(230,234,230)
#EDEFEB
(237,239,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC2BE; }

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

This text font color is #AEC2BE.

Background Color

.myBgColor { background-color: #AEC2BE; }

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

This div background color is #AEC2BE.

Border color

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

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

This div border color is #AEC2BE.

Opacity

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

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

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

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

This text has shadow with #AEC2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC2BE.

Preview

Color preview on black background

This text has color #AEC2BE on black background.


Color preview on white background

This text has color #AEC2BE on white background.


Black color preview on #AEC2BE background

This text has black color on #AEC2BE background.


White color preview on #AEC2BE background

This text has white color on #AEC2BE background.


Related colors

Complementary color

Complementary color for #hex is #513D41.


I love getcolorcode.com

Triadic colors

1 #BEAEC2 and #C2BEAE with #AEC2BE are triadic colors.

2 #BEC2AE and #C2AEBE with #AEC2BE are triadic colors.