COLOR #BBBEB7

HEX: #BBBEB7
RGB: (187,190,183)

Color info

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

RGB color model

#BBBEB7 color RGB value is (187,190,183).

  • red value is 187;
  • green value is 190;
  • blue value is 183.
RGB:
(187,190,183)
(73%,75%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 183 of 255 = 72%

187
190
183

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 183 = 560 (100%)
R 187 of 560 ~ 33.39%
G 190 of 560 ~ 33.93%
B 183 of 560 ~ 32.68%

%33.39
%33.93
%32.68

CMYK color model

#BBBEB7 color CMYK value is (2,0,4,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(2,0,4,25)
C2M0Y4K25 
(2%,0%,4%,25%)
(0.02/0.00/0.04/0.25)	

CMYK percentages

%1.58
%0
%3.68
%25.49

Codes

Color #BBBEB7 in popluar color models

BBBEB7
RGB187190183
HSL86°5.11%73.14%
HSB/HSV86°3.68%74.51%
CMYK1.58%0.00%3.68%
25.49%

Color #BBBEB7 in popluar number systems.

HEXBBBEB7
Decimal187190183
Binary101110111011111010110111
Octal273276267

Shades and tints

Shades of #BBBEB7

#BBBEB7
(187,190,183)
#AAADA7
(170,173,167)
#999C97
(153,156,151)
#888B87
(136,139,135)
#777A77
(119,122,119)
#666967
(102,105,103)
#555857
(85,88,87)
#444747
(68,71,71)
#333637
(51,54,55)
#222527
(34,37,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #BBBEB7

#BBBEB7
(187,190,183)
#C1C3BD
(193,195,189)
#C7C8C3
(199,200,195)
#CDCDC9
(205,205,201)
#D3D2CF
(211,210,207)
#D9D7D5
(217,215,213)
#DFDCDB
(223,220,219)
#E5E1E1
(229,225,225)
#EBE6E7
(235,230,231)
#F1EBED
(241,235,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBEB7 color. Also use rgb(187,190,183) instead hex code.

Text Font Color

.myTextColor { color: #BBBEB7; }

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

This text font color is #BBBEB7.


Background Color

.myBgColor { background-color: #BBBEB7; }

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

This div background color is #BBBEB7.


Border color

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

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

This div border color is #BBBEB7.


Opacity

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

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

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

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

This text has shadow with #BBBEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEB7 on black background.


Color preview on white background

This text has color #BBBEB7 on white background.



Black color preview on #BBBEB7 background

This text has black color on #BBBEB7 background.


White color preview on #BBBEB7 background

This text has white color on #BBBEB7 background.