COLOR #AEA6CF

HEX: #AEA6CF
RGB: (174,166,207)

Color info

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

RGB color model

#AEA6CF color RGB value is (174,166,207).

  • red value is 174;
  • green value is 166;
  • blue value is 207.
RGB:
(174,166,207)
(68%,65%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 207 of 255 = 81%

174
166
207

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 207 = 547 (100%)
R 174 of 547 ~ 31.81%
G 166 of 547 ~ 30.35%
B 207 of 547 ~ 37.84%

%31.81
%30.35
%37.84

CMYK color model

#AEA6CF color CMYK value is (16,20,0,19).

  • cyan value is 15.94%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,20,0,19)
C16M20Y0K19 
(16%,20%,0%,19%)
(0.16/0.20/0.00/0.19)	

CMYK percentages

%15.94
%19.81
%0
%18.82

Codes

Color #AEA6CF in popluar color models

AEA6CF
RGB174166207
HSL252°29.93%73.14%
HSB/HSV252°19.81%81.18%
CMYK15.94%19.81%0.00%
18.82%

Color #AEA6CF in popluar number systems.

HEXAEA6CF
Decimal174166207
Binary101011101010011011001111
Octal256246317

Shades and tints

Shades of #AEA6CF

#AEA6CF
(174,166,207)
#9F97BD
(159,151,189)
#9088AB
(144,136,171)
#817999
(129,121,153)
#726A87
(114,106,135)
#635B75
(99,91,117)
#544C63
(84,76,99)
#453D51
(69,61,81)
#362E3F
(54,46,63)
#271F2D
(39,31,45)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #AEA6CF

#AEA6CF
(174,166,207)
#B5AED3
(181,174,211)
#BCB6D7
(188,182,215)
#C3BEDB
(195,190,219)
#CAC6DF
(202,198,223)
#D1CEE3
(209,206,227)
#D8D6E7
(216,214,231)
#DFDEEB
(223,222,235)
#E6E6EF
(230,230,239)
#EDEEF3
(237,238,243)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA6CF; }

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

This text font color is #AEA6CF.


Background Color

.myBgColor { background-color: #AEA6CF; }

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

This div background color is #AEA6CF.


Border color

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

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

This div border color is #AEA6CF.


Opacity

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

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

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

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

This text has shadow with #AEA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6CF on black background.


Color preview on white background

This text has color #AEA6CF on white background.



Black color preview on #AEA6CF background

This text has black color on #AEA6CF background.


White color preview on #AEA6CF background

This text has white color on #AEA6CF background.