COLOR #BBBEB8

HEX: #BBBEB8
RGB: (187,190,184)

Color info

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

RGB color model

#BBBEB8 color RGB value is (187,190,184).

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

RGB channels and saturation

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

187
190
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 184 = 561 (100%)
R 187 of 561 ~ 33.33%
G 190 of 561 ~ 33.87%
B 184 of 561 ~ 32.8%

%33.33
%33.87
%32.8

CMYK color model

#BBBEB8 color CMYK value is (2,0,3,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(2,0,3,25)
C2M0Y3K25 
(2%,0%,3%,25%)
(0.02/0.00/0.03/0.25)	

CMYK percentages

%1.58
%0
%3.16
%25.49

Codes

Color #BBBEB8 in popluar color models

BBBEB8
RGB187190184
HSL90°4.41%73.33%
HSB/HSV90°3.16%74.51%
CMYK1.58%0.00%3.16%
25.49%

Color #BBBEB8 in popluar number systems.

HEXBBBEB8
Decimal187190184
Binary101110111011111010111000
Octal273276270

Shades and tints

Shades of #BBBEB8

#BBBEB8
(187,190,184)
#AAADA8
(170,173,168)
#999C98
(153,156,152)
#888B88
(136,139,136)
#777A78
(119,122,120)
#666968
(102,105,104)
#555858
(85,88,88)
#444748
(68,71,72)
#333638
(51,54,56)
#222528
(34,37,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBBEB8

#BBBEB8
(187,190,184)
#C1C3BE
(193,195,190)
#C7C8C4
(199,200,196)
#CDCDCA
(205,205,202)
#D3D2D0
(211,210,208)
#D9D7D6
(217,215,214)
#DFDCDC
(223,220,220)
#E5E1E2
(229,225,226)
#EBE6E8
(235,230,232)
#F1EBEE
(241,235,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEB8; }

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

This text font color is #BBBEB8.


Background Color

.myBgColor { background-color: #BBBEB8; }

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

This div background color is #BBBEB8.


Border color

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

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

This div border color is #BBBEB8.


Opacity

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

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

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

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

This text has shadow with #BBBEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEB8 on black background.


Color preview on white background

This text has color #BBBEB8 on white background.



Black color preview on #BBBEB8 background

This text has black color on #BBBEB8 background.


White color preview on #BBBEB8 background

This text has white color on #BBBEB8 background.