COLOR #BFD3F6

HEX: #BFD3F6
RGB: (191,211,246)

Color info

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

RGB color model

#BFD3F6 color RGB value is (191,211,246).

  • red value is 191;
  • green value is 211;
  • blue value is 246.
RGB:
(191,211,246)
(75%,83%,96%)

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 246 of 255 = 96%

191
211
246

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

Portions of RGB colors in percentages

R + G + B =
191 + 211 + 246 = 648 (100%)
R 191 of 648 ~ 29.48%
G 211 of 648 ~ 32.56%
B 246 of 648 ~ 37.96%

%29.48
%32.56
%37.96

CMYK color model

#BFD3F6 color CMYK value is (22,14,0,4).

  • cyan value is 22.36%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,14,0,4)
C22M14Y0K4 
(22%,14%,0%,4%)
(0.22/0.14/0.00/0.04)	

CMYK percentages

%22.36
%14.23
%0
%3.53

Codes

Color #BFD3F6 in popluar color models

BFD3F6
RGB191211246
HSL218°75.34%85.69%
HSB/HSV218°22.36%96.47%
CMYK22.36%14.23%0.00%
3.53%

Color #BFD3F6 in popluar number systems.

HEXBFD3F6
Decimal191211246
Binary101111111101001111110110
Octal277323366

Shades and tints

Shades of #BFD3F6

#BFD3F6
(191,211,246)
#AEC0E0
(174,192,224)
#9DADCA
(157,173,202)
#8C9AB4
(140,154,180)
#7B879E
(123,135,158)
#6A7488
(106,116,136)
#596172
(89,97,114)
#484E5C
(72,78,92)
#373B46
(55,59,70)
#262830
(38,40,48)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #BFD3F6

#BFD3F6
(191,211,246)
#C4D7F6
(196,215,246)
#C9DBF6
(201,219,246)
#CEDFF6
(206,223,246)
#D3E3F6
(211,227,246)
#D8E7F6
(216,231,246)
#DDEBF6
(221,235,246)
#E2EFF6
(226,239,246)
#E7F3F6
(231,243,246)
#ECF7F6
(236,247,246)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD3F6 color. Also use rgb(191,211,246) instead hex code.

Text Font Color

.myTextColor { color: #BFD3F6; }

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

This text font color is #BFD3F6.


Background Color

.myBgColor { background-color: #BFD3F6; }

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

This div background color is #BFD3F6.


Border color

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

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

This div border color is #BFD3F6.


Opacity

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

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

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

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

This text has shadow with #BFD3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD3F6 on black background.


Color preview on white background

This text has color #BFD3F6 on white background.



Black color preview on #BFD3F6 background

This text has black color on #BFD3F6 background.


White color preview on #BFD3F6 background

This text has white color on #BFD3F6 background.