COLOR #BFC9DC

HEX: #BFC9DC
RGB: (191,201,220)

Color info

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

RGB color model

#BFC9DC color RGB value is (191,201,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 220 of 255 = 86%

191
201
220

R + G + B ~ 80%. #BFC9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 220 = 612 (100%)
R 191 of 612 ~ 31.21%
G 201 of 612 ~ 32.84%
B 220 of 612 ~ 35.95%

%31.21
%32.84
%35.95

CMYK color model

#BFC9DC color CMYK value is (13,9,0,14).

  • cyan value is 13.18%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,9,0,14)
C13M9Y0K14 
(13%,9%,0%,14%)
(0.13/0.09/0.00/0.14)	

CMYK percentages

%13.18
%8.64
%0
%13.73

Codes

Color #BFC9DC in popluar color models

BFC9DC
RGB191201220
HSL219°29.29%80.59%
HSB/HSV219°13.18%86.27%
CMYK13.18%8.64%0.00%
13.73%

Color #BFC9DC in popluar number systems.

HEXBFC9DC
Decimal191201220
Binary101111111100100111011100
Octal277311334

Shades and tints

Shades of #BFC9DC

#BFC9DC
(191,201,220)
#AEB7C8
(174,183,200)
#9DA5B4
(157,165,180)
#8C93A0
(140,147,160)
#7B818C
(123,129,140)
#6A6F78
(106,111,120)
#595D64
(89,93,100)
#484B50
(72,75,80)
#37393C
(55,57,60)
#262728
(38,39,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFC9DC

#BFC9DC
(191,201,220)
#C4CDDF
(196,205,223)
#C9D1E2
(201,209,226)
#CED5E5
(206,213,229)
#D3D9E8
(211,217,232)
#D8DDEB
(216,221,235)
#DDE1EE
(221,225,238)
#E2E5F1
(226,229,241)
#E7E9F4
(231,233,244)
#ECEDF7
(236,237,247)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9DC; }

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

This text font color is #BFC9DC.


Background Color

.myBgColor { background-color: #BFC9DC; }

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

This div background color is #BFC9DC.


Border color

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

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

This div border color is #BFC9DC.


Opacity

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

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

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

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

This text has shadow with #BFC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9DC on black background.


Color preview on white background

This text has color #BFC9DC on white background.



Black color preview on #BFC9DC background

This text has black color on #BFC9DC background.


White color preview on #BFC9DC background

This text has white color on #BFC9DC background.