COLOR #B8C8BB

HEX: #B8C8BB
RGB: (184,200,187)

Color info

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

RGB color model

#B8C8BB color RGB value is (184,200,187).

  • red value is 184;
  • green value is 200;
  • blue value is 187.
RGB:
(184,200,187)
(72%,78%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 200 of 255 = 78%
B 187 of 255 = 73%

184
200
187

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

Portions of RGB colors in percentages

R + G + B =
184 + 200 + 187 = 571 (100%)
R 184 of 571 ~ 32.22%
G 200 of 571 ~ 35.03%
B 187 of 571 ~ 32.75%

%32.22
%35.03
%32.75

CMYK color model

#B8C8BB color CMYK value is (8,0,7,22).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(8,0,7,22)
C8M0Y7K22 
(8%,0%,7%,22%)
(0.08/0.00/0.07/0.22)	

CMYK percentages

%8
%0
%6.5
%21.57

Codes

Color #B8C8BB in popluar color models

B8C8BB
RGB184200187
HSL131°12.70%75.29%
HSB/HSV131°8.00%78.43%
CMYK8.00%0.00%6.50%
21.57%

Color #B8C8BB in popluar number systems.

HEXB8C8BB
Decimal184200187
Binary101110001100100010111011
Octal270310273

Shades and tints

Shades of #B8C8BB

#B8C8BB
(184,200,187)
#A8B6AA
(168,182,170)
#98A499
(152,164,153)
#889288
(136,146,136)
#788077
(120,128,119)
#686E66
(104,110,102)
#585C55
(88,92,85)
#484A44
(72,74,68)
#383833
(56,56,51)
#282622
(40,38,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B8C8BB

#B8C8BB
(184,200,187)
#BECDC1
(190,205,193)
#C4D2C7
(196,210,199)
#CAD7CD
(202,215,205)
#D0DCD3
(208,220,211)
#D6E1D9
(214,225,217)
#DCE6DF
(220,230,223)
#E2EBE5
(226,235,229)
#E8F0EB
(232,240,235)
#EEF5F1
(238,245,241)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C8BB color. Also use rgb(184,200,187) instead hex code.

Text Font Color

.myTextColor { color: #B8C8BB; }

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

This text font color is #B8C8BB.


Background Color

.myBgColor { background-color: #B8C8BB; }

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

This div background color is #B8C8BB.


Border color

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

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

This div border color is #B8C8BB.


Opacity

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

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

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

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

This text has shadow with #B8C8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C8BB on black background.


Color preview on white background

This text has color #B8C8BB on white background.



Black color preview on #B8C8BB background

This text has black color on #B8C8BB background.


White color preview on #B8C8BB background

This text has white color on #B8C8BB background.