COLOR #AEAEC1

HEX: #AEAEC1
RGB: (174,174,193)

Color info

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

RGB color model

#AEAEC1 color RGB value is (174,174,193).

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

RGB channels and saturation

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

174
174
193

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 193 = 541 (100%)
R 174 of 541 ~ 32.16%
G 174 of 541 ~ 32.16%
B 193 of 541 ~ 35.67%

%32.16
%32.16
%35.67

CMYK color model

#AEAEC1 color CMYK value is (10,10,0,24).

  • cyan value is 9.84%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,10,0,24)
C10M10Y0K24 
(10%,10%,0%,24%)
(0.10/0.10/0.00/0.24)	

CMYK percentages

%9.84
%9.84
%0
%24.31

Codes

Color #AEAEC1 in popluar color models

AEAEC1
RGB174174193
HSL240°13.29%71.96%
HSB/HSV240°9.84%75.69%
CMYK9.84%9.84%0.00%
24.31%

Color #AEAEC1 in popluar number systems.

HEXAEAEC1
Decimal174174193
Binary101011101010111011000001
Octal256256301

Shades and tints

Shades of #AEAEC1

#AEAEC1
(174,174,193)
#9F9FB0
(159,159,176)
#90909F
(144,144,159)
#81818E
(129,129,142)
#72727D
(114,114,125)
#63636C
(99,99,108)
#54545B
(84,84,91)
#45454A
(69,69,74)
#363639
(54,54,57)
#272728
(39,39,40)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEAEC1

#AEAEC1
(174,174,193)
#B5B5C6
(181,181,198)
#BCBCCB
(188,188,203)
#C3C3D0
(195,195,208)
#CACAD5
(202,202,213)
#D1D1DA
(209,209,218)
#D8D8DF
(216,216,223)
#DFDFE4
(223,223,228)
#E6E6E9
(230,230,233)
#EDEDEE
(237,237,238)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEC1; }

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

This text font color is #AEAEC1.


Background Color

.myBgColor { background-color: #AEAEC1; }

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

This div background color is #AEAEC1.


Border color

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

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

This div border color is #AEAEC1.


Opacity

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

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

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

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

This text has shadow with #AEAEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEC1 on black background.


Color preview on white background

This text has color #AEAEC1 on white background.



Black color preview on #AEAEC1 background

This text has black color on #AEAEC1 background.


White color preview on #AEAEC1 background

This text has white color on #AEAEC1 background.