COLOR #BFBBC9

HEX: #BFBBC9
RGB: (191,187,201)

Color info

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

RGB color model

#BFBBC9 color RGB value is (191,187,201).

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

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 201 of 255 = 79%

191
187
201

R + G + B ~ 76%. #BFBBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 187 + 201 = 579 (100%)
R 191 of 579 ~ 32.99%
G 187 of 579 ~ 32.3%
B 201 of 579 ~ 34.72%

%32.99
%32.3
%34.72

CMYK color model

#BFBBC9 color CMYK value is (5,7,0,21).

  • cyan value is 4.98%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(5,7,0,21)
C5M7Y0K21 
(5%,7%,0%,21%)
(0.05/0.07/0.00/0.21)	

CMYK percentages

%4.98
%6.97
%0
%21.18

Codes

Color #BFBBC9 in popluar color models

BFBBC9
RGB191187201
HSL257°11.48%76.08%
HSB/HSV257°6.97%78.82%
CMYK4.98%6.97%0.00%
21.18%

Color #BFBBC9 in popluar number systems.

HEXBFBBC9
Decimal191187201
Binary101111111011101111001001
Octal277273311

Shades and tints

Shades of #BFBBC9

#BFBBC9
(191,187,201)
#AEAAB7
(174,170,183)
#9D99A5
(157,153,165)
#8C8893
(140,136,147)
#7B7781
(123,119,129)
#6A666F
(106,102,111)
#59555D
(89,85,93)
#48444B
(72,68,75)
#373339
(55,51,57)
#262227
(38,34,39)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BFBBC9

#BFBBC9
(191,187,201)
#C4C1CD
(196,193,205)
#C9C7D1
(201,199,209)
#CECDD5
(206,205,213)
#D3D3D9
(211,211,217)
#D8D9DD
(216,217,221)
#DDDFE1
(221,223,225)
#E2E5E5
(226,229,229)
#E7EBE9
(231,235,233)
#ECF1ED
(236,241,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBC9; }

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

This text font color is #BFBBC9.


Background Color

.myBgColor { background-color: #BFBBC9; }

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

This div background color is #BFBBC9.


Border color

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

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

This div border color is #BFBBC9.


Opacity

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

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

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

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

This text has shadow with #BFBBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBBC9 on black background.


Color preview on white background

This text has color #BFBBC9 on white background.



Black color preview on #BFBBC9 background

This text has black color on #BFBBC9 background.


White color preview on #BFBBC9 background

This text has white color on #BFBBC9 background.