COLOR #AEB6C8

HEX: #AEB6C8 RGB: (174,182,200)

Color info

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

RGB color model

#AEB6C8 color RGB value is (174,182,200).

RGB: (174,182,200) (68%, 71%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 200 of 255 = 78%

174
182
200

R + G + B ~ 72%. #AEB6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 182 + 200 = 556 (100%)
R 174 of 556 ~ 31.29%
G 182 of 556 ~ 32.73%
B 200 of 556 ~ 35.97'%

%31.29
%32.73
%35.97

CMYK color model

#AEB6C8 color CMYK value is (13,9,0,22).

  • cyan value is 13.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (13,9,0,22)
C13M9Y0K22 (13%, 9%, 0%, 22%)
(0.13 / 0.09 / 0.00 / 0.22)

CMYK percentages

%13
%9
%0
%21.57

Codes

Color #AEB6C8 in popluar color models

AE B6 C8
RGB 174 182 200
HSL 222° 19.12% 73.33%
HSB/HSV 222° 13.00% 78.43%
CMYK 13.00% 9.00% 0.00%
21.57%

Color #AEB6C8 in popluar number systems.

HEX AE B6 C8
Decimal 174 182 200
Binary 10101110 10110110 11001000
Octal 256 266 310

Shades and tints

Shades of #AEB6C8

#AEB6C8
(174,182,200)
#9FA6B6
(159,166,182)
#9096A4
(144,150,164)
#818692
(129,134,146)
#727680
(114,118,128)
#63666E
(99,102,110)
#54565C
(84,86,92)
#45464A
(69,70,74)
#363638
(54,54,56)
#272626
(39,38,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEB6C8

#AEB6C8
(174,182,200)
#B5BCCD
(181,188,205)
#BCC2D2
(188,194,210)
#C3C8D7
(195,200,215)
#CACEDC
(202,206,220)
#D1D4E1
(209,212,225)
#D8DAE6
(216,218,230)
#DFE0EB
(223,224,235)
#E6E6F0
(230,230,240)
#EDECF5
(237,236,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6C8; }

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

This text font color is #AEB6C8.

Background Color

.myBgColor { background-color: #AEB6C8; }

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

This div background color is #AEB6C8.

Border color

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

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

This div border color is #AEB6C8.

Opacity

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

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

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

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

This text has shadow with #AEB6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB6C8.

Preview

Color preview on black background

This text has color #AEB6C8 on black background.


Color preview on white background

This text has color #AEB6C8 on white background.


Black color preview on #AEB6C8 background

This text has black color on #AEB6C8 background.


White color preview on #AEB6C8 background

This text has white color on #AEB6C8 background.


Related colors

Complementary color

Complementary color for #hex is #514937.


I love getcolorcode.com

Triadic colors

1 #C8AEB6 and #B6C8AE with #AEB6C8 are triadic colors.

2 #C8B6AE and #B6AEC8 with #AEB6C8 are triadic colors.