COLOR #A9B6C2

HEX: #A9B6C2 RGB: (169,182,194)

Color info

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

RGB color model

#A9B6C2 color RGB value is (169,182,194).

RGB: (169,182,194) (66%, 71%, 76%)

RGB channels and saturation

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

169
182
194

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

Portions of RGB colors in percentages

R + G + B = 169 + 182 + 194 = 545 (100%)
R 169 of 545 ~ 31.01%
G 182 of 545 ~ 33.39%
B 194 of 545 ~ 35.6'%

%31.01
%33.39
%35.6

CMYK color model

#A9B6C2 color CMYK value is (13,6,0,24).

  • cyan value is 12.89%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (13,6,0,24) C13M6Y0K24 (13%,6%,0%,24%) (0.13/0.06/0.00/0.24) 

CMYK percentages

%12.89
%6.19
%0
%23.92

Codes

Color #A9B6C2 in popluar color models

A9 B6 C2
RGB 169 182 194
HSL 209° 17.01% 71.18%
HSB/HSV 209° 12.89% 76.08%
CMYK 12.89% 6.19% 0.00%
23.92%

Color #A9B6C2 in popluar number systems.

HEX A9 B6 C2
Decimal 169 182 194
Binary 10101001 10110110 11000010
Octal 251 266 302

Shades and tints

Shades of #A9B6C2

#A9B6C2
(169,182,194)
#9AA6B1
(154,166,177)
#8B96A0
(139,150,160)
#7C868F
(124,134,143)
#6D767E
(109,118,126)
#5E666D
(94,102,109)
#4F565C
(79,86,92)
#40464B
(64,70,75)
#31363A
(49,54,58)
#222629
(34,38,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A9B6C2

#A9B6C2
(169,182,194)
#B0BCC7
(176,188,199)
#B7C2CC
(183,194,204)
#BEC8D1
(190,200,209)
#C5CED6
(197,206,214)
#CCD4DB
(204,212,219)
#D3DAE0
(211,218,224)
#DAE0E5
(218,224,229)
#E1E6EA
(225,230,234)
#E8ECEF
(232,236,239)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B6C2; }

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

This text font color is #A9B6C2.

Background Color

.myBgColor { background-color: #A9B6C2; }

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

This div background color is #A9B6C2.

Border color

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

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

This div border color is #A9B6C2.

Opacity

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

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

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

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

This text has shadow with #A9B6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B6C2.

Preview

Color preview on black background

This text has color #A9B6C2 on black background.


Color preview on white background

This text has color #A9B6C2 on white background.


Black color preview on #A9B6C2 background

This text has black color on #A9B6C2 background.


White color preview on #A9B6C2 background

This text has white color on #A9B6C2 background.


Related colors

Complementary color

Complementary color for #hex is #56493D.


I love getcolorcode.com

Triadic colors

1 #C2A9B6 and #B6C2A9 with #A9B6C2 are triadic colors.

2 #C2B6A9 and #B6A9C2 with #A9B6C2 are triadic colors.