COLOR #B6CBBA

HEX: #B6CBBA
RGB: (182,203,186)

Color info

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

RGB color model

#B6CBBA color RGB value is (182,203,186).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 186 of 255 = 73%

182
203
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 186 = 571 (100%)
R 182 of 571 ~ 31.87%
G 203 of 571 ~ 35.55%
B 186 of 571 ~ 32.57%

%31.87
%35.55
%32.57

CMYK color model

#B6CBBA color CMYK value is (10,0,8,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(10,0,8,20)
C10M0Y8K20 
(10%,0%,8%,20%)
(0.10/0.00/0.08/0.20)	

CMYK percentages

%10.34
%0
%8.37
%20.39

Codes

Color #B6CBBA in popluar color models

B6CBBA
RGB182203186
HSL131°16.80%75.49%
HSB/HSV131°10.34%79.61%
CMYK10.34%0.00%8.37%
20.39%

Color #B6CBBA in popluar number systems.

HEXB6CBBA
Decimal182203186
Binary101101101100101110111010
Octal266313272

Shades and tints

Shades of #B6CBBA

#B6CBBA
(182,203,186)
#A6B9AA
(166,185,170)
#96A79A
(150,167,154)
#86958A
(134,149,138)
#76837A
(118,131,122)
#66716A
(102,113,106)
#565F5A
(86,95,90)
#464D4A
(70,77,74)
#363B3A
(54,59,58)
#26292A
(38,41,42)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6CBBA

#B6CBBA
(182,203,186)
#BCCFC0
(188,207,192)
#C2D3C6
(194,211,198)
#C8D7CC
(200,215,204)
#CEDBD2
(206,219,210)
#D4DFD8
(212,223,216)
#DAE3DE
(218,227,222)
#E0E7E4
(224,231,228)
#E6EBEA
(230,235,234)
#ECEFF0
(236,239,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBBA; }

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

This text font color is #B6CBBA.


Background Color

.myBgColor { background-color: #B6CBBA; }

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

This div background color is #B6CBBA.


Border color

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

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

This div border color is #B6CBBA.


Opacity

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

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

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

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

This text has shadow with #B6CBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBBA on black background.


Color preview on white background

This text has color #B6CBBA on white background.



Black color preview on #B6CBBA background

This text has black color on #B6CBBA background.


White color preview on #B6CBBA background

This text has white color on #B6CBBA background.