COLOR #B6CBD7

HEX: #B6CBD7
RGB: (182,203,215)

Color info

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

RGB color model

#B6CBD7 color RGB value is (182,203,215).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 215 of 255 = 84%

182
203
215

R + G + B ~ 78%. #B6CBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 215 = 600 (100%)
R 182 of 600 ~ 30.33%
G 203 of 600 ~ 33.83%
B 215 of 600 ~ 35.83%

%30.33
%33.83
%35.83

CMYK color model

#B6CBD7 color CMYK value is (15,6,0,16).

  • cyan value is 15.35%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,6,0,16)
C15M6Y0K16 
(15%,6%,0%,16%)
(0.15/0.06/0.00/0.16)	

CMYK percentages

%15.35
%5.58
%0
%15.69

Codes

Color #B6CBD7 in popluar color models

B6CBD7
RGB182203215
HSL202°29.20%77.84%
HSB/HSV202°15.35%84.31%
CMYK15.35%5.58%0.00%
15.69%

Color #B6CBD7 in popluar number systems.

HEXB6CBD7
Decimal182203215
Binary101101101100101111010111
Octal266313327

Shades and tints

Shades of #B6CBD7

#B6CBD7
(182,203,215)
#A6B9C4
(166,185,196)
#96A7B1
(150,167,177)
#86959E
(134,149,158)
#76838B
(118,131,139)
#667178
(102,113,120)
#565F65
(86,95,101)
#464D52
(70,77,82)
#363B3F
(54,59,63)
#26292C
(38,41,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #B6CBD7

#B6CBD7
(182,203,215)
#BCCFDA
(188,207,218)
#C2D3DD
(194,211,221)
#C8D7E0
(200,215,224)
#CEDBE3
(206,219,227)
#D4DFE6
(212,223,230)
#DAE3E9
(218,227,233)
#E0E7EC
(224,231,236)
#E6EBEF
(230,235,239)
#ECEFF2
(236,239,242)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBD7; }

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

This text font color is #B6CBD7.


Background Color

.myBgColor { background-color: #B6CBD7; }

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

This div background color is #B6CBD7.


Border color

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

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

This div border color is #B6CBD7.


Opacity

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

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

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

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

This text has shadow with #B6CBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBD7 on black background.


Color preview on white background

This text has color #B6CBD7 on white background.



Black color preview on #B6CBD7 background

This text has black color on #B6CBD7 background.


White color preview on #B6CBD7 background

This text has white color on #B6CBD7 background.