COLOR #AEAEC3

HEX: #AEAEC3 RGB: (174,174,195)

Color info

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

RGB color model

#AEAEC3 color RGB value is (174,174,195).

RGB: (174,174,195) (68%, 68%, 76%)

RGB channels and saturation

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

174
174
195

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

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 195 = 543 (100%)
R 174 of 543 ~ 32.04%
G 174 of 543 ~ 32.04%
B 195 of 543 ~ 35.91'%

%32.04
%32.04
%35.91

CMYK color model

#AEAEC3 color CMYK value is (11,11,0,24).

  • cyan value is 10.77%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (11,11,0,24)
C11M11Y0K24 (11%, 11%, 0%, 24%)
(0.11 / 0.11 / 0.00 / 0.24)

CMYK percentages

%10.77
%10.77
%0
%23.53

Codes

Color #AEAEC3 in popluar color models

AE AE C3
RGB 174 174 195
HSL 240° 14.89% 72.35%
HSB/HSV 240° 10.77% 76.47%
CMYK 10.77% 10.77% 0.00%
23.53%

Color #AEAEC3 in popluar number systems.

HEX AE AE C3
Decimal 174 174 195
Binary 10101110 10101110 11000011
Octal 256 256 303

Shades and tints

Shades of #AEAEC3

#AEAEC3
(174,174,195)
#9F9FB2
(159,159,178)
#9090A1
(144,144,161)
#818190
(129,129,144)
#72727F
(114,114,127)
#63636E
(99,99,110)
#54545D
(84,84,93)
#45454C
(69,69,76)
#36363B
(54,54,59)
#27272A
(39,39,42)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEAEC3

#AEAEC3
(174,174,195)
#B5B5C8
(181,181,200)
#BCBCCD
(188,188,205)
#C3C3D2
(195,195,210)
#CACAD7
(202,202,215)
#D1D1DC
(209,209,220)
#D8D8E1
(216,216,225)
#DFDFE6
(223,223,230)
#E6E6EB
(230,230,235)
#EDEDF0
(237,237,240)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEC3; }

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

This text font color is #AEAEC3.

Background Color

.myBgColor { background-color: #AEAEC3; }

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

This div background color is #AEAEC3.

Border color

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

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

This div border color is #AEAEC3.

Opacity

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

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

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

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

This text has shadow with #AEAEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEC3.

Preview

Color preview on black background

This text has color #AEAEC3 on black background.


Color preview on white background

This text has color #AEAEC3 on white background.


Black color preview on #AEAEC3 background

This text has black color on #AEAEC3 background.


White color preview on #AEAEC3 background

This text has white color on #AEAEC3 background.


Related colors

Complementary color

Complementary color for #hex is #51513C.


I love getcolorcode.com