COLOR #BFE5EF

HEX: #BFE5EF
RGB: (191,229,239)

Color info

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

RGB color model

#BFE5EF color RGB value is (191,229,239).

  • red value is 191;
  • green value is 229;
  • blue value is 239.
RGB:
(191,229,239)
(75%,90%,94%)

RGB channels and saturation

R 191 of 255 = 75%
G 229 of 255 = 90%
B 239 of 255 = 94%

191
229
239

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

Portions of RGB colors in percentages

R + G + B =
191 + 229 + 239 = 659 (100%)
R 191 of 659 ~ 28.98%
G 229 of 659 ~ 34.75%
B 239 of 659 ~ 36.27%

%28.98
%34.75
%36.27

CMYK color model

#BFE5EF color CMYK value is (20,4,0,6).

  • cyan value is 20.08%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(20,4,0,6)
C20M4Y0K6 
(20%,4%,0%,6%)
(0.20/0.04/0.00/0.06)	

CMYK percentages

%20.08
%4.18
%0
%6.27

Codes

Color #BFE5EF in popluar color models

BFE5EF
RGB191229239
HSL193°60.00%84.31%
HSB/HSV193°20.08%93.73%
CMYK20.08%4.18%0.00%
6.27%

Color #BFE5EF in popluar number systems.

HEXBFE5EF
Decimal191229239
Binary101111111110010111101111
Octal277345357

Shades and tints

Shades of #BFE5EF

#BFE5EF
(191,229,239)
#AED1DA
(174,209,218)
#9DBDC5
(157,189,197)
#8CA9B0
(140,169,176)
#7B959B
(123,149,155)
#6A8186
(106,129,134)
#596D71
(89,109,113)
#48595C
(72,89,92)
#374547
(55,69,71)
#263132
(38,49,50)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #BFE5EF

#BFE5EF
(191,229,239)
#C4E7F0
(196,231,240)
#C9E9F1
(201,233,241)
#CEEBF2
(206,235,242)
#D3EDF3
(211,237,243)
#D8EFF4
(216,239,244)
#DDF1F5
(221,241,245)
#E2F3F6
(226,243,246)
#E7F5F7
(231,245,247)
#ECF7F8
(236,247,248)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE5EF color. Also use rgb(191,229,239) instead hex code.

Text Font Color

.myTextColor { color: #BFE5EF; }

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

This text font color is #BFE5EF.


Background Color

.myBgColor { background-color: #BFE5EF; }

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

This div background color is #BFE5EF.


Border color

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

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

This div border color is #BFE5EF.


Opacity

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

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

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

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

This text has shadow with #BFE5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE5EF on black background.


Color preview on white background

This text has color #BFE5EF on white background.



Black color preview on #BFE5EF background

This text has black color on #BFE5EF background.


White color preview on #BFE5EF background

This text has white color on #BFE5EF background.