COLOR #A9B2C6

HEX: #A9B2C6
RGB: (169,178,198)

Color info

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

RGB color model

#A9B2C6 color RGB value is (169,178,198).

  • red value is 169;
  • green value is 178;
  • blue value is 198.
RGB:
(169,178,198)
(66%,70%,78%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 198 of 255 = 78%

169
178
198

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

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 198 = 545 (100%)
R 169 of 545 ~ 31.01%
G 178 of 545 ~ 32.66%
B 198 of 545 ~ 36.33%

%31.01
%32.66
%36.33

CMYK color model

#A9B2C6 color CMYK value is (15,10,0,22).

  • cyan value is 14.65%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(15,10,0,22)
C15M10Y0K22 
(15%,10%,0%,22%)
(0.15/0.10/0.00/0.22)	

CMYK percentages

%14.65
%10.1
%0
%22.35

Codes

Color #A9B2C6 in popluar color models

A9B2C6
RGB169178198
HSL221°20.28%71.96%
HSB/HSV221°14.65%77.65%
CMYK14.65%10.10%0.00%
22.35%

Color #A9B2C6 in popluar number systems.

HEXA9B2C6
Decimal169178198
Binary101010011011001011000110
Octal251262306

Shades and tints

Shades of #A9B2C6

#A9B2C6
(169,178,198)
#9AA2B4
(154,162,180)
#8B92A2
(139,146,162)
#7C8290
(124,130,144)
#6D727E
(109,114,126)
#5E626C
(94,98,108)
#4F525A
(79,82,90)
#404248
(64,66,72)
#313236
(49,50,54)
#222224
(34,34,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9B2C6

#A9B2C6
(169,178,198)
#B0B9CB
(176,185,203)
#B7C0D0
(183,192,208)
#BEC7D5
(190,199,213)
#C5CEDA
(197,206,218)
#CCD5DF
(204,213,223)
#D3DCE4
(211,220,228)
#DAE3E9
(218,227,233)
#E1EAEE
(225,234,238)
#E8F1F3
(232,241,243)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2C6 color. Also use rgb(169,178,198) instead hex code.

Text Font Color

.myTextColor { color: #A9B2C6; }

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

This text font color is #A9B2C6.


Background Color

.myBgColor { background-color: #A9B2C6; }

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

This div background color is #A9B2C6.


Border color

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

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

This div border color is #A9B2C6.


Opacity

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

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

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

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

This text has shadow with #A9B2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2C6 on black background.


Color preview on white background

This text has color #A9B2C6 on white background.



Black color preview on #A9B2C6 background

This text has black color on #A9B2C6 background.


White color preview on #A9B2C6 background

This text has white color on #A9B2C6 background.