COLOR #AEA8C8

HEX: #AEA8C8
RGB: (174,168,200)

Color info

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

RGB color model

#AEA8C8 color RGB value is (174,168,200).

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

RGB channels and saturation

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

174
168
200

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 200 = 542 (100%)
R 174 of 542 ~ 32.1%
G 168 of 542 ~ 31%
B 200 of 542 ~ 36.9%

%32.1
%31
%36.9

CMYK color model

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

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

CMYK percentages

%13
%16
%0
%21.57

Codes

Color #AEA8C8 in popluar color models

AEA8C8
RGB174168200
HSL251°22.54%72.16%
HSB/HSV251°16.00%78.43%
CMYK13.00%16.00%0.00%
21.57%

Color #AEA8C8 in popluar number systems.

HEXAEA8C8
Decimal174168200
Binary101011101010100011001000
Octal256250310

Shades and tints

Shades of #AEA8C8

#AEA8C8
(174,168,200)
#9F99B6
(159,153,182)
#908AA4
(144,138,164)
#817B92
(129,123,146)
#726C80
(114,108,128)
#635D6E
(99,93,110)
#544E5C
(84,78,92)
#453F4A
(69,63,74)
#363038
(54,48,56)
#272126
(39,33,38)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEA8C8

#AEA8C8
(174,168,200)
#B5AFCD
(181,175,205)
#BCB6D2
(188,182,210)
#C3BDD7
(195,189,215)
#CAC4DC
(202,196,220)
#D1CBE1
(209,203,225)
#D8D2E6
(216,210,230)
#DFD9EB
(223,217,235)
#E6E0F0
(230,224,240)
#EDE7F5
(237,231,245)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8C8; }

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

This text font color is #AEA8C8.


Background Color

.myBgColor { background-color: #AEA8C8; }

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

This div background color is #AEA8C8.


Border color

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

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

This div border color is #AEA8C8.


Opacity

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

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

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

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

This text has shadow with #AEA8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8C8 on black background.


Color preview on white background

This text has color #AEA8C8 on white background.



Black color preview on #AEA8C8 background

This text has black color on #AEA8C8 background.


White color preview on #AEA8C8 background

This text has white color on #AEA8C8 background.