COLOR #BFC9D3

HEX: #BFC9D3
RGB: (191,201,211)

Color info

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

RGB color model

#BFC9D3 color RGB value is (191,201,211).

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

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 211 of 255 = 83%

191
201
211

R + G + B ~ 79%. #BFC9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 211 = 603 (100%)
R 191 of 603 ~ 31.67%
G 201 of 603 ~ 33.33%
B 211 of 603 ~ 34.99%

%31.67
%33.33
%34.99

CMYK color model

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

  • cyan value is 9.48%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,5,0,17)
C9M5Y0K17 
(9%,5%,0%,17%)
(0.09/0.05/0.00/0.17)	

CMYK percentages

%9.48
%4.74
%0
%17.25

Codes

Color #BFC9D3 in popluar color models

BFC9D3
RGB191201211
HSL210°18.52%78.82%
HSB/HSV210°9.48%82.75%
CMYK9.48%4.74%0.00%
17.25%

Color #BFC9D3 in popluar number systems.

HEXBFC9D3
Decimal191201211
Binary101111111100100111010011
Octal277311323

Shades and tints

Shades of #BFC9D3

#BFC9D3
(191,201,211)
#AEB7C0
(174,183,192)
#9DA5AD
(157,165,173)
#8C939A
(140,147,154)
#7B8187
(123,129,135)
#6A6F74
(106,111,116)
#595D61
(89,93,97)
#484B4E
(72,75,78)
#37393B
(55,57,59)
#262728
(38,39,40)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #BFC9D3

#BFC9D3
(191,201,211)
#C4CDD7
(196,205,215)
#C9D1DB
(201,209,219)
#CED5DF
(206,213,223)
#D3D9E3
(211,217,227)
#D8DDE7
(216,221,231)
#DDE1EB
(221,225,235)
#E2E5EF
(226,229,239)
#E7E9F3
(231,233,243)
#ECEDF7
(236,237,247)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9D3; }

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

This text font color is #BFC9D3.


Background Color

.myBgColor { background-color: #BFC9D3; }

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

This div background color is #BFC9D3.


Border color

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

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

This div border color is #BFC9D3.


Opacity

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

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

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

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

This text has shadow with #BFC9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9D3 on black background.


Color preview on white background

This text has color #BFC9D3 on white background.



Black color preview on #BFC9D3 background

This text has black color on #BFC9D3 background.


White color preview on #BFC9D3 background

This text has white color on #BFC9D3 background.