COLOR #AEB1E2

HEX: #AEB1E2
RGB: (174,177,226)

Color info

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

RGB color model

#AEB1E2 color RGB value is (174,177,226).

  • red value is 174;
  • green value is 177;
  • blue value is 226.
RGB:
(174,177,226)
(68%,69%,89%)

RGB channels and saturation

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

174
177
226

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 226 = 577 (100%)
R 174 of 577 ~ 30.16%
G 177 of 577 ~ 30.68%
B 226 of 577 ~ 39.17%

%30.16
%30.68
%39.17

CMYK color model

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

  • cyan value is 23.01%
  • magenta value is 21.68%
  • 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
%21.68
%0
%11.37

Codes

Color #AEB1E2 in popluar color models

AEB1E2
RGB174177226
HSL237°47.27%78.43%
HSB/HSV237°23.01%88.63%
CMYK23.01%21.68%0.00%
11.37%

Color #AEB1E2 in popluar number systems.

HEXAEB1E2
Decimal174177226
Binary101011101011000111100010
Octal256261342

Shades and tints

Shades of #AEB1E2

#AEB1E2
(174,177,226)
#9FA1CE
(159,161,206)
#9091BA
(144,145,186)
#8181A6
(129,129,166)
#727192
(114,113,146)
#63617E
(99,97,126)
#54516A
(84,81,106)
#454156
(69,65,86)
#363142
(54,49,66)
#27212E
(39,33,46)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AEB1E2

#AEB1E2
(174,177,226)
#B5B8E4
(181,184,228)
#BCBFE6
(188,191,230)
#C3C6E8
(195,198,232)
#CACDEA
(202,205,234)
#D1D4EC
(209,212,236)
#D8DBEE
(216,219,238)
#DFE2F0
(223,226,240)
#E6E9F2
(230,233,242)
#EDF0F4
(237,240,244)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1E2; }

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

This text font color is #AEB1E2.


Background Color

.myBgColor { background-color: #AEB1E2; }

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

This div background color is #AEB1E2.


Border color

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

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

This div border color is #AEB1E2.


Opacity

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

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

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

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

This text has shadow with #AEB1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1E2 on black background.


Color preview on white background

This text has color #AEB1E2 on white background.



Black color preview on #AEB1E2 background

This text has black color on #AEB1E2 background.


White color preview on #AEB1E2 background

This text has white color on #AEB1E2 background.