COLOR #BFC3D2

HEX: #BFC3D2
RGB: (191,195,210)

Color info

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

RGB color model

#BFC3D2 color RGB value is (191,195,210).

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

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 210 of 255 = 82%

191
195
210

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

Portions of RGB colors in percentages

R + G + B =
191 + 195 + 210 = 596 (100%)
R 191 of 596 ~ 32.05%
G 195 of 596 ~ 32.72%
B 210 of 596 ~ 35.23%

%32.05
%32.72
%35.23

CMYK color model

#BFC3D2 color CMYK value is (9,7,0,18).

  • cyan value is 9.05%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,7,0,18)
C9M7Y0K18 
(9%,7%,0%,18%)
(0.09/0.07/0.00/0.18)	

CMYK percentages

%9.05
%7.14
%0
%17.65

Codes

Color #BFC3D2 in popluar color models

BFC3D2
RGB191195210
HSL227°17.43%78.63%
HSB/HSV227°9.05%82.35%
CMYK9.05%7.14%0.00%
17.65%

Color #BFC3D2 in popluar number systems.

HEXBFC3D2
Decimal191195210
Binary101111111100001111010010
Octal277303322

Shades and tints

Shades of #BFC3D2

#BFC3D2
(191,195,210)
#AEB2BF
(174,178,191)
#9DA1AC
(157,161,172)
#8C9099
(140,144,153)
#7B7F86
(123,127,134)
#6A6E73
(106,110,115)
#595D60
(89,93,96)
#484C4D
(72,76,77)
#373B3A
(55,59,58)
#262A27
(38,42,39)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #BFC3D2

#BFC3D2
(191,195,210)
#C4C8D6
(196,200,214)
#C9CDDA
(201,205,218)
#CED2DE
(206,210,222)
#D3D7E2
(211,215,226)
#D8DCE6
(216,220,230)
#DDE1EA
(221,225,234)
#E2E6EE
(226,230,238)
#E7EBF2
(231,235,242)
#ECF0F6
(236,240,246)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC3D2; }

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

This text font color is #BFC3D2.


Background Color

.myBgColor { background-color: #BFC3D2; }

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

This div background color is #BFC3D2.


Border color

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

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

This div border color is #BFC3D2.


Opacity

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

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

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

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

This text has shadow with #BFC3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC3D2 on black background.


Color preview on white background

This text has color #BFC3D2 on white background.



Black color preview on #BFC3D2 background

This text has black color on #BFC3D2 background.


White color preview on #BFC3D2 background

This text has white color on #BFC3D2 background.