COLOR #BFC8DA

HEX: #BFC8DA
RGB: (191,200,218)

Color info

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

RGB color model

#BFC8DA color RGB value is (191,200,218).

  • red value is 191;
  • green value is 200;
  • blue value is 218.
RGB:
(191,200,218)
(75%,78%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 200 of 255 = 78%
B 218 of 255 = 85%

191
200
218

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

Portions of RGB colors in percentages

R + G + B =
191 + 200 + 218 = 609 (100%)
R 191 of 609 ~ 31.36%
G 200 of 609 ~ 32.84%
B 218 of 609 ~ 35.8%

%31.36
%32.84
%35.8

CMYK color model

#BFC8DA color CMYK value is (12,8,0,15).

  • cyan value is 12.39%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,8,0,15)
C12M8Y0K15 
(12%,8%,0%,15%)
(0.12/0.08/0.00/0.15)	

CMYK percentages

%12.39
%8.26
%0
%14.51

Codes

Color #BFC8DA in popluar color models

BFC8DA
RGB191200218
HSL220°26.73%80.20%
HSB/HSV220°12.39%85.49%
CMYK12.39%8.26%0.00%
14.51%

Color #BFC8DA in popluar number systems.

HEXBFC8DA
Decimal191200218
Binary101111111100100011011010
Octal277310332

Shades and tints

Shades of #BFC8DA

#BFC8DA
(191,200,218)
#AEB6C7
(174,182,199)
#9DA4B4
(157,164,180)
#8C92A1
(140,146,161)
#7B808E
(123,128,142)
#6A6E7B
(106,110,123)
#595C68
(89,92,104)
#484A55
(72,74,85)
#373842
(55,56,66)
#26262F
(38,38,47)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #BFC8DA

#BFC8DA
(191,200,218)
#C4CDDD
(196,205,221)
#C9D2E0
(201,210,224)
#CED7E3
(206,215,227)
#D3DCE6
(211,220,230)
#D8E1E9
(216,225,233)
#DDE6EC
(221,230,236)
#E2EBEF
(226,235,239)
#E7F0F2
(231,240,242)
#ECF5F5
(236,245,245)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC8DA color. Also use rgb(191,200,218) instead hex code.

Text Font Color

.myTextColor { color: #BFC8DA; }

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

This text font color is #BFC8DA.


Background Color

.myBgColor { background-color: #BFC8DA; }

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

This div background color is #BFC8DA.


Border color

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

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

This div border color is #BFC8DA.


Opacity

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

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

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

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

This text has shadow with #BFC8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC8DA on black background.


Color preview on white background

This text has color #BFC8DA on white background.



Black color preview on #BFC8DA background

This text has black color on #BFC8DA background.


White color preview on #BFC8DA background

This text has white color on #BFC8DA background.