COLOR #AEBCEE

HEX: #AEBCEE RGB: (174,188,238)

Color info

#AEBCEE contains mainly green and blue colors. Web safe color of #AEBCEE is #99CCFF (or #9CF).

RGB color model

#AEBCEE color RGB value is (174,188,238).

RGB: (174,188,238) (68%, 74%, 93%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 238 of 255 = 93%

174
188
238

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 238 = 600 (100%)
R 174 of 600 ~ 29%
G 188 of 600 ~ 31.33%
B 238 of 600 ~ 39.67'%

%29
%31.33
%39.67

CMYK color model

#AEBCEE color CMYK value is (27,21,0,7).

  • cyan value is 26.89%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (27,21,0,7)
C27M21Y0K7 (27%, 21%, 0%, 7%)
(0.27 / 0.21 / 0.00 / 0.07)

CMYK percentages

%26.89
%21.01
%0
%6.67

Codes

Color #AEBCEE in popluar color models

AE BC EE
RGB 174 188 238
HSL 227° 65.31% 80.78%
HSB/HSV 227° 26.89% 93.33%
CMYK 26.89% 21.01% 0.00%
6.67%

Color #AEBCEE in popluar number systems.

HEX AE BC EE
Decimal 174 188 238
Binary 10101110 10111100 11101110
Octal 256 274 356

Shades and tints

Shades of #AEBCEE

#AEBCEE
(174,188,238)
#9FABD9
(159,171,217)
#909AC4
(144,154,196)
#8189AF
(129,137,175)
#72789A
(114,120,154)
#636785
(99,103,133)
#545670
(84,86,112)
#45455B
(69,69,91)
#363446
(54,52,70)
#272331
(39,35,49)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #AEBCEE

#AEBCEE
(174,188,238)
#B5C2EF
(181,194,239)
#BCC8F0
(188,200,240)
#C3CEF1
(195,206,241)
#CAD4F2
(202,212,242)
#D1DAF3
(209,218,243)
#D8E0F4
(216,224,244)
#DFE6F5
(223,230,245)
#E6ECF6
(230,236,246)
#EDF2F7
(237,242,247)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCEE; }

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

This text font color is #AEBCEE.

Background Color

.myBgColor { background-color: #AEBCEE; }

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

This div background color is #AEBCEE.

Border color

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

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

This div border color is #AEBCEE.

Opacity

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

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

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

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

This text has shadow with #AEBCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCEE.

Preview

Color preview on black background

This text has color #AEBCEE on black background.


Color preview on white background

This text has color #AEBCEE on white background.


Black color preview on #AEBCEE background

This text has black color on #AEBCEE background.


White color preview on #AEBCEE background

This text has white color on #AEBCEE background.


Related colors

Complementary color

Complementary color for #hex is #514311.


I love getcolorcode.com

Triadic colors

1 #EEAEBC and #BCEEAE with #AEBCEE are triadic colors.

2 #EEBCAE and #BCAEEE with #AEBCEE are triadic colors.