COLOR #BFBBC7

HEX: #BFBBC7
RGB: (191,187,199)

Color info

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

RGB color model

#BFBBC7 color RGB value is (191,187,199).

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

RGB channels and saturation

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

191
187
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 187 + 199 = 577 (100%)
R 191 of 577 ~ 33.1%
G 187 of 577 ~ 32.41%
B 199 of 577 ~ 34.49%

%33.1
%32.41
%34.49

CMYK color model

#BFBBC7 color CMYK value is (4,6,0,22).

  • cyan value is 4.02%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,6,0,22)
C4M6Y0K22 
(4%,6%,0%,22%)
(0.04/0.06/0.00/0.22)	

CMYK percentages

%4.02
%6.03
%0
%21.96

Codes

Color #BFBBC7 in popluar color models

BFBBC7
RGB191187199
HSL260°9.68%75.69%
HSB/HSV260°6.03%78.04%
CMYK4.02%6.03%0.00%
21.96%

Color #BFBBC7 in popluar number systems.

HEXBFBBC7
Decimal191187199
Binary101111111011101111000111
Octal277273307

Shades and tints

Shades of #BFBBC7

#BFBBC7
(191,187,199)
#AEAAB5
(174,170,181)
#9D99A3
(157,153,163)
#8C8891
(140,136,145)
#7B777F
(123,119,127)
#6A666D
(106,102,109)
#59555B
(89,85,91)
#484449
(72,68,73)
#373337
(55,51,55)
#262225
(38,34,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #BFBBC7

#BFBBC7
(191,187,199)
#C4C1CC
(196,193,204)
#C9C7D1
(201,199,209)
#CECDD6
(206,205,214)
#D3D3DB
(211,211,219)
#D8D9E0
(216,217,224)
#DDDFE5
(221,223,229)
#E2E5EA
(226,229,234)
#E7EBEF
(231,235,239)
#ECF1F4
(236,241,244)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBC7; }

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

This text font color is #BFBBC7.


Background Color

.myBgColor { background-color: #BFBBC7; }

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

This div background color is #BFBBC7.


Border color

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

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

This div border color is #BFBBC7.


Opacity

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

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

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

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

This text has shadow with #BFBBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBBC7 on black background.


Color preview on white background

This text has color #BFBBC7 on white background.



Black color preview on #BFBBC7 background

This text has black color on #BFBBC7 background.


White color preview on #BFBBC7 background

This text has white color on #BFBBC7 background.