COLOR #BFC4CB

HEX: #BFC4CB
RGB: (191,196,203)

Color info

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

RGB color model

#BFC4CB color RGB value is (191,196,203).

  • red value is 191;
  • green value is 196;
  • blue value is 203.
RGB:
(191,196,203)
(75%,77%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 203 of 255 = 80%

191
196
203

R + G + B ~ 77%. #BFC4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 203 = 590 (100%)
R 191 of 590 ~ 32.37%
G 196 of 590 ~ 33.22%
B 203 of 590 ~ 34.41%

%32.37
%33.22
%34.41

CMYK color model

#BFC4CB color CMYK value is (6,3,0,20).

  • cyan value is 5.91%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,3,0,20)
C6M3Y0K20 
(6%,3%,0%,20%)
(0.06/0.03/0.00/0.20)	

CMYK percentages

%5.91
%3.45
%0
%20.39

Codes

Color #BFC4CB in popluar color models

BFC4CB
RGB191196203
HSL215°10.34%77.25%
HSB/HSV215°5.91%79.61%
CMYK5.91%3.45%0.00%
20.39%

Color #BFC4CB in popluar number systems.

HEXBFC4CB
Decimal191196203
Binary101111111100010011001011
Octal277304313

Shades and tints

Shades of #BFC4CB

#BFC4CB
(191,196,203)
#AEB3B9
(174,179,185)
#9DA2A7
(157,162,167)
#8C9195
(140,145,149)
#7B8083
(123,128,131)
#6A6F71
(106,111,113)
#595E5F
(89,94,95)
#484D4D
(72,77,77)
#373C3B
(55,60,59)
#262B29
(38,43,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #BFC4CB

#BFC4CB
(191,196,203)
#C4C9CF
(196,201,207)
#C9CED3
(201,206,211)
#CED3D7
(206,211,215)
#D3D8DB
(211,216,219)
#D8DDDF
(216,221,223)
#DDE2E3
(221,226,227)
#E2E7E7
(226,231,231)
#E7ECEB
(231,236,235)
#ECF1EF
(236,241,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC4CB color. Also use rgb(191,196,203) instead hex code.

Text Font Color

.myTextColor { color: #BFC4CB; }

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

This text font color is #BFC4CB.


Background Color

.myBgColor { background-color: #BFC4CB; }

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

This div background color is #BFC4CB.


Border color

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

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

This div border color is #BFC4CB.


Opacity

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

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

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

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

This text has shadow with #BFC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4CB on black background.


Color preview on white background

This text has color #BFC4CB on white background.



Black color preview on #BFC4CB background

This text has black color on #BFC4CB background.


White color preview on #BFC4CB background

This text has white color on #BFC4CB background.