COLOR #B6CBE2

HEX: #B6CBE2
RGB: (182,203,226)

Color info

#B6CBE2 contains red, green and blue colors in about the same proportion. Web safe color of #B6CBE2 is #CCCCCC (or #CCC).

RGB color model

#B6CBE2 color RGB value is (182,203,226).

  • red value is 182;
  • green value is 203;
  • blue value is 226.
RGB:
(182,203,226)
(71%,80%,89%)

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 226 of 255 = 89%

182
203
226

R + G + B ~ 80%. #B6CBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 226 = 611 (100%)
R 182 of 611 ~ 29.79%
G 203 of 611 ~ 33.22%
B 226 of 611 ~ 36.99%

%29.79
%33.22
%36.99

CMYK color model

#B6CBE2 color CMYK value is (19,10,0,11).

  • cyan value is 19.47%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,10,0,11)
C19M10Y0K11 
(19%,10%,0%,11%)
(0.19/0.10/0.00/0.11)	

CMYK percentages

%19.47
%10.18
%0
%11.37

Codes

Color #B6CBE2 in popluar color models

B6CBE2
RGB182203226
HSL211°43.14%80.00%
HSB/HSV211°19.47%88.63%
CMYK19.47%10.18%0.00%
11.37%

Color #B6CBE2 in popluar number systems.

HEXB6CBE2
Decimal182203226
Binary101101101100101111100010
Octal266313342

Shades and tints

Shades of #B6CBE2

#B6CBE2
(182,203,226)
#A6B9CE
(166,185,206)
#96A7BA
(150,167,186)
#8695A6
(134,149,166)
#768392
(118,131,146)
#66717E
(102,113,126)
#565F6A
(86,95,106)
#464D56
(70,77,86)
#363B42
(54,59,66)
#26292E
(38,41,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6CBE2

#B6CBE2
(182,203,226)
#BCCFE4
(188,207,228)
#C2D3E6
(194,211,230)
#C8D7E8
(200,215,232)
#CEDBEA
(206,219,234)
#D4DFEC
(212,223,236)
#DAE3EE
(218,227,238)
#E0E7F0
(224,231,240)
#E6EBF2
(230,235,242)
#ECEFF4
(236,239,244)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CBE2 color. Also use rgb(182,203,226) instead hex code.

Text Font Color

.myTextColor { color: #B6CBE2; }

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

This text font color is #B6CBE2.


Background Color

.myBgColor { background-color: #B6CBE2; }

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

This div background color is #B6CBE2.


Border color

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

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

This div border color is #B6CBE2.


Opacity

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

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

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

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

This text has shadow with #B6CBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBE2 on black background.


Color preview on white background

This text has color #B6CBE2 on white background.



Black color preview on #B6CBE2 background

This text has black color on #B6CBE2 background.


White color preview on #B6CBE2 background

This text has white color on #B6CBE2 background.