COLOR #BFD6FD

HEX: #BFD6FD
RGB: (191,214,253)

Color info

#BFD6FD contains mainly green and blue colors. Web safe color of #BFD6FD is #CCCCFF (or #CCF).

RGB color model

#BFD6FD color RGB value is (191,214,253).

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

RGB channels and saturation

R 191 of 255 = 75%
G 214 of 255 = 84%
B 253 of 255 = 99%

191
214
253

R + G + B ~ 86%. #BFD6FD is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 214 + 253 = 658 (100%)
R 191 of 658 ~ 29.03%
G 214 of 658 ~ 32.52%
B 253 of 658 ~ 38.45%

%29.03
%32.52
%38.45

CMYK color model

#BFD6FD color CMYK value is (25,15,0,1).

  • cyan value is 24.51%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(25,15,0,1)
C25M15Y0K1 
(25%,15%,0%,1%)
(0.25/0.15/0.00/0.01)	

CMYK percentages

%24.51
%15.42
%0
%0.78

Codes

Color #BFD6FD in popluar color models

BFD6FD
RGB191214253
HSL218°93.94%87.06%
HSB/HSV218°24.51%99.22%
CMYK24.51%15.42%0.00%
0.78%

Color #BFD6FD in popluar number systems.

HEXBFD6FD
Decimal191214253
Binary101111111101011011111101
Octal277326375

Shades and tints

Shades of #BFD6FD

#BFD6FD
(191,214,253)
#AEC3E6
(174,195,230)
#9DB0CF
(157,176,207)
#8C9DB8
(140,157,184)
#7B8AA1
(123,138,161)
#6A778A
(106,119,138)
#596473
(89,100,115)
#48515C
(72,81,92)
#373E45
(55,62,69)
#262B2E
(38,43,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #BFD6FD

#BFD6FD
(191,214,253)
#C4D9FD
(196,217,253)
#C9DCFD
(201,220,253)
#CEDFFD
(206,223,253)
#D3E2FD
(211,226,253)
#D8E5FD
(216,229,253)
#DDE8FD
(221,232,253)
#E2EBFD
(226,235,253)
#E7EEFD
(231,238,253)
#ECF1FD
(236,241,253)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD6FD; }

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

This text font color is #BFD6FD.


Background Color

.myBgColor { background-color: #BFD6FD; }

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

This div background color is #BFD6FD.


Border color

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

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

This div border color is #BFD6FD.


Opacity

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

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

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

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

This text has shadow with #BFD6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD6FD on black background.


Color preview on white background

This text has color #BFD6FD on white background.



Black color preview on #BFD6FD background

This text has black color on #BFD6FD background.


White color preview on #BFD6FD background

This text has white color on #BFD6FD background.