COLOR #BFC5CD

HEX: #BFC5CD
RGB: (191,197,205)

Color info

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

RGB color model

#BFC5CD color RGB value is (191,197,205).

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

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 205 of 255 = 80%

191
197
205

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

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 205 = 593 (100%)
R 191 of 593 ~ 32.21%
G 197 of 593 ~ 33.22%
B 205 of 593 ~ 34.57%

%32.21
%33.22
%34.57

CMYK color model

#BFC5CD color CMYK value is (7,4,0,20).

  • cyan value is 6.83%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(7,4,0,20)
C7M4Y0K20 
(7%,4%,0%,20%)
(0.07/0.04/0.00/0.20)	

CMYK percentages

%6.83
%3.9
%0
%19.61

Codes

Color #BFC5CD in popluar color models

BFC5CD
RGB191197205
HSL214°12.28%77.65%
HSB/HSV214°6.83%80.39%
CMYK6.83%3.90%0.00%
19.61%

Color #BFC5CD in popluar number systems.

HEXBFC5CD
Decimal191197205
Binary101111111100010111001101
Octal277305315

Shades and tints

Shades of #BFC5CD

#BFC5CD
(191,197,205)
#AEB4BB
(174,180,187)
#9DA3A9
(157,163,169)
#8C9297
(140,146,151)
#7B8185
(123,129,133)
#6A7073
(106,112,115)
#595F61
(89,95,97)
#484E4F
(72,78,79)
#373D3D
(55,61,61)
#262C2B
(38,44,43)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #BFC5CD

#BFC5CD
(191,197,205)
#C4CAD1
(196,202,209)
#C9CFD5
(201,207,213)
#CED4D9
(206,212,217)
#D3D9DD
(211,217,221)
#D8DEE1
(216,222,225)
#DDE3E5
(221,227,229)
#E2E8E9
(226,232,233)
#E7EDED
(231,237,237)
#ECF2F1
(236,242,241)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5CD color. Also use rgb(191,197,205) instead hex code.

Text Font Color

.myTextColor { color: #BFC5CD; }

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

This text font color is #BFC5CD.


Background Color

.myBgColor { background-color: #BFC5CD; }

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

This div background color is #BFC5CD.


Border color

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

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

This div border color is #BFC5CD.


Opacity

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

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

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

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

This text has shadow with #BFC5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC5CD on black background.


Color preview on white background

This text has color #BFC5CD on white background.



Black color preview on #BFC5CD background

This text has black color on #BFC5CD background.


White color preview on #BFC5CD background

This text has white color on #BFC5CD background.