COLOR #AEBBE3

HEX: #AEBBE3 RGB: (174,187,227)

Color info

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

RGB color model

#AEBBE3 color RGB value is (174,187,227).

RGB: (174,187,227) (68%, 73%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 227 of 255 = 89%

174
187
227

R + G + B ~ 77%. #AEBBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 227 = 588 (100%)
R 174 of 588 ~ 29.59%
G 187 of 588 ~ 31.8%
B 227 of 588 ~ 38.61'%

%29.59
%31.8
%38.61

CMYK color model

#AEBBE3 color CMYK value is (23,18,0,11).

  • cyan value is 23.35%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (23,18,0,11)
C23M18Y0K11 (23%, 18%, 0%, 11%)
(0.23 / 0.18 / 0.00 / 0.11)

CMYK percentages

%23.35
%17.62
%0
%10.98

Codes

Color #AEBBE3 in popluar color models

AE BB E3
RGB 174 187 227
HSL 225° 48.62% 78.63%
HSB/HSV 225° 23.35% 89.02%
CMYK 23.35% 17.62% 0.00%
10.98%

Color #AEBBE3 in popluar number systems.

HEX AE BB E3
Decimal 174 187 227
Binary 10101110 10111011 11100011
Octal 256 273 343

Shades and tints

Shades of #AEBBE3

#AEBBE3
(174,187,227)
#9FAACF
(159,170,207)
#9099BB
(144,153,187)
#8188A7
(129,136,167)
#727793
(114,119,147)
#63667F
(99,102,127)
#54556B
(84,85,107)
#454457
(69,68,87)
#363343
(54,51,67)
#27222F
(39,34,47)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #AEBBE3

#AEBBE3
(174,187,227)
#B5C1E5
(181,193,229)
#BCC7E7
(188,199,231)
#C3CDE9
(195,205,233)
#CAD3EB
(202,211,235)
#D1D9ED
(209,217,237)
#D8DFEF
(216,223,239)
#DFE5F1
(223,229,241)
#E6EBF3
(230,235,243)
#EDF1F5
(237,241,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBE3; }

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

This text font color is #AEBBE3.

Background Color

.myBgColor { background-color: #AEBBE3; }

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

This div background color is #AEBBE3.

Border color

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

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

This div border color is #AEBBE3.

Opacity

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

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

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

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

This text has shadow with #AEBBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBE3.

Preview

Color preview on black background

This text has color #AEBBE3 on black background.


Color preview on white background

This text has color #AEBBE3 on white background.


Black color preview on #AEBBE3 background

This text has black color on #AEBBE3 background.


White color preview on #AEBBE3 background

This text has white color on #AEBBE3 background.


Related colors

Complementary color

Complementary color for #hex is #51441C.


I love getcolorcode.com

Triadic colors

1 #E3AEBB and #BBE3AE with #AEBBE3 are triadic colors.

2 #E3BBAE and #BBAEE3 with #AEBBE3 are triadic colors.