COLOR #BBC9B8

HEX: #BBC9B8
RGB: (187,201,184)

Color info

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

RGB color model

#BBC9B8 color RGB value is (187,201,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 184 of 255 = 72%

187
201
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 184 = 572 (100%)
R 187 of 572 ~ 32.69%
G 201 of 572 ~ 35.14%
B 184 of 572 ~ 32.17%

%32.69
%35.14
%32.17

CMYK color model

#BBC9B8 color CMYK value is (7,0,8,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(7,0,8,21)
C7M0Y8K21 
(7%,0%,8%,21%)
(0.07/0.00/0.08/0.21)	

CMYK percentages

%6.97
%0
%8.46
%21.18

Codes

Color #BBC9B8 in popluar color models

BBC9B8
RGB187201184
HSL109°13.60%75.49%
HSB/HSV109°8.46%78.82%
CMYK6.97%0.00%8.46%
21.18%

Color #BBC9B8 in popluar number systems.

HEXBBC9B8
Decimal187201184
Binary101110111100100110111000
Octal273311270

Shades and tints

Shades of #BBC9B8

#BBC9B8
(187,201,184)
#AAB7A8
(170,183,168)
#99A598
(153,165,152)
#889388
(136,147,136)
#778178
(119,129,120)
#666F68
(102,111,104)
#555D58
(85,93,88)
#444B48
(68,75,72)
#333938
(51,57,56)
#222728
(34,39,40)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBC9B8

#BBC9B8
(187,201,184)
#C1CDBE
(193,205,190)
#C7D1C4
(199,209,196)
#CDD5CA
(205,213,202)
#D3D9D0
(211,217,208)
#D9DDD6
(217,221,214)
#DFE1DC
(223,225,220)
#E5E5E2
(229,229,226)
#EBE9E8
(235,233,232)
#F1EDEE
(241,237,238)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9B8; }

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

This text font color is #BBC9B8.


Background Color

.myBgColor { background-color: #BBC9B8; }

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

This div background color is #BBC9B8.


Border color

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

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

This div border color is #BBC9B8.


Opacity

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

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

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

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

This text has shadow with #BBC9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC9B8 on black background.


Color preview on white background

This text has color #BBC9B8 on white background.



Black color preview on #BBC9B8 background

This text has black color on #BBC9B8 background.


White color preview on #BBC9B8 background

This text has white color on #BBC9B8 background.