COLOR #AEAEC0

HEX: #AEAEC0
RGB: (174,174,192)

Color info

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

RGB color model

#AEAEC0 color RGB value is (174,174,192).

  • red value is 174;
  • green value is 174;
  • blue value is 192.
RGB:
(174,174,192)
(68%,68%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 192 of 255 = 75%

174
174
192

R + G + B ~ 70%. #AEAEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 192 = 540 (100%)
R 174 of 540 ~ 32.22%
G 174 of 540 ~ 32.22%
B 192 of 540 ~ 35.56%

%32.22
%32.22
%35.56

CMYK color model

#AEAEC0 color CMYK value is (9,9,0,25).

  • cyan value is 9.38%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,9,0,25)
C9M9Y0K25 
(9%,9%,0%,25%)
(0.09/0.09/0.00/0.25)	

CMYK percentages

%9.38
%9.38
%0
%24.71

Codes

Color #AEAEC0 in popluar color models

AEAEC0
RGB174174192
HSL240°12.50%71.76%
HSB/HSV240°9.38%75.29%
CMYK9.38%9.38%0.00%
24.71%

Color #AEAEC0 in popluar number systems.

HEXAEAEC0
Decimal174174192
Binary101011101010111011000000
Octal256256300

Shades and tints

Shades of #AEAEC0

#AEAEC0
(174,174,192)
#9F9FAF
(159,159,175)
#90909E
(144,144,158)
#81818D
(129,129,141)
#72727C
(114,114,124)
#63636B
(99,99,107)
#54545A
(84,84,90)
#454549
(69,69,73)
#363638
(54,54,56)
#272727
(39,39,39)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AEAEC0

#AEAEC0
(174,174,192)
#B5B5C5
(181,181,197)
#BCBCCA
(188,188,202)
#C3C3CF
(195,195,207)
#CACAD4
(202,202,212)
#D1D1D9
(209,209,217)
#D8D8DE
(216,216,222)
#DFDFE3
(223,223,227)
#E6E6E8
(230,230,232)
#EDEDED
(237,237,237)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEC0; }

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

This text font color is #AEAEC0.


Background Color

.myBgColor { background-color: #AEAEC0; }

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

This div background color is #AEAEC0.


Border color

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

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

This div border color is #AEAEC0.


Opacity

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

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

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

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

This text has shadow with #AEAEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEC0 on black background.


Color preview on white background

This text has color #AEAEC0 on white background.



Black color preview on #AEAEC0 background

This text has black color on #AEAEC0 background.


White color preview on #AEAEC0 background

This text has white color on #AEAEC0 background.