COLOR #B7C6BE

HEX: #B7C6BE
RGB: (183,198,190)

Color info

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

RGB color model

#B7C6BE color RGB value is (183,198,190).

  • red value is 183;
  • green value is 198;
  • blue value is 190.
RGB:
(183,198,190)
(72%,78%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 190 of 255 = 75%

183
198
190

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

Portions of RGB colors in percentages

R + G + B =
183 + 198 + 190 = 571 (100%)
R 183 of 571 ~ 32.05%
G 198 of 571 ~ 34.68%
B 190 of 571 ~ 33.27%

%32.05
%34.68
%33.27

CMYK color model

#B7C6BE color CMYK value is (8,0,4,22).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(8,0,4,22)
C8M0Y4K22 
(8%,0%,4%,22%)
(0.08/0.00/0.04/0.22)	

CMYK percentages

%7.58
%0
%4.04
%22.35

Codes

Color #B7C6BE in popluar color models

B7C6BE
RGB183198190
HSL148°11.63%74.71%
HSB/HSV148°7.58%77.65%
CMYK7.58%0.00%4.04%
22.35%

Color #B7C6BE in popluar number systems.

HEXB7C6BE
Decimal183198190
Binary101101111100011010111110
Octal267306276

Shades and tints

Shades of #B7C6BE

#B7C6BE
(183,198,190)
#A7B4AD
(167,180,173)
#97A29C
(151,162,156)
#87908B
(135,144,139)
#777E7A
(119,126,122)
#676C69
(103,108,105)
#575A58
(87,90,88)
#474847
(71,72,71)
#373636
(55,54,54)
#272425
(39,36,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #B7C6BE

#B7C6BE
(183,198,190)
#BDCBC3
(189,203,195)
#C3D0C8
(195,208,200)
#C9D5CD
(201,213,205)
#CFDAD2
(207,218,210)
#D5DFD7
(213,223,215)
#DBE4DC
(219,228,220)
#E1E9E1
(225,233,225)
#E7EEE6
(231,238,230)
#EDF3EB
(237,243,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C6BE color. Also use rgb(183,198,190) instead hex code.

Text Font Color

.myTextColor { color: #B7C6BE; }

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

This text font color is #B7C6BE.


Background Color

.myBgColor { background-color: #B7C6BE; }

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

This div background color is #B7C6BE.


Border color

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

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

This div border color is #B7C6BE.


Opacity

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

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

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

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

This text has shadow with #B7C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C6BE on black background.


Color preview on white background

This text has color #B7C6BE on white background.



Black color preview on #B7C6BE background

This text has black color on #B7C6BE background.


White color preview on #B7C6BE background

This text has white color on #B7C6BE background.