COLOR #AEBEE7

HEX: #AEBEE7 RGB: (174,190,231)

Color info

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

RGB color model

#AEBEE7 color RGB value is (174,190,231).

RGB: (174,190,231) (68%, 75%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 231 of 255 = 91%

174
190
231

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

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 231 = 595 (100%)
R 174 of 595 ~ 29.24%
G 190 of 595 ~ 31.93%
B 231 of 595 ~ 38.82'%

%29.24
%31.93
%38.82

CMYK color model

#AEBEE7 color CMYK value is (25,18,0,9).

  • cyan value is 24.68%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (25,18,0,9)
C25M18Y0K9 (25%, 18%, 0%, 9%)
(0.25 / 0.18 / 0.00 / 0.09)

CMYK percentages

%24.68
%17.75
%0
%9.41

Codes

Color #AEBEE7 in popluar color models

AE BE E7
RGB 174 190 231
HSL 223° 54.29% 79.41%
HSB/HSV 223° 24.68% 90.59%
CMYK 24.68% 17.75% 0.00%
9.41%

Color #AEBEE7 in popluar number systems.

HEX AE BE E7
Decimal 174 190 231
Binary 10101110 10111110 11100111
Octal 256 276 347

Shades and tints

Shades of #AEBEE7

#AEBEE7
(174,190,231)
#9FADD2
(159,173,210)
#909CBD
(144,156,189)
#818BA8
(129,139,168)
#727A93
(114,122,147)
#63697E
(99,105,126)
#545869
(84,88,105)
#454754
(69,71,84)
#36363F
(54,54,63)
#27252A
(39,37,42)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEBEE7

#AEBEE7
(174,190,231)
#B5C3E9
(181,195,233)
#BCC8EB
(188,200,235)
#C3CDED
(195,205,237)
#CAD2EF
(202,210,239)
#D1D7F1
(209,215,241)
#D8DCF3
(216,220,243)
#DFE1F5
(223,225,245)
#E6E6F7
(230,230,247)
#EDEBF9
(237,235,249)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEE7; }

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

This text font color is #AEBEE7.

Background Color

.myBgColor { background-color: #AEBEE7; }

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

This div background color is #AEBEE7.

Border color

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

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

This div border color is #AEBEE7.

Opacity

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

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

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

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

This text has shadow with #AEBEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBEE7.

Preview

Color preview on black background

This text has color #AEBEE7 on black background.


Color preview on white background

This text has color #AEBEE7 on white background.


Black color preview on #AEBEE7 background

This text has black color on #AEBEE7 background.


White color preview on #AEBEE7 background

This text has white color on #AEBEE7 background.


Related colors

Complementary color

Complementary color for #hex is #514118.


I love getcolorcode.com

Triadic colors

1 #E7AEBE and #BEE7AE with #AEBEE7 are triadic colors.

2 #E7BEAE and #BEAEE7 with #AEBEE7 are triadic colors.