COLOR #BFE3F6

HEX: #BFE3F6
RGB: (191,227,246)

Color info

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

RGB color model

#BFE3F6 color RGB value is (191,227,246).

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

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 246 of 255 = 96%

191
227
246

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

Portions of RGB colors in percentages

R + G + B =
191 + 227 + 246 = 664 (100%)
R 191 of 664 ~ 28.77%
G 227 of 664 ~ 34.19%
B 246 of 664 ~ 37.05%

%28.77
%34.19
%37.05

CMYK color model

#BFE3F6 color CMYK value is (22,8,0,4).

  • cyan value is 22.36%
  • magenta value is 7.72%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,8,0,4)
C22M8Y0K4 
(22%,8%,0%,4%)
(0.22/0.08/0.00/0.04)	

CMYK percentages

%22.36
%7.72
%0
%3.53

Codes

Color #BFE3F6 in popluar color models

BFE3F6
RGB191227246
HSL201°75.34%85.69%
HSB/HSV201°22.36%96.47%
CMYK22.36%7.72%0.00%
3.53%

Color #BFE3F6 in popluar number systems.

HEXBFE3F6
Decimal191227246
Binary101111111110001111110110
Octal277343366

Shades and tints

Shades of #BFE3F6

#BFE3F6
(191,227,246)
#AECFE0
(174,207,224)
#9DBBCA
(157,187,202)
#8CA7B4
(140,167,180)
#7B939E
(123,147,158)
#6A7F88
(106,127,136)
#596B72
(89,107,114)
#48575C
(72,87,92)
#374346
(55,67,70)
#262F30
(38,47,48)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #BFE3F6

#BFE3F6
(191,227,246)
#C4E5F6
(196,229,246)
#C9E7F6
(201,231,246)
#CEE9F6
(206,233,246)
#D3EBF6
(211,235,246)
#D8EDF6
(216,237,246)
#DDEFF6
(221,239,246)
#E2F1F6
(226,241,246)
#E7F3F6
(231,243,246)
#ECF5F6
(236,245,246)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3F6; }

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

This text font color is #BFE3F6.


Background Color

.myBgColor { background-color: #BFE3F6; }

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

This div background color is #BFE3F6.


Border color

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

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

This div border color is #BFE3F6.


Opacity

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

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

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

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

This text has shadow with #BFE3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE3F6 on black background.


Color preview on white background

This text has color #BFE3F6 on white background.



Black color preview on #BFE3F6 background

This text has black color on #BFE3F6 background.


White color preview on #BFE3F6 background

This text has white color on #BFE3F6 background.