COLOR #BFC6D2

HEX: #BFC6D2
RGB: (191,198,210)

Color info

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

RGB color model

#BFC6D2 color RGB value is (191,198,210).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 210 of 255 = 82%

191
198
210

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

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 210 = 599 (100%)
R 191 of 599 ~ 31.89%
G 198 of 599 ~ 33.06%
B 210 of 599 ~ 35.06%

%31.89
%33.06
%35.06

CMYK color model

#BFC6D2 color CMYK value is (9,6,0,18).

  • cyan value is 9.05%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (9,6,0,18) C9M6Y0K18 (9%,6%,0%,18%) (0.09/0.06/0.00/0.18)

CMYK percentages

%9.05
%5.71
%0
%17.65

Codes

Color #BFC6D2 in popluar color models

BFC6D2
RGB191198210
HSL218°17.43%78.63%
HSB/HSV218°9.05%82.35%
CMYK9.05%5.71%0.00%
17.65%

Color #BFC6D2 in popluar number systems.

HEXBFC6D2
Decimal191198210
Binary101111111100011011010010
Octal277306322

Shades and tints

Shades of #BFC6D2

#BFC6D2
(191,198,210)
#AEB4BF
(174,180,191)
#9DA2AC
(157,162,172)
#8C9099
(140,144,153)
#7B7E86
(123,126,134)
#6A6C73
(106,108,115)
#595A60
(89,90,96)
#48484D
(72,72,77)
#37363A
(55,54,58)
#262427
(38,36,39)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #BFC6D2

#BFC6D2
(191,198,210)
#C4CBD6
(196,203,214)
#C9D0DA
(201,208,218)
#CED5DE
(206,213,222)
#D3DAE2
(211,218,226)
#D8DFE6
(216,223,230)
#DDE4EA
(221,228,234)
#E2E9EE
(226,233,238)
#E7EEF2
(231,238,242)
#ECF3F6
(236,243,246)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6D2; }

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

This text font color is #BFC6D2.


Background Color

.myBgColor { background-color: #BFC6D2; }

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

This div background color is #BFC6D2.


Border color

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

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

This div border color is #BFC6D2.


Opacity

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

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

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

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

This text has shadow with #BFC6D2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BFC6D2 on black background.


Color preview on white background

This text has color #BFC6D2 on white background.



Black color preview on #BFC6D2 background

This text has black color on #BFC6D2 background.


White color preview on #BFC6D2 background

This text has white color on #BFC6D2 background.