COLOR #BFD6F8

HEX: #BFD6F8
RGB: (191,214,248)

Color info

#BFD6F8 contains red, green and blue colors in about the same proportion. Web safe color of #BFD6F8 is #CCCCFF (or #CCF).

RGB color model

#BFD6F8 color RGB value is (191,214,248).

  • red value is 191;
  • green value is 214;
  • blue value is 248.
RGB:
(191,214,248)
(75%,84%,97%)

RGB channels and saturation

R 191 of 255 = 75%
G 214 of 255 = 84%
B 248 of 255 = 97%

191
214
248

R + G + B ~ 85%. #BFD6F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 214 + 248 = 653 (100%)
R 191 of 653 ~ 29.25%
G 214 of 653 ~ 32.77%
B 248 of 653 ~ 37.98%

%29.25
%32.77
%37.98

CMYK color model

#BFD6F8 color CMYK value is (23,14,0,3).

  • cyan value is 22.98%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,14,0,3)
C23M14Y0K3 
(23%,14%,0%,3%)
(0.23/0.14/0.00/0.03)	

CMYK percentages

%22.98
%13.71
%0
%2.75

Codes

Color #BFD6F8 in popluar color models

BFD6F8
RGB191214248
HSL216°80.28%86.08%
HSB/HSV216°22.98%97.25%
CMYK22.98%13.71%0.00%
2.75%

Color #BFD6F8 in popluar number systems.

HEXBFD6F8
Decimal191214248
Binary101111111101011011111000
Octal277326370

Shades and tints

Shades of #BFD6F8

#BFD6F8
(191,214,248)
#AEC3E2
(174,195,226)
#9DB0CC
(157,176,204)
#8C9DB6
(140,157,182)
#7B8AA0
(123,138,160)
#6A778A
(106,119,138)
#596474
(89,100,116)
#48515E
(72,81,94)
#373E48
(55,62,72)
#262B32
(38,43,50)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #BFD6F8

#BFD6F8
(191,214,248)
#C4D9F8
(196,217,248)
#C9DCF8
(201,220,248)
#CEDFF8
(206,223,248)
#D3E2F8
(211,226,248)
#D8E5F8
(216,229,248)
#DDE8F8
(221,232,248)
#E2EBF8
(226,235,248)
#E7EEF8
(231,238,248)
#ECF1F8
(236,241,248)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD6F8 color. Also use rgb(191,214,248) instead hex code.

Text Font Color

.myTextColor { color: #BFD6F8; }

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

This text font color is #BFD6F8.


Background Color

.myBgColor { background-color: #BFD6F8; }

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

This div background color is #BFD6F8.


Border color

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

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

This div border color is #BFD6F8.


Opacity

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

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

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

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

This text has shadow with #BFD6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD6F8 on black background.


Color preview on white background

This text has color #BFD6F8 on white background.



Black color preview on #BFD6F8 background

This text has black color on #BFD6F8 background.


White color preview on #BFD6F8 background

This text has white color on #BFD6F8 background.