COLOR #B6CBB7

HEX: #B6CBB7
RGB: (182,203,183)

Color info

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

RGB color model

#B6CBB7 color RGB value is (182,203,183).

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

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 183 of 255 = 72%

182
203
183

R + G + B ~ 74%. #B6CBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 203 + 183 = 568 (100%)
R 182 of 568 ~ 32.04%
G 203 of 568 ~ 35.74%
B 183 of 568 ~ 32.22%

%32.04
%35.74
%32.22

CMYK color model

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

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 20.39%
CMYK:
(10,0,10,20)
C10M0Y10K20 
(10%,0%,10%,20%)
(0.10/0.00/0.10/0.20)	

CMYK percentages

%10.34
%0
%9.85
%20.39

Codes

Color #B6CBB7 in popluar color models

B6CBB7
RGB182203183
HSL123°16.80%75.49%
HSB/HSV123°10.34%79.61%
CMYK10.34%0.00%9.85%
20.39%

Color #B6CBB7 in popluar number systems.

HEXB6CBB7
Decimal182203183
Binary101101101100101110110111
Octal266313267

Shades and tints

Shades of #B6CBB7

#B6CBB7
(182,203,183)
#A6B9A7
(166,185,167)
#96A797
(150,167,151)
#869587
(134,149,135)
#768377
(118,131,119)
#667167
(102,113,103)
#565F57
(86,95,87)
#464D47
(70,77,71)
#363B37
(54,59,55)
#262927
(38,41,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6CBB7

#B6CBB7
(182,203,183)
#BCCFBD
(188,207,189)
#C2D3C3
(194,211,195)
#C8D7C9
(200,215,201)
#CEDBCF
(206,219,207)
#D4DFD5
(212,223,213)
#DAE3DB
(218,227,219)
#E0E7E1
(224,231,225)
#E6EBE7
(230,235,231)
#ECEFED
(236,239,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBB7; }

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

This text font color is #B6CBB7.


Background Color

.myBgColor { background-color: #B6CBB7; }

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

This div background color is #B6CBB7.


Border color

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

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

This div border color is #B6CBB7.


Opacity

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

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

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

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

This text has shadow with #B6CBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CBB7 on black background.


Color preview on white background

This text has color #B6CBB7 on white background.



Black color preview on #B6CBB7 background

This text has black color on #B6CBB7 background.


White color preview on #B6CBB7 background

This text has white color on #B6CBB7 background.