COLOR #BBC5B8

HEX: #BBC5B8
RGB: (187,197,184)

Color info

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

RGB color model

#BBC5B8 color RGB value is (187,197,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 184 of 255 = 72%

187
197
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 184 = 568 (100%)
R 187 of 568 ~ 32.92%
G 197 of 568 ~ 34.68%
B 184 of 568 ~ 32.39%

%32.92
%34.68
%32.39

CMYK color model

#BBC5B8 color CMYK value is (5,0,7,23).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(5,0,7,23)
C5M0Y7K23 
(5%,0%,7%,23%)
(0.05/0.00/0.07/0.23)	

CMYK percentages

%5.08
%0
%6.6
%22.75

Codes

Color #BBC5B8 in popluar color models

BBC5B8
RGB187197184
HSL106°10.08%74.71%
HSB/HSV106°6.60%77.25%
CMYK5.08%0.00%6.60%
22.75%

Color #BBC5B8 in popluar number systems.

HEXBBC5B8
Decimal187197184
Binary101110111100010110111000
Octal273305270

Shades and tints

Shades of #BBC5B8

#BBC5B8
(187,197,184)
#AAB4A8
(170,180,168)
#99A398
(153,163,152)
#889288
(136,146,136)
#778178
(119,129,120)
#667068
(102,112,104)
#555F58
(85,95,88)
#444E48
(68,78,72)
#333D38
(51,61,56)
#222C28
(34,44,40)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBC5B8

#BBC5B8
(187,197,184)
#C1CABE
(193,202,190)
#C7CFC4
(199,207,196)
#CDD4CA
(205,212,202)
#D3D9D0
(211,217,208)
#D9DED6
(217,222,214)
#DFE3DC
(223,227,220)
#E5E8E2
(229,232,226)
#EBEDE8
(235,237,232)
#F1F2EE
(241,242,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5B8; }

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

This text font color is #BBC5B8.


Background Color

.myBgColor { background-color: #BBC5B8; }

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

This div background color is #BBC5B8.


Border color

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

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

This div border color is #BBC5B8.


Opacity

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

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

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

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

This text has shadow with #BBC5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5B8 on black background.


Color preview on white background

This text has color #BBC5B8 on white background.



Black color preview on #BBC5B8 background

This text has black color on #BBC5B8 background.


White color preview on #BBC5B8 background

This text has white color on #BBC5B8 background.