COLOR #AEB9E3

HEX: #AEB9E3
RGB: (174,185,227)

Color info

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

RGB color model

#AEB9E3 color RGB value is (174,185,227).

  • red value is 174;
  • green value is 185;
  • blue value is 227.
RGB:
(174,185,227)
(68%,73%,89%)

RGB channels and saturation

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

174
185
227

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

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 227 = 586 (100%)
R 174 of 586 ~ 29.69%
G 185 of 586 ~ 31.57%
B 227 of 586 ~ 38.74%

%29.69
%31.57
%38.74

CMYK color model

#AEB9E3 color CMYK value is (23,19,0,11).

  • cyan value is 23.35%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,19,0,11)
C23M19Y0K11 
(23%,19%,0%,11%)
(0.23/0.19/0.00/0.11)	

CMYK percentages

%23.35
%18.5
%0
%10.98

Codes

Color #AEB9E3 in popluar color models

AEB9E3
RGB174185227
HSL228°48.62%78.63%
HSB/HSV228°23.35%89.02%
CMYK23.35%18.50%0.00%
10.98%

Color #AEB9E3 in popluar number systems.

HEXAEB9E3
Decimal174185227
Binary101011101011100111100011
Octal256271343

Shades and tints

Shades of #AEB9E3

#AEB9E3
(174,185,227)
#9FA9CF
(159,169,207)
#9099BB
(144,153,187)
#8189A7
(129,137,167)
#727993
(114,121,147)
#63697F
(99,105,127)
#54596B
(84,89,107)
#454957
(69,73,87)
#363943
(54,57,67)
#27292F
(39,41,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #AEB9E3

#AEB9E3
(174,185,227)
#B5BFE5
(181,191,229)
#BCC5E7
(188,197,231)
#C3CBE9
(195,203,233)
#CAD1EB
(202,209,235)
#D1D7ED
(209,215,237)
#D8DDEF
(216,221,239)
#DFE3F1
(223,227,241)
#E6E9F3
(230,233,243)
#EDEFF5
(237,239,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9E3; }

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

This text font color is #AEB9E3.


Background Color

.myBgColor { background-color: #AEB9E3; }

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

This div background color is #AEB9E3.


Border color

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

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

This div border color is #AEB9E3.


Opacity

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

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

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

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

This text has shadow with #AEB9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9E3 on black background.


Color preview on white background

This text has color #AEB9E3 on white background.



Black color preview on #AEB9E3 background

This text has black color on #AEB9E3 background.


White color preview on #AEB9E3 background

This text has white color on #AEB9E3 background.