COLOR #AEC0BE

HEX: #AEC0BE RGB: (174,192,190)

Color info

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

RGB color model

#AEC0BE color RGB value is (174,192,190).

RGB: (174,192,190) (68%, 75%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 190 of 255 = 75%

174
192
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 190 = 556 (100%)
R 174 of 556 ~ 31.29%
G 192 of 556 ~ 34.53%
B 190 of 556 ~ 34.17'%

%31.29
%34.53
%34.17

CMYK color model

#AEC0BE color CMYK value is (9,0,1,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%

CMYK: (9,0,1,25)
C9M0Y1K25 (9%, 0%, 1%, 25%)
(0.09 / 0.00 / 0.01 / 0.25)

CMYK percentages

%9.38
%0
%1.04
%24.71

Codes

Color #AEC0BE in popluar color models

AE C0 BE
RGB 174 192 190
HSL 173° 12.50% 71.76%
HSB/HSV 173° 9.38% 75.29%
CMYK 9.38% 0.00% 1.04%
24.71%

Color #AEC0BE in popluar number systems.

HEX AE C0 BE
Decimal 174 192 190
Binary 10101110 11000000 10111110
Octal 256 300 276

Shades and tints

Shades of #AEC0BE

#AEC0BE
(174,192,190)
#9FAFAD
(159,175,173)
#909E9C
(144,158,156)
#818D8B
(129,141,139)
#727C7A
(114,124,122)
#636B69
(99,107,105)
#545A58
(84,90,88)
#454947
(69,73,71)
#363836
(54,56,54)
#272725
(39,39,37)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEC0BE

#AEC0BE
(174,192,190)
#B5C5C3
(181,197,195)
#BCCAC8
(188,202,200)
#C3CFCD
(195,207,205)
#CAD4D2
(202,212,210)
#D1D9D7
(209,217,215)
#D8DEDC
(216,222,220)
#DFE3E1
(223,227,225)
#E6E8E6
(230,232,230)
#EDEDEB
(237,237,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0BE; }

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

This text font color is #AEC0BE.

Background Color

.myBgColor { background-color: #AEC0BE; }

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

This div background color is #AEC0BE.

Border color

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

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

This div border color is #AEC0BE.

Opacity

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

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

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

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

This text has shadow with #AEC0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0BE.

Preview

Color preview on black background

This text has color #AEC0BE on black background.


Color preview on white background

This text has color #AEC0BE on white background.


Black color preview on #AEC0BE background

This text has black color on #AEC0BE background.


White color preview on #AEC0BE background

This text has white color on #AEC0BE background.


Related colors

Complementary color

Complementary color for #hex is #513F41.


I love getcolorcode.com

Triadic colors

1 #BEAEC0 and #C0BEAE with #AEC0BE are triadic colors.

2 #BEC0AE and #C0AEBE with #AEC0BE are triadic colors.