COLOR #AEAACE

HEX: #AEAACE
RGB: (174,170,206)

Color info

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

RGB color model

#AEAACE color RGB value is (174,170,206).

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

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 206 of 255 = 81%

174
170
206

R + G + B ~ 72%. #AEAACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 206 = 550 (100%)
R 174 of 550 ~ 31.64%
G 170 of 550 ~ 30.91%
B 206 of 550 ~ 37.45%

%31.64
%30.91
%37.45

CMYK color model

#AEAACE color CMYK value is (16,17,0,19).

  • cyan value is 15.53%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,17,0,19)
C16M17Y0K19 
(16%,17%,0%,19%)
(0.16/0.17/0.00/0.19)	

CMYK percentages

%15.53
%17.48
%0
%19.22

Codes

Color #AEAACE in popluar color models

AEAACE
RGB174170206
HSL247°26.87%73.73%
HSB/HSV247°17.48%80.78%
CMYK15.53%17.48%0.00%
19.22%

Color #AEAACE in popluar number systems.

HEXAEAACE
Decimal174170206
Binary101011101010101011001110
Octal256252316

Shades and tints

Shades of #AEAACE

#AEAACE
(174,170,206)
#9F9BBC
(159,155,188)
#908CAA
(144,140,170)
#817D98
(129,125,152)
#726E86
(114,110,134)
#635F74
(99,95,116)
#545062
(84,80,98)
#454150
(69,65,80)
#36323E
(54,50,62)
#27232C
(39,35,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #AEAACE

#AEAACE
(174,170,206)
#B5B1D2
(181,177,210)
#BCB8D6
(188,184,214)
#C3BFDA
(195,191,218)
#CAC6DE
(202,198,222)
#D1CDE2
(209,205,226)
#D8D4E6
(216,212,230)
#DFDBEA
(223,219,234)
#E6E2EE
(230,226,238)
#EDE9F2
(237,233,242)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAACE; }

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

This text font color is #AEAACE.


Background Color

.myBgColor { background-color: #AEAACE; }

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

This div background color is #AEAACE.


Border color

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

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

This div border color is #AEAACE.


Opacity

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

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

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

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

This text has shadow with #AEAACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAACE on black background.


Color preview on white background

This text has color #AEAACE on white background.



Black color preview on #AEAACE background

This text has black color on #AEAACE background.


White color preview on #AEAACE background

This text has white color on #AEAACE background.