COLOR #A6BBCB

HEX: #A6BBCB
RGB: (166,187,203)

Color info

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

RGB color model

#A6BBCB color RGB value is (166,187,203).

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

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 203 of 255 = 80%

166
187
203

R + G + B ~ 73%. #A6BBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 203 = 556 (100%)
R 166 of 556 ~ 29.86%
G 187 of 556 ~ 33.63%
B 203 of 556 ~ 36.51%

%29.86
%33.63
%36.51

CMYK color model

#A6BBCB color CMYK value is (18,8,0,20).

  • cyan value is 18.23%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,8,0,20)
C18M8Y0K20 
(18%,8%,0%,20%)
(0.18/0.08/0.00/0.20)	

CMYK percentages

%18.23
%7.88
%0
%20.39

Codes

Color #A6BBCB in popluar color models

A6BBCB
RGB166187203
HSL206°26.24%72.35%
HSB/HSV206°18.23%79.61%
CMYK18.23%7.88%0.00%
20.39%

Color #A6BBCB in popluar number systems.

HEXA6BBCB
Decimal166187203
Binary101001101011101111001011
Octal246273313

Shades and tints

Shades of #A6BBCB

#A6BBCB
(166,187,203)
#97AAB9
(151,170,185)
#8899A7
(136,153,167)
#798895
(121,136,149)
#6A7783
(106,119,131)
#5B6671
(91,102,113)
#4C555F
(76,85,95)
#3D444D
(61,68,77)
#2E333B
(46,51,59)
#1F2229
(31,34,41)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #A6BBCB

#A6BBCB
(166,187,203)
#AEC1CF
(174,193,207)
#B6C7D3
(182,199,211)
#BECDD7
(190,205,215)
#C6D3DB
(198,211,219)
#CED9DF
(206,217,223)
#D6DFE3
(214,223,227)
#DEE5E7
(222,229,231)
#E6EBEB
(230,235,235)
#EEF1EF
(238,241,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BBCB; }

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

This text font color is #A6BBCB.


Background Color

.myBgColor { background-color: #A6BBCB; }

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

This div background color is #A6BBCB.


Border color

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

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

This div border color is #A6BBCB.


Opacity

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

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

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

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

This text has shadow with #A6BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BBCB on black background.


Color preview on white background

This text has color #A6BBCB on white background.



Black color preview on #A6BBCB background

This text has black color on #A6BBCB background.


White color preview on #A6BBCB background

This text has white color on #A6BBCB background.