COLOR #BFE7F2

HEX: #BFE7F2
RGB: (191,231,242)

Color info

#BFE7F2 contains red, green and blue colors in about the same proportion. Web safe color of #BFE7F2 is #CCFFFF (or #CFF).

RGB color model

#BFE7F2 color RGB value is (191,231,242).

  • red value is 191;
  • green value is 231;
  • blue value is 242.
RGB:
(191,231,242)
(75%,91%,95%)

RGB channels and saturation

R 191 of 255 = 75%
G 231 of 255 = 91%
B 242 of 255 = 95%

191
231
242

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

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 242 = 664 (100%)
R 191 of 664 ~ 28.77%
G 231 of 664 ~ 34.79%
B 242 of 664 ~ 36.45%

%28.77
%34.79
%36.45

CMYK color model

#BFE7F2 color CMYK value is (21,5,0,5).

  • cyan value is 21.07%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,5,0,5)
C21M5Y0K5 
(21%,5%,0%,5%)
(0.21/0.05/0.00/0.05)	

CMYK percentages

%21.07
%4.55
%0
%5.1

Codes

Color #BFE7F2 in popluar color models

BFE7F2
RGB191231242
HSL193°66.23%84.90%
HSB/HSV193°21.07%94.90%
CMYK21.07%4.55%0.00%
5.10%

Color #BFE7F2 in popluar number systems.

HEXBFE7F2
Decimal191231242
Binary101111111110011111110010
Octal277347362

Shades and tints

Shades of #BFE7F2

#BFE7F2
(191,231,242)
#AED2DC
(174,210,220)
#9DBDC6
(157,189,198)
#8CA8B0
(140,168,176)
#7B939A
(123,147,154)
#6A7E84
(106,126,132)
#59696E
(89,105,110)
#485458
(72,84,88)
#373F42
(55,63,66)
#262A2C
(38,42,44)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFE7F2

#BFE7F2
(191,231,242)
#C4E9F3
(196,233,243)
#C9EBF4
(201,235,244)
#CEEDF5
(206,237,245)
#D3EFF6
(211,239,246)
#D8F1F7
(216,241,247)
#DDF3F8
(221,243,248)
#E2F5F9
(226,245,249)
#E7F7FA
(231,247,250)
#ECF9FB
(236,249,251)
#F1FBFC
(241,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE7F2 color. Also use rgb(191,231,242) instead hex code.

Text Font Color

.myTextColor { color: #BFE7F2; }

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

This text font color is #BFE7F2.


Background Color

.myBgColor { background-color: #BFE7F2; }

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

This div background color is #BFE7F2.


Border color

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

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

This div border color is #BFE7F2.


Opacity

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

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

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

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

This text has shadow with #BFE7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7F2 on black background.


Color preview on white background

This text has color #BFE7F2 on white background.



Black color preview on #BFE7F2 background

This text has black color on #BFE7F2 background.


White color preview on #BFE7F2 background

This text has white color on #BFE7F2 background.