COLOR #A2B6C9

HEX: #A2B6C9
RGB: (162,182,201)

Color info

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

RGB color model

#A2B6C9 color RGB value is (162,182,201).

  • red value is 162;
  • green value is 182;
  • blue value is 201.
RGB:
(162,182,201)
(64%,71%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 201 of 255 = 79%

162
182
201

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

Portions of RGB colors in percentages

R + G + B =
162 + 182 + 201 = 545 (100%)
R 162 of 545 ~ 29.72%
G 182 of 545 ~ 33.39%
B 201 of 545 ~ 36.88%

%29.72
%33.39
%36.88

CMYK color model

#A2B6C9 color CMYK value is (19,9,0,21).

  • cyan value is 19.40%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,9,0,21)
C19M9Y0K21 
(19%,9%,0%,21%)
(0.19/0.09/0.00/0.21)	

CMYK percentages

%19.4
%9.45
%0
%21.18

Codes

Color #A2B6C9 in popluar color models

A2B6C9
RGB162182201
HSL209°26.53%71.18%
HSB/HSV209°19.40%78.82%
CMYK19.40%9.45%0.00%
21.18%

Color #A2B6C9 in popluar number systems.

HEXA2B6C9
Decimal162182201
Binary101000101011011011001001
Octal242266311

Shades and tints

Shades of #A2B6C9

#A2B6C9
(162,182,201)
#94A6B7
(148,166,183)
#8696A5
(134,150,165)
#788693
(120,134,147)
#6A7681
(106,118,129)
#5C666F
(92,102,111)
#4E565D
(78,86,93)
#40464B
(64,70,75)
#323639
(50,54,57)
#242627
(36,38,39)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A2B6C9

#A2B6C9
(162,182,201)
#AABCCD
(170,188,205)
#B2C2D1
(178,194,209)
#BAC8D5
(186,200,213)
#C2CED9
(194,206,217)
#CAD4DD
(202,212,221)
#D2DAE1
(210,218,225)
#DAE0E5
(218,224,229)
#E2E6E9
(226,230,233)
#EAECED
(234,236,237)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B6C9 color. Also use rgb(162,182,201) instead hex code.

Text Font Color

.myTextColor { color: #A2B6C9; }

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

This text font color is #A2B6C9.


Background Color

.myBgColor { background-color: #A2B6C9; }

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

This div background color is #A2B6C9.


Border color

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

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

This div border color is #A2B6C9.


Opacity

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

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

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

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

This text has shadow with #A2B6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B6C9 on black background.


Color preview on white background

This text has color #A2B6C9 on white background.



Black color preview on #A2B6C9 background

This text has black color on #A2B6C9 background.


White color preview on #A2B6C9 background

This text has white color on #A2B6C9 background.