COLOR #AEB6CF

HEX: #AEB6CF RGB: (174,182,207)

Color info

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

RGB color model

#AEB6CF color RGB value is (174,182,207).

RGB: (174,182,207) (68%, 71%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 207 of 255 = 81%

174
182
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 182 + 207 = 563 (100%)
R 174 of 563 ~ 30.91%
G 182 of 563 ~ 32.33%
B 207 of 563 ~ 36.77'%

%30.91
%32.33
%36.77

CMYK color model

#AEB6CF color CMYK value is (16,12,0,19).

  • cyan value is 15.94%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,12,0,19)
C16M12Y0K19 (16%, 12%, 0%, 19%)
(0.16 / 0.12 / 0.00 / 0.19)

CMYK percentages

%15.94
%12.08
%0
%18.82

Codes

Color #AEB6CF in popluar color models

AE B6 CF
RGB 174 182 207
HSL 225° 25.58% 74.71%
HSB/HSV 225° 15.94% 81.18%
CMYK 15.94% 12.08% 0.00%
18.82%

Color #AEB6CF in popluar number systems.

HEX AE B6 CF
Decimal 174 182 207
Binary 10101110 10110110 11001111
Octal 256 266 317

Shades and tints

Shades of #AEB6CF

#AEB6CF
(174,182,207)
#9FA6BD
(159,166,189)
#9096AB
(144,150,171)
#818699
(129,134,153)
#727687
(114,118,135)
#636675
(99,102,117)
#545663
(84,86,99)
#454651
(69,70,81)
#36363F
(54,54,63)
#27262D
(39,38,45)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #AEB6CF

#AEB6CF
(174,182,207)
#B5BCD3
(181,188,211)
#BCC2D7
(188,194,215)
#C3C8DB
(195,200,219)
#CACEDF
(202,206,223)
#D1D4E3
(209,212,227)
#D8DAE7
(216,218,231)
#DFE0EB
(223,224,235)
#E6E6EF
(230,230,239)
#EDECF3
(237,236,243)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6CF; }

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

This text font color is #AEB6CF.

Background Color

.myBgColor { background-color: #AEB6CF; }

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

This div background color is #AEB6CF.

Border color

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

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

This div border color is #AEB6CF.

Opacity

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

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

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

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

This text has shadow with #AEB6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB6CF.

Preview

Color preview on black background

This text has color #AEB6CF on black background.


Color preview on white background

This text has color #AEB6CF on white background.


Black color preview on #AEB6CF background

This text has black color on #AEB6CF background.


White color preview on #AEB6CF background

This text has white color on #AEB6CF background.


Related colors

Complementary color

Complementary color for #hex is #514930.


I love getcolorcode.com

Triadic colors

1 #CFAEB6 and #B6CFAE with #AEB6CF are triadic colors.

2 #CFB6AE and #B6AECF with #AEB6CF are triadic colors.