COLOR #BFC4DC

HEX: #BFC4DC
RGB: (191,196,220)

Color info

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

RGB color model

#BFC4DC color RGB value is (191,196,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 220 of 255 = 86%

191
196
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 220 = 607 (100%)
R 191 of 607 ~ 31.47%
G 196 of 607 ~ 32.29%
B 220 of 607 ~ 36.24%

%31.47
%32.29
%36.24

CMYK color model

#BFC4DC color CMYK value is (13,11,0,14).

  • cyan value is 13.18%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,11,0,14)
C13M11Y0K14 
(13%,11%,0%,14%)
(0.13/0.11/0.00/0.14)	

CMYK percentages

%13.18
%10.91
%0
%13.73

Codes

Color #BFC4DC in popluar color models

BFC4DC
RGB191196220
HSL230°29.29%80.59%
HSB/HSV230°13.18%86.27%
CMYK13.18%10.91%0.00%
13.73%

Color #BFC4DC in popluar number systems.

HEXBFC4DC
Decimal191196220
Binary101111111100010011011100
Octal277304334

Shades and tints

Shades of #BFC4DC

#BFC4DC
(191,196,220)
#AEB3C8
(174,179,200)
#9DA2B4
(157,162,180)
#8C91A0
(140,145,160)
#7B808C
(123,128,140)
#6A6F78
(106,111,120)
#595E64
(89,94,100)
#484D50
(72,77,80)
#373C3C
(55,60,60)
#262B28
(38,43,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #BFC4DC

#BFC4DC
(191,196,220)
#C4C9DF
(196,201,223)
#C9CEE2
(201,206,226)
#CED3E5
(206,211,229)
#D3D8E8
(211,216,232)
#D8DDEB
(216,221,235)
#DDE2EE
(221,226,238)
#E2E7F1
(226,231,241)
#E7ECF4
(231,236,244)
#ECF1F7
(236,241,247)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC4DC; }

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

This text font color is #BFC4DC.


Background Color

.myBgColor { background-color: #BFC4DC; }

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

This div background color is #BFC4DC.


Border color

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

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

This div border color is #BFC4DC.


Opacity

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

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

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

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

This text has shadow with #BFC4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4DC on black background.


Color preview on white background

This text has color #BFC4DC on white background.



Black color preview on #BFC4DC background

This text has black color on #BFC4DC background.


White color preview on #BFC4DC background

This text has white color on #BFC4DC background.