COLOR #A6B2CB

HEX: #A6B2CB
RGB: (166,178,203)

Color info

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

RGB color model

#A6B2CB color RGB value is (166,178,203).

  • red value is 166;
  • green value is 178;
  • blue value is 203.
RGB:
(166,178,203)
(65%,70%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 203 of 255 = 80%

166
178
203

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

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 203 = 547 (100%)
R 166 of 547 ~ 30.35%
G 178 of 547 ~ 32.54%
B 203 of 547 ~ 37.11%

%30.35
%32.54
%37.11

CMYK color model

#A6B2CB color CMYK value is (18,12,0,20).

  • cyan value is 18.23%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,12,0,20)
C18M12Y0K20 
(18%,12%,0%,20%)
(0.18/0.12/0.00/0.20)	

CMYK percentages

%18.23
%12.32
%0
%20.39

Codes

Color #A6B2CB in popluar color models

A6B2CB
RGB166178203
HSL221°26.24%72.35%
HSB/HSV221°18.23%79.61%
CMYK18.23%12.32%0.00%
20.39%

Color #A6B2CB in popluar number systems.

HEXA6B2CB
Decimal166178203
Binary101001101011001011001011
Octal246262313

Shades and tints

Shades of #A6B2CB

#A6B2CB
(166,178,203)
#97A2B9
(151,162,185)
#8892A7
(136,146,167)
#798295
(121,130,149)
#6A7283
(106,114,131)
#5B6271
(91,98,113)
#4C525F
(76,82,95)
#3D424D
(61,66,77)
#2E323B
(46,50,59)
#1F2229
(31,34,41)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #A6B2CB

#A6B2CB
(166,178,203)
#AEB9CF
(174,185,207)
#B6C0D3
(182,192,211)
#BEC7D7
(190,199,215)
#C6CEDB
(198,206,219)
#CED5DF
(206,213,223)
#D6DCE3
(214,220,227)
#DEE3E7
(222,227,231)
#E6EAEB
(230,234,235)
#EEF1EF
(238,241,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B2CB color. Also use rgb(166,178,203) instead hex code.

Text Font Color

.myTextColor { color: #A6B2CB; }

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

This text font color is #A6B2CB.


Background Color

.myBgColor { background-color: #A6B2CB; }

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

This div background color is #A6B2CB.


Border color

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

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

This div border color is #A6B2CB.


Opacity

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

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

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

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

This text has shadow with #A6B2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B2CB on black background.


Color preview on white background

This text has color #A6B2CB on white background.



Black color preview on #A6B2CB background

This text has black color on #A6B2CB background.


White color preview on #A6B2CB background

This text has white color on #A6B2CB background.