COLOR #AEBBCE

HEX: #AEBBCE RGB: (174,187,206)

Color info

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

RGB color model

#AEBBCE color RGB value is (174,187,206).

RGB: (174,187,206) (68%, 73%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 206 of 255 = 81%

174
187
206

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

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 206 = 567 (100%)
R 174 of 567 ~ 30.69%
G 187 of 567 ~ 32.98%
B 206 of 567 ~ 36.33'%

%30.69
%32.98
%36.33

CMYK color model

#AEBBCE color CMYK value is (16,9,0,19).

  • cyan value is 15.53%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (16,9,0,19)
C16M9Y0K19 (16%, 9%, 0%, 19%)
(0.16 / 0.09 / 0.00 / 0.19)

CMYK percentages

%15.53
%9.22
%0
%19.22

Codes

Color #AEBBCE in popluar color models

AE BB CE
RGB 174 187 206
HSL 216° 24.62% 74.51%
HSB/HSV 216° 15.53% 80.78%
CMYK 15.53% 9.22% 0.00%
19.22%

Color #AEBBCE in popluar number systems.

HEX AE BB CE
Decimal 174 187 206
Binary 10101110 10111011 11001110
Octal 256 273 316

Shades and tints

Shades of #AEBBCE

#AEBBCE
(174,187,206)
#9FAABC
(159,170,188)
#9099AA
(144,153,170)
#818898
(129,136,152)
#727786
(114,119,134)
#636674
(99,102,116)
#545562
(84,85,98)
#454450
(69,68,80)
#36333E
(54,51,62)
#27222C
(39,34,44)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AEBBCE

#AEBBCE
(174,187,206)
#B5C1D2
(181,193,210)
#BCC7D6
(188,199,214)
#C3CDDA
(195,205,218)
#CAD3DE
(202,211,222)
#D1D9E2
(209,217,226)
#D8DFE6
(216,223,230)
#DFE5EA
(223,229,234)
#E6EBEE
(230,235,238)
#EDF1F2
(237,241,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBBCE color. Also use rgb(174,187,206) instead hex code.

Text Font Color

.myTextColor { color: #AEBBCE; }

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

This text font color is #AEBBCE.

Background Color

.myBgColor { background-color: #AEBBCE; }

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

This div background color is #AEBBCE.

Border color

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

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

This div border color is #AEBBCE.

Opacity

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

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

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

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

This text has shadow with #AEBBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBCE.

Preview

Color preview on black background

This text has color #AEBBCE on black background.


Color preview on white background

This text has color #AEBBCE on white background.


Black color preview on #AEBBCE background

This text has black color on #AEBBCE background.


White color preview on #AEBBCE background

This text has white color on #AEBBCE background.


Related colors

Complementary color

Complementary color for #hex is #514431.


I love getcolorcode.com

Triadic colors

1 #CEAEBB and #BBCEAE with #AEBBCE are triadic colors.

2 #CEBBAE and #BBAECE with #AEBBCE are triadic colors.