COLOR #AEBCE9

HEX: #AEBCE9 RGB: (174,188,233)

Color info

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

RGB color model

#AEBCE9 color RGB value is (174,188,233).

RGB: (174,188,233) (68%, 74%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 233 of 255 = 91%

174
188
233

R + G + B ~ 78%. #AEBCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 233 = 595 (100%)
R 174 of 595 ~ 29.24%
G 188 of 595 ~ 31.6%
B 233 of 595 ~ 39.16'%

%29.24
%31.6
%39.16

CMYK color model

#AEBCE9 color CMYK value is (25,19,0,9).

  • cyan value is 25.32%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (25,19,0,9)
C25M19Y0K9 (25%, 19%, 0%, 9%)
(0.25 / 0.19 / 0.00 / 0.09)

CMYK percentages

%25.32
%19.31
%0
%8.63

Codes

Color #AEBCE9 in popluar color models

AE BC E9
RGB 174 188 233
HSL 226° 57.28% 79.80%
HSB/HSV 226° 25.32% 91.37%
CMYK 25.32% 19.31% 0.00%
8.63%

Color #AEBCE9 in popluar number systems.

HEX AE BC E9
Decimal 174 188 233
Binary 10101110 10111100 11101001
Octal 256 274 351

Shades and tints

Shades of #AEBCE9

#AEBCE9
(174,188,233)
#9FABD4
(159,171,212)
#909ABF
(144,154,191)
#8189AA
(129,137,170)
#727895
(114,120,149)
#636780
(99,103,128)
#54566B
(84,86,107)
#454556
(69,69,86)
#363441
(54,52,65)
#27232C
(39,35,44)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEBCE9

#AEBCE9
(174,188,233)
#B5C2EB
(181,194,235)
#BCC8ED
(188,200,237)
#C3CEEF
(195,206,239)
#CAD4F1
(202,212,241)
#D1DAF3
(209,218,243)
#D8E0F5
(216,224,245)
#DFE6F7
(223,230,247)
#E6ECF9
(230,236,249)
#EDF2FB
(237,242,251)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBCE9 color. Also use rgb(174,188,233) instead hex code.

Text Font Color

.myTextColor { color: #AEBCE9; }

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

This text font color is #AEBCE9.

Background Color

.myBgColor { background-color: #AEBCE9; }

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

This div background color is #AEBCE9.

Border color

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

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

This div border color is #AEBCE9.

Opacity

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

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

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

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

This text has shadow with #AEBCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCE9.

Preview

Color preview on black background

This text has color #AEBCE9 on black background.


Color preview on white background

This text has color #AEBCE9 on white background.


Black color preview on #AEBCE9 background

This text has black color on #AEBCE9 background.


White color preview on #AEBCE9 background

This text has white color on #AEBCE9 background.


Related colors

Complementary color

Complementary color for #hex is #514316.


I love getcolorcode.com

Triadic colors

1 #E9AEBC and #BCE9AE with #AEBCE9 are triadic colors.

2 #E9BCAE and #BCAEE9 with #AEBCE9 are triadic colors.