COLOR #BFC1D3

HEX: #BFC1D3
RGB: (191,193,211)

Color info

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

RGB color model

#BFC1D3 color RGB value is (191,193,211).

  • red value is 191;
  • green value is 193;
  • blue value is 211.
RGB:
(191,193,211)
(75%,76%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 193 of 255 = 76%
B 211 of 255 = 83%

191
193
211

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

Portions of RGB colors in percentages

R + G + B =
191 + 193 + 211 = 595 (100%)
R 191 of 595 ~ 32.1%
G 193 of 595 ~ 32.44%
B 211 of 595 ~ 35.46%

%32.1
%32.44
%35.46

CMYK color model

#BFC1D3 color CMYK value is (9,9,0,17).

  • cyan value is 9.48%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,9,0,17)
C9M9Y0K17 
(9%,9%,0%,17%)
(0.09/0.09/0.00/0.17)	

CMYK percentages

%9.48
%8.53
%0
%17.25

Codes

Color #BFC1D3 in popluar color models

BFC1D3
RGB191193211
HSL234°18.52%78.82%
HSB/HSV234°9.48%82.75%
CMYK9.48%8.53%0.00%
17.25%

Color #BFC1D3 in popluar number systems.

HEXBFC1D3
Decimal191193211
Binary101111111100000111010011
Octal277301323

Shades and tints

Shades of #BFC1D3

#BFC1D3
(191,193,211)
#AEB0C0
(174,176,192)
#9D9FAD
(157,159,173)
#8C8E9A
(140,142,154)
#7B7D87
(123,125,135)
#6A6C74
(106,108,116)
#595B61
(89,91,97)
#484A4E
(72,74,78)
#37393B
(55,57,59)
#262828
(38,40,40)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #BFC1D3

#BFC1D3
(191,193,211)
#C4C6D7
(196,198,215)
#C9CBDB
(201,203,219)
#CED0DF
(206,208,223)
#D3D5E3
(211,213,227)
#D8DAE7
(216,218,231)
#DDDFEB
(221,223,235)
#E2E4EF
(226,228,239)
#E7E9F3
(231,233,243)
#ECEEF7
(236,238,247)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC1D3 color. Also use rgb(191,193,211) instead hex code.

Text Font Color

.myTextColor { color: #BFC1D3; }

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

This text font color is #BFC1D3.


Background Color

.myBgColor { background-color: #BFC1D3; }

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

This div background color is #BFC1D3.


Border color

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

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

This div border color is #BFC1D3.


Opacity

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

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

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

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

This text has shadow with #BFC1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC1D3 on black background.


Color preview on white background

This text has color #BFC1D3 on white background.



Black color preview on #BFC1D3 background

This text has black color on #BFC1D3 background.


White color preview on #BFC1D3 background

This text has white color on #BFC1D3 background.