COLOR #AEB9CC

HEX: #AEB9CC RGB: (174,185,204)

Color info

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

RGB color model

#AEB9CC color RGB value is (174,185,204).

RGB: (174,185,204) (68%, 73%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 204 of 255 = 80%

174
185
204

R + G + B ~ 74%. #AEB9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 204 = 563 (100%)
R 174 of 563 ~ 30.91%
G 185 of 563 ~ 32.86%
B 204 of 563 ~ 36.23'%

%30.91
%32.86
%36.23

CMYK color model

#AEB9CC color CMYK value is (15,9,0,20).

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

CMYK: (15,9,0,20)
C15M9Y0K20 (15%, 9%, 0%, 20%)
(0.15 / 0.09 / 0.00 / 0.20)

CMYK percentages

%14.71
%9.31
%0
%20

Codes

Color #AEB9CC in popluar color models

AE B9 CC
RGB 174 185 204
HSL 218° 22.73% 74.12%
HSB/HSV 218° 14.71% 80.00%
CMYK 14.71% 9.31% 0.00%
20.00%

Color #AEB9CC in popluar number systems.

HEX AE B9 CC
Decimal 174 185 204
Binary 10101110 10111001 11001100
Octal 256 271 314

Shades and tints

Shades of #AEB9CC

#AEB9CC
(174,185,204)
#9FA9BA
(159,169,186)
#9099A8
(144,153,168)
#818996
(129,137,150)
#727984
(114,121,132)
#636972
(99,105,114)
#545960
(84,89,96)
#45494E
(69,73,78)
#36393C
(54,57,60)
#27292A
(39,41,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AEB9CC

#AEB9CC
(174,185,204)
#B5BFD0
(181,191,208)
#BCC5D4
(188,197,212)
#C3CBD8
(195,203,216)
#CAD1DC
(202,209,220)
#D1D7E0
(209,215,224)
#D8DDE4
(216,221,228)
#DFE3E8
(223,227,232)
#E6E9EC
(230,233,236)
#EDEFF0
(237,239,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9CC; }

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

This text font color is #AEB9CC.

Background Color

.myBgColor { background-color: #AEB9CC; }

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

This div background color is #AEB9CC.

Border color

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

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

This div border color is #AEB9CC.

Opacity

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

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

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

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

This text has shadow with #AEB9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB9CC.

Preview

Color preview on black background

This text has color #AEB9CC on black background.


Color preview on white background

This text has color #AEB9CC on white background.


Black color preview on #AEB9CC background

This text has black color on #AEB9CC background.


White color preview on #AEB9CC background

This text has white color on #AEB9CC background.


Related colors

Complementary color

Complementary color for #hex is #514633.


I love getcolorcode.com

Triadic colors

1 #CCAEB9 and #B9CCAE with #AEB9CC are triadic colors.

2 #CCB9AE and #B9AECC with #AEB9CC are triadic colors.