COLOR #BBBEC7

HEX: #BBBEC7
RGB: (187,190,199)

Color info

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

RGB color model

#BBBEC7 color RGB value is (187,190,199).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 199 of 255 = 78%

187
190
199

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 199 = 576 (100%)
R 187 of 576 ~ 32.47%
G 190 of 576 ~ 32.99%
B 199 of 576 ~ 34.55%

%32.47
%32.99
%34.55

CMYK color model

#BBBEC7 color CMYK value is (6,5,0,22).

  • cyan value is 6.03%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,5,0,22)
C6M5Y0K22 
(6%,5%,0%,22%)
(0.06/0.05/0.00/0.22)	

CMYK percentages

%6.03
%4.52
%0
%21.96

Codes

Color #BBBEC7 in popluar color models

BBBEC7
RGB187190199
HSL225°9.68%75.69%
HSB/HSV225°6.03%78.04%
CMYK6.03%4.52%0.00%
21.96%

Color #BBBEC7 in popluar number systems.

HEXBBBEC7
Decimal187190199
Binary101110111011111011000111
Octal273276307

Shades and tints

Shades of #BBBEC7

#BBBEC7
(187,190,199)
#AAADB5
(170,173,181)
#999CA3
(153,156,163)
#888B91
(136,139,145)
#777A7F
(119,122,127)
#66696D
(102,105,109)
#55585B
(85,88,91)
#444749
(68,71,73)
#333637
(51,54,55)
#222525
(34,37,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBBEC7

#BBBEC7
(187,190,199)
#C1C3CC
(193,195,204)
#C7C8D1
(199,200,209)
#CDCDD6
(205,205,214)
#D3D2DB
(211,210,219)
#D9D7E0
(217,215,224)
#DFDCE5
(223,220,229)
#E5E1EA
(229,225,234)
#EBE6EF
(235,230,239)
#F1EBF4
(241,235,244)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEC7; }

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

This text font color is #BBBEC7.


Background Color

.myBgColor { background-color: #BBBEC7; }

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

This div background color is #BBBEC7.


Border color

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

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

This div border color is #BBBEC7.


Opacity

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

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

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

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

This text has shadow with #BBBEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEC7 on black background.


Color preview on white background

This text has color #BBBEC7 on white background.



Black color preview on #BBBEC7 background

This text has black color on #BBBEC7 background.


White color preview on #BBBEC7 background

This text has white color on #BBBEC7 background.