COLOR #AEAEC8

HEX: #AEAEC8
RGB: (174,174,200)

Color info

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

RGB color model

#AEAEC8 color RGB value is (174,174,200).

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

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 200 of 255 = 78%

174
174
200

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 200 = 548 (100%)
R 174 of 548 ~ 31.75%
G 174 of 548 ~ 31.75%
B 200 of 548 ~ 36.5%

%31.75
%31.75
%36.5

CMYK color model

#AEAEC8 color CMYK value is (13,13,0,22).

  • cyan value is 13.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,13,0,22)
C13M13Y0K22 
(13%,13%,0%,22%)
(0.13/0.13/0.00/0.22)	

CMYK percentages

%13
%13
%0
%21.57

Codes

Color #AEAEC8 in popluar color models

AEAEC8
RGB174174200
HSL240°19.12%73.33%
HSB/HSV240°13.00%78.43%
CMYK13.00%13.00%0.00%
21.57%

Color #AEAEC8 in popluar number systems.

HEXAEAEC8
Decimal174174200
Binary101011101010111011001000
Octal256256310

Shades and tints

Shades of #AEAEC8

#AEAEC8
(174,174,200)
#9F9FB6
(159,159,182)
#9090A4
(144,144,164)
#818192
(129,129,146)
#727280
(114,114,128)
#63636E
(99,99,110)
#54545C
(84,84,92)
#45454A
(69,69,74)
#363638
(54,54,56)
#272726
(39,39,38)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEAEC8

#AEAEC8
(174,174,200)
#B5B5CD
(181,181,205)
#BCBCD2
(188,188,210)
#C3C3D7
(195,195,215)
#CACADC
(202,202,220)
#D1D1E1
(209,209,225)
#D8D8E6
(216,216,230)
#DFDFEB
(223,223,235)
#E6E6F0
(230,230,240)
#EDEDF5
(237,237,245)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEC8; }

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

This text font color is #AEAEC8.


Background Color

.myBgColor { background-color: #AEAEC8; }

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

This div background color is #AEAEC8.


Border color

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

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

This div border color is #AEAEC8.


Opacity

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

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

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

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

This text has shadow with #AEAEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEC8 on black background.


Color preview on white background

This text has color #AEAEC8 on white background.



Black color preview on #AEAEC8 background

This text has black color on #AEAEC8 background.


White color preview on #AEAEC8 background

This text has white color on #AEAEC8 background.