COLOR #BFE6F6

HEX: #BFE6F6
RGB: (191,230,246)

Color info

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

RGB color model

#BFE6F6 color RGB value is (191,230,246).

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

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 246 of 255 = 96%

191
230
246

R + G + B ~ 87%. #BFE6F6 is light color.

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 246 = 667 (100%)
R 191 of 667 ~ 28.64%
G 230 of 667 ~ 34.48%
B 246 of 667 ~ 36.88%

%28.64
%34.48
%36.88

CMYK color model

#BFE6F6 color CMYK value is (22,7,0,4).

  • cyan value is 22.36%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,7,0,4)
C22M7Y0K4 
(22%,7%,0%,4%)
(0.22/0.07/0.00/0.04)	

CMYK percentages

%22.36
%6.5
%0
%3.53

Codes

Color #BFE6F6 in popluar color models

BFE6F6
RGB191230246
HSL197°75.34%85.69%
HSB/HSV197°22.36%96.47%
CMYK22.36%6.50%0.00%
3.53%

Color #BFE6F6 in popluar number systems.

HEXBFE6F6
Decimal191230246
Binary101111111110011011110110
Octal277346366

Shades and tints

Shades of #BFE6F6

#BFE6F6
(191,230,246)
#AED2E0
(174,210,224)
#9DBECA
(157,190,202)
#8CAAB4
(140,170,180)
#7B969E
(123,150,158)
#6A8288
(106,130,136)
#596E72
(89,110,114)
#485A5C
(72,90,92)
#374646
(55,70,70)
#263230
(38,50,48)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #BFE6F6

#BFE6F6
(191,230,246)
#C4E8F6
(196,232,246)
#C9EAF6
(201,234,246)
#CEECF6
(206,236,246)
#D3EEF6
(211,238,246)
#D8F0F6
(216,240,246)
#DDF2F6
(221,242,246)
#E2F4F6
(226,244,246)
#E7F6F6
(231,246,246)
#ECF8F6
(236,248,246)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6F6; }

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

This text font color is #BFE6F6.


Background Color

.myBgColor { background-color: #BFE6F6; }

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

This div background color is #BFE6F6.


Border color

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

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

This div border color is #BFE6F6.


Opacity

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

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

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

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

This text has shadow with #BFE6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE6F6 on black background.


Color preview on white background

This text has color #BFE6F6 on white background.



Black color preview on #BFE6F6 background

This text has black color on #BFE6F6 background.


White color preview on #BFE6F6 background

This text has white color on #BFE6F6 background.