COLOR #A9AEC2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
174
194

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

Portions of RGB colors in percentages

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

%31.47
%32.4
%36.13

CMYK color model

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

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

CMYK percentages

%12.89
%10.31
%0
%23.92

Codes

Color #A9AEC2 in popluar color models

A9AEC2
RGB169174194
HSL228°17.01%71.18%
HSB/HSV228°12.89%76.08%
CMYK12.89%10.31%0.00%
23.92%

Color #A9AEC2 in popluar number systems.

HEXA9AEC2
Decimal169174194
Binary101010011010111011000010
Octal251256302

Shades and tints

Shades of #A9AEC2

#A9AEC2
(169,174,194)
#9A9FB1
(154,159,177)
#8B90A0
(139,144,160)
#7C818F
(124,129,143)
#6D727E
(109,114,126)
#5E636D
(94,99,109)
#4F545C
(79,84,92)
#40454B
(64,69,75)
#31363A
(49,54,58)
#222729
(34,39,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #A9AEC2

#A9AEC2
(169,174,194)
#B0B5C7
(176,181,199)
#B7BCCC
(183,188,204)
#BEC3D1
(190,195,209)
#C5CAD6
(197,202,214)
#CCD1DB
(204,209,219)
#D3D8E0
(211,216,224)
#DADFE5
(218,223,229)
#E1E6EA
(225,230,234)
#E8EDEF
(232,237,239)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEC2; }

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

This text font color is #A9AEC2.


Background Color

.myBgColor { background-color: #A9AEC2; }

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

This div background color is #A9AEC2.


Border color

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

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

This div border color is #A9AEC2.


Opacity

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

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

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

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

This text has shadow with #A9AEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEC2 on black background.


Color preview on white background

This text has color #A9AEC2 on white background.



Black color preview on #A9AEC2 background

This text has black color on #A9AEC2 background.


White color preview on #A9AEC2 background

This text has white color on #A9AEC2 background.