COLOR #BFC6CD

HEX: #BFC6CD
RGB: (191,198,205)

Color info

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

RGB color model

#BFC6CD color RGB value is (191,198,205).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 205 of 255 = 80%

191
198
205

R + G + B ~ 78%. #BFC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 205 = 594 (100%)
R 191 of 594 ~ 32.15%
G 198 of 594 ~ 33.33%
B 205 of 594 ~ 34.51%

%32.15
%33.33
%34.51

CMYK color model

#BFC6CD color CMYK value is (7,3,0,20).

  • cyan value is 6.83%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (7,3,0,20) C7M3Y0K20 (7%,3%,0%,20%) (0.07/0.03/0.00/0.20)

CMYK percentages

%6.83
%3.41
%0
%19.61

Codes

Color #BFC6CD in popluar color models

BFC6CD
RGB191198205
HSL210°12.28%77.65%
HSB/HSV210°6.83%80.39%
CMYK6.83%3.41%0.00%
19.61%

Color #BFC6CD in popluar number systems.

HEXBFC6CD
Decimal191198205
Binary101111111100011011001101
Octal277306315

Shades and tints

Shades of #BFC6CD

#BFC6CD
(191,198,205)
#AEB4BB
(174,180,187)
#9DA2A9
(157,162,169)
#8C9097
(140,144,151)
#7B7E85
(123,126,133)
#6A6C73
(106,108,115)
#595A61
(89,90,97)
#48484F
(72,72,79)
#37363D
(55,54,61)
#26242B
(38,36,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #BFC6CD

#BFC6CD
(191,198,205)
#C4CBD1
(196,203,209)
#C9D0D5
(201,208,213)
#CED5D9
(206,213,217)
#D3DADD
(211,218,221)
#D8DFE1
(216,223,225)
#DDE4E5
(221,228,229)
#E2E9E9
(226,233,233)
#E7EEED
(231,238,237)
#ECF3F1
(236,243,241)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6CD; }

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

This text font color is #BFC6CD.


Background Color

.myBgColor { background-color: #BFC6CD; }

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

This div background color is #BFC6CD.


Border color

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

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

This div border color is #BFC6CD.


Opacity

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

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

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

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

This text has shadow with #BFC6CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFC6CD on black background.


Color preview on white background

This text has color #BFC6CD on white background.



Black color preview on #BFC6CD background

This text has black color on #BFC6CD background.


White color preview on #BFC6CD background

This text has white color on #BFC6CD background.