COLOR #AEAAC8

HEX: #AEAAC8
RGB: (174,170,200)

Color info

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

RGB color model

#AEAAC8 color RGB value is (174,170,200).

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

RGB channels and saturation

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

174
170
200

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 200 = 544 (100%)
R 174 of 544 ~ 31.99%
G 170 of 544 ~ 31.25%
B 200 of 544 ~ 36.76%

%31.99
%31.25
%36.76

CMYK color model

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

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

CMYK percentages

%13
%15
%0
%21.57

Codes

Color #AEAAC8 in popluar color models

AEAAC8
RGB174170200
HSL248°21.43%72.55%
HSB/HSV248°15.00%78.43%
CMYK13.00%15.00%0.00%
21.57%

Color #AEAAC8 in popluar number systems.

HEXAEAAC8
Decimal174170200
Binary101011101010101011001000
Octal256252310

Shades and tints

Shades of #AEAAC8

#AEAAC8
(174,170,200)
#9F9BB6
(159,155,182)
#908CA4
(144,140,164)
#817D92
(129,125,146)
#726E80
(114,110,128)
#635F6E
(99,95,110)
#54505C
(84,80,92)
#45414A
(69,65,74)
#363238
(54,50,56)
#272326
(39,35,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEAAC8

#AEAAC8
(174,170,200)
#B5B1CD
(181,177,205)
#BCB8D2
(188,184,210)
#C3BFD7
(195,191,215)
#CAC6DC
(202,198,220)
#D1CDE1
(209,205,225)
#D8D4E6
(216,212,230)
#DFDBEB
(223,219,235)
#E6E2F0
(230,226,240)
#EDE9F5
(237,233,245)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAC8; }

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

This text font color is #AEAAC8.


Background Color

.myBgColor { background-color: #AEAAC8; }

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

This div background color is #AEAAC8.


Border color

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

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

This div border color is #AEAAC8.


Opacity

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

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

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

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

This text has shadow with #AEAAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAC8 on black background.


Color preview on white background

This text has color #AEAAC8 on white background.



Black color preview on #AEAAC8 background

This text has black color on #AEAAC8 background.


White color preview on #AEAAC8 background

This text has white color on #AEAAC8 background.