COLOR #B6C7B8

HEX: #B6C7B8
RGB: (182,199,184)

Color info

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

RGB color model

#B6C7B8 color RGB value is (182,199,184).

  • red value is 182;
  • green value is 199;
  • blue value is 184.
RGB:
(182,199,184)
(71%,78%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 184 of 255 = 72%

182
199
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 199 + 184 = 565 (100%)
R 182 of 565 ~ 32.21%
G 199 of 565 ~ 35.22%
B 184 of 565 ~ 32.57%

%32.21
%35.22
%32.57

CMYK color model

#B6C7B8 color CMYK value is (9,0,8,22).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK:
(9,0,8,22)
C9M0Y8K22 
(9%,0%,8%,22%)
(0.09/0.00/0.08/0.22)	

CMYK percentages

%8.54
%0
%7.54
%21.96

Codes

Color #B6C7B8 in popluar color models

B6C7B8
RGB182199184
HSL127°13.18%74.71%
HSB/HSV127°8.54%78.04%
CMYK8.54%0.00%7.54%
21.96%

Color #B6C7B8 in popluar number systems.

HEXB6C7B8
Decimal182199184
Binary101101101100011110111000
Octal266307270

Shades and tints

Shades of #B6C7B8

#B6C7B8
(182,199,184)
#A6B5A8
(166,181,168)
#96A398
(150,163,152)
#869188
(134,145,136)
#767F78
(118,127,120)
#666D68
(102,109,104)
#565B58
(86,91,88)
#464948
(70,73,72)
#363738
(54,55,56)
#262528
(38,37,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #B6C7B8

#B6C7B8
(182,199,184)
#BCCCBE
(188,204,190)
#C2D1C4
(194,209,196)
#C8D6CA
(200,214,202)
#CEDBD0
(206,219,208)
#D4E0D6
(212,224,214)
#DAE5DC
(218,229,220)
#E0EAE2
(224,234,226)
#E6EFE8
(230,239,232)
#ECF4EE
(236,244,238)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C7B8 color. Also use rgb(182,199,184) instead hex code.

Text Font Color

.myTextColor { color: #B6C7B8; }

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

This text font color is #B6C7B8.


Background Color

.myBgColor { background-color: #B6C7B8; }

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

This div background color is #B6C7B8.


Border color

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

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

This div border color is #B6C7B8.


Opacity

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

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

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

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

This text has shadow with #B6C7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C7B8 on black background.


Color preview on white background

This text has color #B6C7B8 on white background.



Black color preview on #B6C7B8 background

This text has black color on #B6C7B8 background.


White color preview on #B6C7B8 background

This text has white color on #B6C7B8 background.