COLOR #AEBCC6

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

Color info

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

RGB color model

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

RGB: (174,188,198) (68%, 74%, 78%)

RGB channels and saturation

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

174
188
198

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

Portions of RGB colors in percentages

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

%31.07
%33.57
%35.36

CMYK color model

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

  • cyan value is 12.12%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (12,5,0,22)
C12M5Y0K22 (12%, 5%, 0%, 22%)
(0.12 / 0.05 / 0.00 / 0.22)

CMYK percentages

%12.12
%5.05
%0
%22.35

Codes

Color #AEBCC6 in popluar color models

AE BC C6
RGB 174 188 198
HSL 205° 17.39% 72.94%
HSB/HSV 205° 12.12% 77.65%
CMYK 12.12% 5.05% 0.00%
22.35%

Color #AEBCC6 in popluar number systems.

HEX AE BC C6
Decimal 174 188 198
Binary 10101110 10111100 11000110
Octal 256 274 306

Shades and tints

Shades of #AEBCC6

#AEBCC6
(174,188,198)
#9FABB4
(159,171,180)
#909AA2
(144,154,162)
#818990
(129,137,144)
#72787E
(114,120,126)
#63676C
(99,103,108)
#54565A
(84,86,90)
#454548
(69,69,72)
#363436
(54,52,54)
#272324
(39,35,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEBCC6

#AEBCC6
(174,188,198)
#B5C2CB
(181,194,203)
#BCC8D0
(188,200,208)
#C3CED5
(195,206,213)
#CAD4DA
(202,212,218)
#D1DADF
(209,218,223)
#D8E0E4
(216,224,228)
#DFE6E9
(223,230,233)
#E6ECEE
(230,236,238)
#EDF2F3
(237,242,243)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCC6; }

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

This text font color is #AEBCC6.

Background Color

.myBgColor { background-color: #AEBCC6; }

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

This div background color is #AEBCC6.

Border color

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

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

This div border color is #AEBCC6.

Opacity

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

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

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

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

This text has shadow with #AEBCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCC6.

Preview

Color preview on black background

This text has color #AEBCC6 on black background.


Color preview on white background

This text has color #AEBCC6 on white background.


Black color preview on #AEBCC6 background

This text has black color on #AEBCC6 background.


White color preview on #AEBCC6 background

This text has white color on #AEBCC6 background.


Related colors

Complementary color

Complementary color for #hex is #514339.


I love getcolorcode.com

Triadic colors

1 #C6AEBC and #BCC6AE with #AEBCC6 are triadic colors.

2 #C6BCAE and #BCAEC6 with #AEBCC6 are triadic colors.