COLOR #A2B6CE

HEX: #A2B6CE
RGB: (162,182,206)

Color info

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

RGB color model

#A2B6CE color RGB value is (162,182,206).

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

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 206 of 255 = 81%

162
182
206

R + G + B ~ 72%. #A2B6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 182 + 206 = 550 (100%)
R 162 of 550 ~ 29.45%
G 182 of 550 ~ 33.09%
B 206 of 550 ~ 37.45%

%29.45
%33.09
%37.45

CMYK color model

#A2B6CE color CMYK value is (21,12,0,19).

  • cyan value is 21.36%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(21,12,0,19)
C21M12Y0K19 
(21%,12%,0%,19%)
(0.21/0.12/0.00/0.19)	

CMYK percentages

%21.36
%11.65
%0
%19.22

Codes

Color #A2B6CE in popluar color models

A2B6CE
RGB162182206
HSL213°30.99%72.16%
HSB/HSV213°21.36%80.78%
CMYK21.36%11.65%0.00%
19.22%

Color #A2B6CE in popluar number systems.

HEXA2B6CE
Decimal162182206
Binary101000101011011011001110
Octal242266316

Shades and tints

Shades of #A2B6CE

#A2B6CE
(162,182,206)
#94A6BC
(148,166,188)
#8696AA
(134,150,170)
#788698
(120,134,152)
#6A7686
(106,118,134)
#5C6674
(92,102,116)
#4E5662
(78,86,98)
#404650
(64,70,80)
#32363E
(50,54,62)
#24262C
(36,38,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #A2B6CE

#A2B6CE
(162,182,206)
#AABCD2
(170,188,210)
#B2C2D6
(178,194,214)
#BAC8DA
(186,200,218)
#C2CEDE
(194,206,222)
#CAD4E2
(202,212,226)
#D2DAE6
(210,218,230)
#DAE0EA
(218,224,234)
#E2E6EE
(226,230,238)
#EAECF2
(234,236,242)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B6CE; }

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

This text font color is #A2B6CE.


Background Color

.myBgColor { background-color: #A2B6CE; }

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

This div background color is #A2B6CE.


Border color

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

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

This div border color is #A2B6CE.


Opacity

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

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

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

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

This text has shadow with #A2B6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B6CE on black background.


Color preview on white background

This text has color #A2B6CE on white background.



Black color preview on #A2B6CE background

This text has black color on #A2B6CE background.


White color preview on #A2B6CE background

This text has white color on #A2B6CE background.