COLOR #BBBEB4

HEX: #BBBEB4
RGB: (187,190,180)

Color info

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

RGB color model

#BBBEB4 color RGB value is (187,190,180).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 180 of 255 = 71%

187
190
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 180 = 557 (100%)
R 187 of 557 ~ 33.57%
G 190 of 557 ~ 34.11%
B 180 of 557 ~ 32.32%

%33.57
%34.11
%32.32

CMYK color model

#BBBEB4 color CMYK value is (2,0,5,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(2,0,5,25)
C2M0Y5K25 
(2%,0%,5%,25%)
(0.02/0.00/0.05/0.25)	

CMYK percentages

%1.58
%0
%5.26
%25.49

Codes

Color #BBBEB4 in popluar color models

BBBEB4
RGB187190180
HSL78°7.14%72.55%
HSB/HSV78°5.26%74.51%
CMYK1.58%0.00%5.26%
25.49%

Color #BBBEB4 in popluar number systems.

HEXBBBEB4
Decimal187190180
Binary101110111011111010110100
Octal273276264

Shades and tints

Shades of #BBBEB4

#BBBEB4
(187,190,180)
#AAADA4
(170,173,164)
#999C94
(153,156,148)
#888B84
(136,139,132)
#777A74
(119,122,116)
#666964
(102,105,100)
#555854
(85,88,84)
#444744
(68,71,68)
#333634
(51,54,52)
#222524
(34,37,36)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBBEB4

#BBBEB4
(187,190,180)
#C1C3BA
(193,195,186)
#C7C8C0
(199,200,192)
#CDCDC6
(205,205,198)
#D3D2CC
(211,210,204)
#D9D7D2
(217,215,210)
#DFDCD8
(223,220,216)
#E5E1DE
(229,225,222)
#EBE6E4
(235,230,228)
#F1EBEA
(241,235,234)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEB4; }

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

This text font color is #BBBEB4.


Background Color

.myBgColor { background-color: #BBBEB4; }

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

This div background color is #BBBEB4.


Border color

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

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

This div border color is #BBBEB4.


Opacity

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

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

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

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

This text has shadow with #BBBEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEB4 on black background.


Color preview on white background

This text has color #BBBEB4 on white background.



Black color preview on #BBBEB4 background

This text has black color on #BBBEB4 background.


White color preview on #BBBEB4 background

This text has white color on #BBBEB4 background.