COLOR #AEA9C2

HEX: #AEA9C2
RGB: (174,169,194)

Color info

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

RGB color model

#AEA9C2 color RGB value is (174,169,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 194 of 255 = 76%

174
169
194

R + G + B ~ 70%. #AEA9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 194 = 537 (100%)
R 174 of 537 ~ 32.4%
G 169 of 537 ~ 31.47%
B 194 of 537 ~ 36.13%

%32.4
%31.47
%36.13

CMYK color model

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

  • cyan value is 10.31%
  • magenta value is 12.89%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,13,0,24)
C10M13Y0K24 
(10%,13%,0%,24%)
(0.10/0.13/0.00/0.24)	

CMYK percentages

%10.31
%12.89
%0
%23.92

Codes

Color #AEA9C2 in popluar color models

AEA9C2
RGB174169194
HSL252°17.01%71.18%
HSB/HSV252°12.89%76.08%
CMYK10.31%12.89%0.00%
23.92%

Color #AEA9C2 in popluar number systems.

HEXAEA9C2
Decimal174169194
Binary101011101010100111000010
Octal256251302

Shades and tints

Shades of #AEA9C2

#AEA9C2
(174,169,194)
#9F9AB1
(159,154,177)
#908BA0
(144,139,160)
#817C8F
(129,124,143)
#726D7E
(114,109,126)
#635E6D
(99,94,109)
#544F5C
(84,79,92)
#45404B
(69,64,75)
#36313A
(54,49,58)
#272229
(39,34,41)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AEA9C2

#AEA9C2
(174,169,194)
#B5B0C7
(181,176,199)
#BCB7CC
(188,183,204)
#C3BED1
(195,190,209)
#CAC5D6
(202,197,214)
#D1CCDB
(209,204,219)
#D8D3E0
(216,211,224)
#DFDAE5
(223,218,229)
#E6E1EA
(230,225,234)
#EDE8EF
(237,232,239)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9C2; }

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

This text font color is #AEA9C2.


Background Color

.myBgColor { background-color: #AEA9C2; }

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

This div background color is #AEA9C2.


Border color

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

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

This div border color is #AEA9C2.


Opacity

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

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

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

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

This text has shadow with #AEA9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9C2 on black background.


Color preview on white background

This text has color #AEA9C2 on white background.



Black color preview on #AEA9C2 background

This text has black color on #AEA9C2 background.


White color preview on #AEA9C2 background

This text has white color on #AEA9C2 background.