COLOR #A9B6C3

HEX: #A9B6C3
RGB: (169,182,195)

Color info

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

RGB color model

#A9B6C3 color RGB value is (169,182,195).

  • red value is 169;
  • green value is 182;
  • blue value is 195.
RGB:
(169,182,195)
(66%,71%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 195 of 255 = 76%

169
182
195

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 195 = 546 (100%)
R 169 of 546 ~ 30.95%
G 182 of 546 ~ 33.33%
B 195 of 546 ~ 35.71%

%30.95
%33.33
%35.71

CMYK color model

#A9B6C3 color CMYK value is (13,7,0,24).

  • cyan value is 13.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,7,0,24)
C13M7Y0K24 
(13%,7%,0%,24%)
(0.13/0.07/0.00/0.24)	

CMYK percentages

%13.33
%6.67
%0
%23.53

Codes

Color #A9B6C3 in popluar color models

A9B6C3
RGB169182195
HSL210°17.81%71.37%
HSB/HSV210°13.33%76.47%
CMYK13.33%6.67%0.00%
23.53%

Color #A9B6C3 in popluar number systems.

HEXA9B6C3
Decimal169182195
Binary101010011011011011000011
Octal251266303

Shades and tints

Shades of #A9B6C3

#A9B6C3
(169,182,195)
#9AA6B2
(154,166,178)
#8B96A1
(139,150,161)
#7C8690
(124,134,144)
#6D767F
(109,118,127)
#5E666E
(94,102,110)
#4F565D
(79,86,93)
#40464C
(64,70,76)
#31363B
(49,54,59)
#22262A
(34,38,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #A9B6C3

#A9B6C3
(169,182,195)
#B0BCC8
(176,188,200)
#B7C2CD
(183,194,205)
#BEC8D2
(190,200,210)
#C5CED7
(197,206,215)
#CCD4DC
(204,212,220)
#D3DAE1
(211,218,225)
#DAE0E6
(218,224,230)
#E1E6EB
(225,230,235)
#E8ECF0
(232,236,240)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B6C3 color. Also use rgb(169,182,195) instead hex code.

Text Font Color

.myTextColor { color: #A9B6C3; }

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

This text font color is #A9B6C3.


Background Color

.myBgColor { background-color: #A9B6C3; }

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

This div background color is #A9B6C3.


Border color

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

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

This div border color is #A9B6C3.


Opacity

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

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

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

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

This text has shadow with #A9B6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B6C3 on black background.


Color preview on white background

This text has color #A9B6C3 on white background.



Black color preview on #A9B6C3 background

This text has black color on #A9B6C3 background.


White color preview on #A9B6C3 background

This text has white color on #A9B6C3 background.