COLOR #AEB0E2

HEX: #AEB0E2 RGB: (174,176,226)

Color info

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

RGB color model

#AEB0E2 color RGB value is (174,176,226).

RGB: (174,176,226) (68%, 69%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 226 of 255 = 89%

174
176
226

R + G + B ~ 75%. #AEB0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 226 = 576 (100%)
R 174 of 576 ~ 30.21%
G 176 of 576 ~ 30.56%
B 226 of 576 ~ 39.24'%

%30.21
%30.56
%39.24

CMYK color model

#AEB0E2 color CMYK value is (23,22,0,11).

  • cyan value is 23.01%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (23,22,0,11) C23M22Y0K11 (23%,22%,0%,11%) (0.23/0.22/0.00/0.11) 

CMYK percentages

%23.01
%22.12
%0
%11.37

Codes

Color #AEB0E2 in popluar color models

AE B0 E2
RGB 174 176 226
HSL 238° 47.27% 78.43%
HSB/HSV 238° 23.01% 88.63%
CMYK 23.01% 22.12% 0.00%
11.37%

Color #AEB0E2 in popluar number systems.

HEX AE B0 E2
Decimal 174 176 226
Binary 10101110 10110000 11100010
Octal 256 260 342

Shades and tints

Shades of #AEB0E2

#AEB0E2
(174,176,226)
#9FA0CE
(159,160,206)
#9090BA
(144,144,186)
#8180A6
(129,128,166)
#727092
(114,112,146)
#63607E
(99,96,126)
#54506A
(84,80,106)
#454056
(69,64,86)
#363042
(54,48,66)
#27202E
(39,32,46)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #AEB0E2

#AEB0E2
(174,176,226)
#B5B7E4
(181,183,228)
#BCBEE6
(188,190,230)
#C3C5E8
(195,197,232)
#CACCEA
(202,204,234)
#D1D3EC
(209,211,236)
#D8DAEE
(216,218,238)
#DFE1F0
(223,225,240)
#E6E8F2
(230,232,242)
#EDEFF4
(237,239,244)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB0E2 color. Also use rgb(174,176,226) instead hex code.

Text Font Color

.myTextColor { color: #AEB0E2; }

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

This text font color is #AEB0E2.

Background Color

.myBgColor { background-color: #AEB0E2; }

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

This div background color is #AEB0E2.

Border color

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

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

This div border color is #AEB0E2.

Opacity

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

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

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

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

This text has shadow with #AEB0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0E2.

Preview

Color preview on black background

This text has color #AEB0E2 on black background.


Color preview on white background

This text has color #AEB0E2 on white background.


Black color preview on #AEB0E2 background

This text has black color on #AEB0E2 background.


White color preview on #AEB0E2 background

This text has white color on #AEB0E2 background.


Related colors

Complementary color

Complementary color for #hex is #514F1D.


I love getcolorcode.com

Triadic colors

1 #E2AEB0 and #B0E2AE with #AEB0E2 are triadic colors.

2 #E2B0AE and #B0AEE2 with #AEB0E2 are triadic colors.