COLOR #A9AEBC

HEX: #A9AEBC
RGB: (169,174,188)

Color info

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

RGB color model

#A9AEBC color RGB value is (169,174,188).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 188 of 255 = 74%

169
174
188

R + G + B ~ 69%. #A9AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 188 = 531 (100%)
R 169 of 531 ~ 31.83%
G 174 of 531 ~ 32.77%
B 188 of 531 ~ 35.4%

%31.83
%32.77
%35.4

CMYK color model

#A9AEBC color CMYK value is (10,7,0,26).

  • cyan value is 10.11%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,7,0,26)
C10M7Y0K26 
(10%,7%,0%,26%)
(0.10/0.07/0.00/0.26)	

CMYK percentages

%10.11
%7.45
%0
%26.27

Codes

Color #A9AEBC in popluar color models

A9AEBC
RGB169174188
HSL224°12.42%70.00%
HSB/HSV224°10.11%73.73%
CMYK10.11%7.45%0.00%
26.27%

Color #A9AEBC in popluar number systems.

HEXA9AEBC
Decimal169174188
Binary101010011010111010111100
Octal251256274

Shades and tints

Shades of #A9AEBC

#A9AEBC
(169,174,188)
#9A9FAB
(154,159,171)
#8B909A
(139,144,154)
#7C8189
(124,129,137)
#6D7278
(109,114,120)
#5E6367
(94,99,103)
#4F5456
(79,84,86)
#404545
(64,69,69)
#313634
(49,54,52)
#222723
(34,39,35)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #A9AEBC

#A9AEBC
(169,174,188)
#B0B5C2
(176,181,194)
#B7BCC8
(183,188,200)
#BEC3CE
(190,195,206)
#C5CAD4
(197,202,212)
#CCD1DA
(204,209,218)
#D3D8E0
(211,216,224)
#DADFE6
(218,223,230)
#E1E6EC
(225,230,236)
#E8EDF2
(232,237,242)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEBC; }

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

This text font color is #A9AEBC.


Background Color

.myBgColor { background-color: #A9AEBC; }

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

This div background color is #A9AEBC.


Border color

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

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

This div border color is #A9AEBC.


Opacity

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

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

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

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

This text has shadow with #A9AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEBC on black background.


Color preview on white background

This text has color #A9AEBC on white background.



Black color preview on #A9AEBC background

This text has black color on #A9AEBC background.


White color preview on #A9AEBC background

This text has white color on #A9AEBC background.