COLOR #AEBCE7

HEX: #AEBCE7 RGB: (174,188,231)

Color info

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

RGB color model

#AEBCE7 color RGB value is (174,188,231).

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

RGB channels and saturation

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

174
188
231

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 231 = 593 (100%)
R 174 of 593 ~ 29.34%
G 188 of 593 ~ 31.7%
B 231 of 593 ~ 38.95'%

%29.34
%31.7
%38.95

CMYK color model

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

  • cyan value is 24.68%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (25,19,0,9) C25M19Y0K9 (25%,19%,0%,9%) (0.25/0.19/0.00/0.09) 

CMYK percentages

%24.68
%18.61
%0
%9.41

Codes

Color #AEBCE7 in popluar color models

AE BC E7
RGB 174 188 231
HSL 225° 54.29% 79.41%
HSB/HSV 225° 24.68% 90.59%
CMYK 24.68% 18.61% 0.00%
9.41%

Color #AEBCE7 in popluar number systems.

HEX AE BC E7
Decimal 174 188 231
Binary 10101110 10111100 11100111
Octal 256 274 347

Shades and tints

Shades of #AEBCE7

#AEBCE7
(174,188,231)
#9FABD2
(159,171,210)
#909ABD
(144,154,189)
#8189A8
(129,137,168)
#727893
(114,120,147)
#63677E
(99,103,126)
#545669
(84,86,105)
#454554
(69,69,84)
#36343F
(54,52,63)
#27232A
(39,35,42)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEBCE7

#AEBCE7
(174,188,231)
#B5C2E9
(181,194,233)
#BCC8EB
(188,200,235)
#C3CEED
(195,206,237)
#CAD4EF
(202,212,239)
#D1DAF1
(209,218,241)
#D8E0F3
(216,224,243)
#DFE6F5
(223,230,245)
#E6ECF7
(230,236,247)
#EDF2F9
(237,242,249)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCE7; }

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

This text font color is #AEBCE7.

Background Color

.myBgColor { background-color: #AEBCE7; }

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

This div background color is #AEBCE7.

Border color

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

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

This div border color is #AEBCE7.

Opacity

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

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

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

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

This text has shadow with #AEBCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCE7.

Preview

Color preview on black background

This text has color #AEBCE7 on black background.


Color preview on white background

This text has color #AEBCE7 on white background.


Black color preview on #AEBCE7 background

This text has black color on #AEBCE7 background.


White color preview on #AEBCE7 background

This text has white color on #AEBCE7 background.


Related colors

Complementary color

Complementary color for #hex is #514318.


I love getcolorcode.com

Triadic colors

1 #E7AEBC and #BCE7AE with #AEBCE7 are triadic colors.

2 #E7BCAE and #BCAEE7 with #AEBCE7 are triadic colors.