COLOR #BFE3FB

HEX: #BFE3FB
RGB: (191,227,251)

Color info

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

RGB color model

#BFE3FB color RGB value is (191,227,251).

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

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 251 of 255 = 98%

191
227
251

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

Portions of RGB colors in percentages

R + G + B =
191 + 227 + 251 = 669 (100%)
R 191 of 669 ~ 28.55%
G 227 of 669 ~ 33.93%
B 251 of 669 ~ 37.52%

%28.55
%33.93
%37.52

CMYK color model

#BFE3FB color CMYK value is (24,10,0,2).

  • cyan value is 23.90%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(24,10,0,2)
C24M10Y0K2 
(24%,10%,0%,2%)
(0.24/0.10/0.00/0.02)	

CMYK percentages

%23.9
%9.56
%0
%1.57

Codes

Color #BFE3FB in popluar color models

BFE3FB
RGB191227251
HSL204°88.24%86.67%
HSB/HSV204°23.90%98.43%
CMYK23.90%9.56%0.00%
1.57%

Color #BFE3FB in popluar number systems.

HEXBFE3FB
Decimal191227251
Binary101111111110001111111011
Octal277343373

Shades and tints

Shades of #BFE3FB

#BFE3FB
(191,227,251)
#AECFE5
(174,207,229)
#9DBBCF
(157,187,207)
#8CA7B9
(140,167,185)
#7B93A3
(123,147,163)
#6A7F8D
(106,127,141)
#596B77
(89,107,119)
#485761
(72,87,97)
#37434B
(55,67,75)
#262F35
(38,47,53)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #BFE3FB

#BFE3FB
(191,227,251)
#C4E5FB
(196,229,251)
#C9E7FB
(201,231,251)
#CEE9FB
(206,233,251)
#D3EBFB
(211,235,251)
#D8EDFB
(216,237,251)
#DDEFFB
(221,239,251)
#E2F1FB
(226,241,251)
#E7F3FB
(231,243,251)
#ECF5FB
(236,245,251)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3FB; }

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

This text font color is #BFE3FB.


Background Color

.myBgColor { background-color: #BFE3FB; }

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

This div background color is #BFE3FB.


Border color

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

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

This div border color is #BFE3FB.


Opacity

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

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

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

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

This text has shadow with #BFE3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE3FB on black background.


Color preview on white background

This text has color #BFE3FB on white background.



Black color preview on #BFE3FB background

This text has black color on #BFE3FB background.


White color preview on #BFE3FB background

This text has white color on #BFE3FB background.