COLOR #B6CBBC

HEX: #B6CBBC
RGB: (182,203,188)

Color info

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

RGB color model

#B6CBBC color RGB value is (182,203,188).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 188 of 255 = 74%

182
203
188

R + G + B ~ 75%. #B6CBBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 188 = 573 (100%)
R 182 of 573 ~ 31.76%
G 203 of 573 ~ 35.43%
B 188 of 573 ~ 32.81%

%31.76
%35.43
%32.81

CMYK color model

#B6CBBC color CMYK value is (10,0,7,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%
CMYK:
(10,0,7,20)
C10M0Y7K20 
(10%,0%,7%,20%)
(0.10/0.00/0.07/0.20)	

CMYK percentages

%10.34
%0
%7.39
%20.39

Codes

Color #B6CBBC in popluar color models

B6CBBC
RGB182203188
HSL137°16.80%75.49%
HSB/HSV137°10.34%79.61%
CMYK10.34%0.00%7.39%
20.39%

Color #B6CBBC in popluar number systems.

HEXB6CBBC
Decimal182203188
Binary101101101100101110111100
Octal266313274

Shades and tints

Shades of #B6CBBC

#B6CBBC
(182,203,188)
#A6B9AB
(166,185,171)
#96A79A
(150,167,154)
#869589
(134,149,137)
#768378
(118,131,120)
#667167
(102,113,103)
#565F56
(86,95,86)
#464D45
(70,77,69)
#363B34
(54,59,52)
#262923
(38,41,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B6CBBC

#B6CBBC
(182,203,188)
#BCCFC2
(188,207,194)
#C2D3C8
(194,211,200)
#C8D7CE
(200,215,206)
#CEDBD4
(206,219,212)
#D4DFDA
(212,223,218)
#DAE3E0
(218,227,224)
#E0E7E6
(224,231,230)
#E6EBEC
(230,235,236)
#ECEFF2
(236,239,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBBC; }

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

This text font color is #B6CBBC.


Background Color

.myBgColor { background-color: #B6CBBC; }

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

This div background color is #B6CBBC.


Border color

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

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

This div border color is #B6CBBC.


Opacity

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

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

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

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

This text has shadow with #B6CBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBBC on black background.


Color preview on white background

This text has color #B6CBBC on white background.



Black color preview on #B6CBBC background

This text has black color on #B6CBBC background.


White color preview on #B6CBBC background

This text has white color on #B6CBBC background.