COLOR #AEB3CE

HEX: #AEB3CE
RGB: (174,179,206)

Color info

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

RGB color model

#AEB3CE color RGB value is (174,179,206).

  • red value is 174;
  • green value is 179;
  • blue value is 206.
RGB:
(174,179,206)
(68%,70%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 206 of 255 = 81%

174
179
206

R + G + B ~ 73%. #AEB3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 206 = 559 (100%)
R 174 of 559 ~ 31.13%
G 179 of 559 ~ 32.02%
B 206 of 559 ~ 36.85%

%31.13
%32.02
%36.85

CMYK color model

#AEB3CE color CMYK value is (16,13,0,19).

  • cyan value is 15.53%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,13,0,19)
C16M13Y0K19 
(16%,13%,0%,19%)
(0.16/0.13/0.00/0.19)	

CMYK percentages

%15.53
%13.11
%0
%19.22

Codes

Color #AEB3CE in popluar color models

AEB3CE
RGB174179206
HSL231°24.62%74.51%
HSB/HSV231°15.53%80.78%
CMYK15.53%13.11%0.00%
19.22%

Color #AEB3CE in popluar number systems.

HEXAEB3CE
Decimal174179206
Binary101011101011001111001110
Octal256263316

Shades and tints

Shades of #AEB3CE

#AEB3CE
(174,179,206)
#9FA3BC
(159,163,188)
#9093AA
(144,147,170)
#818398
(129,131,152)
#727386
(114,115,134)
#636374
(99,99,116)
#545362
(84,83,98)
#454350
(69,67,80)
#36333E
(54,51,62)
#27232C
(39,35,44)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #AEB3CE

#AEB3CE
(174,179,206)
#B5B9D2
(181,185,210)
#BCBFD6
(188,191,214)
#C3C5DA
(195,197,218)
#CACBDE
(202,203,222)
#D1D1E2
(209,209,226)
#D8D7E6
(216,215,230)
#DFDDEA
(223,221,234)
#E6E3EE
(230,227,238)
#EDE9F2
(237,233,242)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB3CE color. Also use rgb(174,179,206) instead hex code.

Text Font Color

.myTextColor { color: #AEB3CE; }

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

This text font color is #AEB3CE.


Background Color

.myBgColor { background-color: #AEB3CE; }

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

This div background color is #AEB3CE.


Border color

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

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

This div border color is #AEB3CE.


Opacity

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

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

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

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

This text has shadow with #AEB3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3CE on black background.


Color preview on white background

This text has color #AEB3CE on white background.



Black color preview on #AEB3CE background

This text has black color on #AEB3CE background.


White color preview on #AEB3CE background

This text has white color on #AEB3CE background.