COLOR #B6CBBF

HEX: #B6CBBF
RGB: (182,203,191)

Color info

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

RGB color model

#B6CBBF color RGB value is (182,203,191).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 191 of 255 = 75%

182
203
191

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

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 191 = 576 (100%)
R 182 of 576 ~ 31.6%
G 203 of 576 ~ 35.24%
B 191 of 576 ~ 33.16%

%31.6
%35.24
%33.16

CMYK color model

#B6CBBF color CMYK value is (10,0,6,20).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 20.39%
CMYK:
(10,0,6,20)
C10M0Y6K20 
(10%,0%,6%,20%)
(0.10/0.00/0.06/0.20)	

CMYK percentages

%10.34
%0
%5.91
%20.39

Codes

Color #B6CBBF in popluar color models

B6CBBF
RGB182203191
HSL146°16.80%75.49%
HSB/HSV146°10.34%79.61%
CMYK10.34%0.00%5.91%
20.39%

Color #B6CBBF in popluar number systems.

HEXB6CBBF
Decimal182203191
Binary101101101100101110111111
Octal266313277

Shades and tints

Shades of #B6CBBF

#B6CBBF
(182,203,191)
#A6B9AE
(166,185,174)
#96A79D
(150,167,157)
#86958C
(134,149,140)
#76837B
(118,131,123)
#66716A
(102,113,106)
#565F59
(86,95,89)
#464D48
(70,77,72)
#363B37
(54,59,55)
#262926
(38,41,38)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6CBBF

#B6CBBF
(182,203,191)
#BCCFC4
(188,207,196)
#C2D3C9
(194,211,201)
#C8D7CE
(200,215,206)
#CEDBD3
(206,219,211)
#D4DFD8
(212,223,216)
#DAE3DD
(218,227,221)
#E0E7E2
(224,231,226)
#E6EBE7
(230,235,231)
#ECEFEC
(236,239,236)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBBF; }

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

This text font color is #B6CBBF.


Background Color

.myBgColor { background-color: #B6CBBF; }

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

This div background color is #B6CBBF.


Border color

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

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

This div border color is #B6CBBF.


Opacity

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

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

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

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

This text has shadow with #B6CBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBBF on black background.


Color preview on white background

This text has color #B6CBBF on white background.



Black color preview on #B6CBBF background

This text has black color on #B6CBBF background.


White color preview on #B6CBBF background

This text has white color on #B6CBBF background.