COLOR #AEB6CC

HEX: #AEB6CC RGB: (174,182,204)

Color info

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

RGB color model

#AEB6CC color RGB value is (174,182,204).

RGB: (174,182,204) (68%, 71%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 204 of 255 = 80%

174
182
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 182 + 204 = 560 (100%)
R 174 of 560 ~ 31.07%
G 182 of 560 ~ 32.5%
B 204 of 560 ~ 36.43'%

%31.07
%32.5
%36.43

CMYK color model

#AEB6CC color CMYK value is (15,11,0,20).

  • cyan value is 14.71%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,11,0,20)
C15M11Y0K20 (15%, 11%, 0%, 20%)
(0.15 / 0.11 / 0.00 / 0.20)

CMYK percentages

%14.71
%10.78
%0
%20

Codes

Color #AEB6CC in popluar color models

AE B6 CC
RGB 174 182 204
HSL 224° 22.73% 74.12%
HSB/HSV 224° 14.71% 80.00%
CMYK 14.71% 10.78% 0.00%
20.00%

Color #AEB6CC in popluar number systems.

HEX AE B6 CC
Decimal 174 182 204
Binary 10101110 10110110 11001100
Octal 256 266 314

Shades and tints

Shades of #AEB6CC

#AEB6CC
(174,182,204)
#9FA6BA
(159,166,186)
#9096A8
(144,150,168)
#818696
(129,134,150)
#727684
(114,118,132)
#636672
(99,102,114)
#545660
(84,86,96)
#45464E
(69,70,78)
#36363C
(54,54,60)
#27262A
(39,38,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AEB6CC

#AEB6CC
(174,182,204)
#B5BCD0
(181,188,208)
#BCC2D4
(188,194,212)
#C3C8D8
(195,200,216)
#CACEDC
(202,206,220)
#D1D4E0
(209,212,224)
#D8DAE4
(216,218,228)
#DFE0E8
(223,224,232)
#E6E6EC
(230,230,236)
#EDECF0
(237,236,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB6CC color. Also use rgb(174,182,204) instead hex code.

Text Font Color

.myTextColor { color: #AEB6CC; }

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

This text font color is #AEB6CC.

Background Color

.myBgColor { background-color: #AEB6CC; }

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

This div background color is #AEB6CC.

Border color

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

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

This div border color is #AEB6CC.

Opacity

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

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

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

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

This text has shadow with #AEB6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB6CC.

Preview

Color preview on black background

This text has color #AEB6CC on black background.


Color preview on white background

This text has color #AEB6CC on white background.


Black color preview on #AEB6CC background

This text has black color on #AEB6CC background.


White color preview on #AEB6CC background

This text has white color on #AEB6CC background.


Related colors

Complementary color

Complementary color for #hex is #514933.


I love getcolorcode.com

Triadic colors

1 #CCAEB6 and #B6CCAE with #AEB6CC are triadic colors.

2 #CCB6AE and #B6AECC with #AEB6CC are triadic colors.