COLOR #BBC1B1

HEX: #BBC1B1
RGB: (187,193,177)

Color info

#BBC1B1 contains red, green and blue colors in about the same proportion. Web safe color of #BBC1B1 is #CCCC99 (or #CC9).

RGB color model

#BBC1B1 color RGB value is (187,193,177).

  • red value is 187;
  • green value is 193;
  • blue value is 177.
RGB:
(187,193,177)
(73%,76%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 177 of 255 = 69%

187
193
177

R + G + B ~ 73%. #BBC1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 177 = 557 (100%)
R 187 of 557 ~ 33.57%
G 193 of 557 ~ 34.65%
B 177 of 557 ~ 31.78%

%33.57
%34.65
%31.78

CMYK color model

#BBC1B1 color CMYK value is (3,0,8,24).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(3,0,8,24)
C3M0Y8K24 
(3%,0%,8%,24%)
(0.03/0.00/0.08/0.24)	

CMYK percentages

%3.11
%0
%8.29
%24.31

Codes

Color #BBC1B1 in popluar color models

BBC1B1
RGB187193177
HSL83°11.43%72.55%
HSB/HSV83°8.29%75.69%
CMYK3.11%0.00%8.29%
24.31%

Color #BBC1B1 in popluar number systems.

HEXBBC1B1
Decimal187193177
Binary101110111100000110110001
Octal273301261

Shades and tints

Shades of #BBC1B1

#BBC1B1
(187,193,177)
#AAB0A1
(170,176,161)
#999F91
(153,159,145)
#888E81
(136,142,129)
#777D71
(119,125,113)
#666C61
(102,108,97)
#555B51
(85,91,81)
#444A41
(68,74,65)
#333931
(51,57,49)
#222821
(34,40,33)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBC1B1

#BBC1B1
(187,193,177)
#C1C6B8
(193,198,184)
#C7CBBF
(199,203,191)
#CDD0C6
(205,208,198)
#D3D5CD
(211,213,205)
#D9DAD4
(217,218,212)
#DFDFDB
(223,223,219)
#E5E4E2
(229,228,226)
#EBE9E9
(235,233,233)
#F1EEF0
(241,238,240)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC1B1 color. Also use rgb(187,193,177) instead hex code.

Text Font Color

.myTextColor { color: #BBC1B1; }

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

This text font color is #BBC1B1.


Background Color

.myBgColor { background-color: #BBC1B1; }

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

This div background color is #BBC1B1.


Border color

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

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

This div border color is #BBC1B1.


Opacity

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

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

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

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

This text has shadow with #BBC1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1B1 on black background.


Color preview on white background

This text has color #BBC1B1 on white background.



Black color preview on #BBC1B1 background

This text has black color on #BBC1B1 background.


White color preview on #BBC1B1 background

This text has white color on #BBC1B1 background.