COLOR #B5C6B7

HEX: #B5C6B7
RGB: (181,198,183)

Color info

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

RGB color model

#B5C6B7 color RGB value is (181,198,183).

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

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 183 of 255 = 72%

181
198
183

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 183 = 562 (100%)
R 181 of 562 ~ 32.21%
G 198 of 562 ~ 35.23%
B 183 of 562 ~ 32.56%

%32.21
%35.23
%32.56

CMYK color model

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

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

CMYK percentages

%8.59
%0
%7.58
%22.35

Codes

Color #B5C6B7 in popluar color models

B5C6B7
RGB181198183
HSL127°12.98%74.31%
HSB/HSV127°8.59%77.65%
CMYK8.59%0.00%7.58%
22.35%

Color #B5C6B7 in popluar number systems.

HEXB5C6B7
Decimal181198183
Binary101101011100011010110111
Octal265306267

Shades and tints

Shades of #B5C6B7

#B5C6B7
(181,198,183)
#A5B4A7
(165,180,167)
#95A297
(149,162,151)
#859087
(133,144,135)
#757E77
(117,126,119)
#656C67
(101,108,103)
#555A57
(85,90,87)
#454847
(69,72,71)
#353637
(53,54,55)
#252427
(37,36,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B5C6B7

#B5C6B7
(181,198,183)
#BBCBBD
(187,203,189)
#C1D0C3
(193,208,195)
#C7D5C9
(199,213,201)
#CDDACF
(205,218,207)
#D3DFD5
(211,223,213)
#D9E4DB
(217,228,219)
#DFE9E1
(223,233,225)
#E5EEE7
(229,238,231)
#EBF3ED
(235,243,237)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C6B7; }

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

This text font color is #B5C6B7.


Background Color

.myBgColor { background-color: #B5C6B7; }

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

This div background color is #B5C6B7.


Border color

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

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

This div border color is #B5C6B7.


Opacity

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

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

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

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

This text has shadow with #B5C6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6B7 on black background.


Color preview on white background

This text has color #B5C6B7 on white background.



Black color preview on #B5C6B7 background

This text has black color on #B5C6B7 background.


White color preview on #B5C6B7 background

This text has white color on #B5C6B7 background.