COLOR #B8C6CB

HEX: #B8C6CB
RGB: (184,198,203)

Color info

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

RGB color model

#B8C6CB color RGB value is (184,198,203).

  • red value is 184;
  • green value is 198;
  • blue value is 203.
RGB:
(184,198,203)
(72%,78%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 198 of 255 = 78%
B 203 of 255 = 80%

184
198
203

R + G + B ~ 77%. #B8C6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 198 + 203 = 585 (100%)
R 184 of 585 ~ 31.45%
G 198 of 585 ~ 33.85%
B 203 of 585 ~ 34.7%

%31.45
%33.85
%34.7

CMYK color model

#B8C6CB color CMYK value is (9,2,0,20).

  • cyan value is 9.36%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,2,0,20)
C9M2Y0K20 
(9%,2%,0%,20%)
(0.09/0.02/0.00/0.20)	

CMYK percentages

%9.36
%2.46
%0
%20.39

Codes

Color #B8C6CB in popluar color models

B8C6CB
RGB184198203
HSL196°15.45%75.88%
HSB/HSV196°9.36%79.61%
CMYK9.36%2.46%0.00%
20.39%

Color #B8C6CB in popluar number systems.

HEXB8C6CB
Decimal184198203
Binary101110001100011011001011
Octal270306313

Shades and tints

Shades of #B8C6CB

#B8C6CB
(184,198,203)
#A8B4B9
(168,180,185)
#98A2A7
(152,162,167)
#889095
(136,144,149)
#787E83
(120,126,131)
#686C71
(104,108,113)
#585A5F
(88,90,95)
#48484D
(72,72,77)
#38363B
(56,54,59)
#282429
(40,36,41)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #B8C6CB

#B8C6CB
(184,198,203)
#BECBCF
(190,203,207)
#C4D0D3
(196,208,211)
#CAD5D7
(202,213,215)
#D0DADB
(208,218,219)
#D6DFDF
(214,223,223)
#DCE4E3
(220,228,227)
#E2E9E7
(226,233,231)
#E8EEEB
(232,238,235)
#EEF3EF
(238,243,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C6CB color. Also use rgb(184,198,203) instead hex code.

Text Font Color

.myTextColor { color: #B8C6CB; }

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

This text font color is #B8C6CB.


Background Color

.myBgColor { background-color: #B8C6CB; }

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

This div background color is #B8C6CB.


Border color

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

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

This div border color is #B8C6CB.


Opacity

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

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

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

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

This text has shadow with #B8C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C6CB on black background.


Color preview on white background

This text has color #B8C6CB on white background.



Black color preview on #B8C6CB background

This text has black color on #B8C6CB background.


White color preview on #B8C6CB background

This text has white color on #B8C6CB background.