COLOR #AEAEC2

HEX: #AEAEC2
RGB: (174,174,194)

Color info

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

RGB color model

#AEAEC2 color RGB value is (174,174,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 194 of 255 = 76%

174
174
194

R + G + B ~ 71%. #AEAEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 194 = 542 (100%)
R 174 of 542 ~ 32.1%
G 174 of 542 ~ 32.1%
B 194 of 542 ~ 35.79%

%32.1
%32.1
%35.79

CMYK color model

#AEAEC2 color CMYK value is (10,10,0,24).

  • cyan value is 10.31%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,10,0,24)
C10M10Y0K24 
(10%,10%,0%,24%)
(0.10/0.10/0.00/0.24)	

CMYK percentages

%10.31
%10.31
%0
%23.92

Codes

Color #AEAEC2 in popluar color models

AEAEC2
RGB174174194
HSL240°14.08%72.16%
HSB/HSV240°10.31%76.08%
CMYK10.31%10.31%0.00%
23.92%

Color #AEAEC2 in popluar number systems.

HEXAEAEC2
Decimal174174194
Binary101011101010111011000010
Octal256256302

Shades and tints

Shades of #AEAEC2

#AEAEC2
(174,174,194)
#9F9FB1
(159,159,177)
#9090A0
(144,144,160)
#81818F
(129,129,143)
#72727E
(114,114,126)
#63636D
(99,99,109)
#54545C
(84,84,92)
#45454B
(69,69,75)
#36363A
(54,54,58)
#272729
(39,39,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEAEC2

#AEAEC2
(174,174,194)
#B5B5C7
(181,181,199)
#BCBCCC
(188,188,204)
#C3C3D1
(195,195,209)
#CACAD6
(202,202,214)
#D1D1DB
(209,209,219)
#D8D8E0
(216,216,224)
#DFDFE5
(223,223,229)
#E6E6EA
(230,230,234)
#EDEDEF
(237,237,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEC2; }

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

This text font color is #AEAEC2.


Background Color

.myBgColor { background-color: #AEAEC2; }

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

This div background color is #AEAEC2.


Border color

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

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

This div border color is #AEAEC2.


Opacity

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

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

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

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

This text has shadow with #AEAEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEC2 on black background.


Color preview on white background

This text has color #AEAEC2 on white background.



Black color preview on #AEAEC2 background

This text has black color on #AEAEC2 background.


White color preview on #AEAEC2 background

This text has white color on #AEAEC2 background.