COLOR #BFC7DF

HEX: #BFC7DF
RGB: (191,199,223)

Color info

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

RGB color model

#BFC7DF color RGB value is (191,199,223).

  • red value is 191;
  • green value is 199;
  • blue value is 223.
RGB:
(191,199,223)
(75%,78%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 223 of 255 = 87%

191
199
223

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

Portions of RGB colors in percentages

R + G + B =
191 + 199 + 223 = 613 (100%)
R 191 of 613 ~ 31.16%
G 199 of 613 ~ 32.46%
B 223 of 613 ~ 36.38%

%31.16
%32.46
%36.38

CMYK color model

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

  • cyan value is 14.35%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,11,0,13)
C14M11Y0K13 
(14%,11%,0%,13%)
(0.14/0.11/0.00/0.13)	

CMYK percentages

%14.35
%10.76
%0
%12.55

Codes

Color #BFC7DF in popluar color models

BFC7DF
RGB191199223
HSL225°33.33%81.18%
HSB/HSV225°14.35%87.45%
CMYK14.35%10.76%0.00%
12.55%

Color #BFC7DF in popluar number systems.

HEXBFC7DF
Decimal191199223
Binary101111111100011111011111
Octal277307337

Shades and tints

Shades of #BFC7DF

#BFC7DF
(191,199,223)
#AEB5CB
(174,181,203)
#9DA3B7
(157,163,183)
#8C91A3
(140,145,163)
#7B7F8F
(123,127,143)
#6A6D7B
(106,109,123)
#595B67
(89,91,103)
#484953
(72,73,83)
#37373F
(55,55,63)
#26252B
(38,37,43)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #BFC7DF

#BFC7DF
(191,199,223)
#C4CCE1
(196,204,225)
#C9D1E3
(201,209,227)
#CED6E5
(206,214,229)
#D3DBE7
(211,219,231)
#D8E0E9
(216,224,233)
#DDE5EB
(221,229,235)
#E2EAED
(226,234,237)
#E7EFEF
(231,239,239)
#ECF4F1
(236,244,241)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC7DF color. Also use rgb(191,199,223) instead hex code.

Text Font Color

.myTextColor { color: #BFC7DF; }

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

This text font color is #BFC7DF.


Background Color

.myBgColor { background-color: #BFC7DF; }

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

This div background color is #BFC7DF.


Border color

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

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

This div border color is #BFC7DF.


Opacity

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

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

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

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

This text has shadow with #BFC7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC7DF on black background.


Color preview on white background

This text has color #BFC7DF on white background.



Black color preview on #BFC7DF background

This text has black color on #BFC7DF background.


White color preview on #BFC7DF background

This text has white color on #BFC7DF background.