COLOR #B6CBE6

HEX: #B6CBE6
RGB: (182,203,230)

Color info

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

RGB color model

#B6CBE6 color RGB value is (182,203,230).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 230 of 255 = 90%

182
203
230

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

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 230 = 615 (100%)
R 182 of 615 ~ 29.59%
G 203 of 615 ~ 33.01%
B 230 of 615 ~ 37.4%

%29.59
%33.01
%37.4

CMYK color model

#B6CBE6 color CMYK value is (21,12,0,10).

  • cyan value is 20.87%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,12,0,10)
C21M12Y0K10 
(21%,12%,0%,10%)
(0.21/0.12/0.00/0.10)	

CMYK percentages

%20.87
%11.74
%0
%9.8

Codes

Color #B6CBE6 in popluar color models

B6CBE6
RGB182203230
HSL214°48.98%80.78%
HSB/HSV214°20.87%90.20%
CMYK20.87%11.74%0.00%
9.80%

Color #B6CBE6 in popluar number systems.

HEXB6CBE6
Decimal182203230
Binary101101101100101111100110
Octal266313346

Shades and tints

Shades of #B6CBE6

#B6CBE6
(182,203,230)
#A6B9D2
(166,185,210)
#96A7BE
(150,167,190)
#8695AA
(134,149,170)
#768396
(118,131,150)
#667182
(102,113,130)
#565F6E
(86,95,110)
#464D5A
(70,77,90)
#363B46
(54,59,70)
#262932
(38,41,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #B6CBE6

#B6CBE6
(182,203,230)
#BCCFE8
(188,207,232)
#C2D3EA
(194,211,234)
#C8D7EC
(200,215,236)
#CEDBEE
(206,219,238)
#D4DFF0
(212,223,240)
#DAE3F2
(218,227,242)
#E0E7F4
(224,231,244)
#E6EBF6
(230,235,246)
#ECEFF8
(236,239,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBE6; }

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

This text font color is #B6CBE6.


Background Color

.myBgColor { background-color: #B6CBE6; }

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

This div background color is #B6CBE6.


Border color

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

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

This div border color is #B6CBE6.


Opacity

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

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

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

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

This text has shadow with #B6CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBE6 on black background.


Color preview on white background

This text has color #B6CBE6 on white background.



Black color preview on #B6CBE6 background

This text has black color on #B6CBE6 background.


White color preview on #B6CBE6 background

This text has white color on #B6CBE6 background.