COLOR #BFF0E6

HEX: #BFF0E6
RGB: (191,240,230)

Color info

#BFF0E6 contains red, green and blue colors in about the same proportion. Web safe color of #BFF0E6 is #CCFFCC (or #CFC).

RGB color model

#BFF0E6 color RGB value is (191,240,230).

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

RGB channels and saturation

R 191 of 255 = 75%
G 240 of 255 = 94%
B 230 of 255 = 90%

191
240
230

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

Portions of RGB colors in percentages

R + G + B =
191 + 240 + 230 = 661 (100%)
R 191 of 661 ~ 28.9%
G 240 of 661 ~ 36.31%
B 230 of 661 ~ 34.8%

%28.9
%36.31
%34.8

CMYK color model

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

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(20,0,4,6)
C20M0Y4K6 
(20%,0%,4%,6%)
(0.20/0.00/0.04/0.06)	

CMYK percentages

%20.42
%0
%4.17
%5.88

Codes

Color #BFF0E6 in popluar color models

BFF0E6
RGB191240230
HSL168°62.03%84.51%
HSB/HSV168°20.42%94.12%
CMYK20.42%0.00%4.17%
5.88%

Color #BFF0E6 in popluar number systems.

HEXBFF0E6
Decimal191240230
Binary101111111111000011100110
Octal277360346

Shades and tints

Shades of #BFF0E6

#BFF0E6
(191,240,230)
#AEDBD2
(174,219,210)
#9DC6BE
(157,198,190)
#8CB1AA
(140,177,170)
#7B9C96
(123,156,150)
#6A8782
(106,135,130)
#59726E
(89,114,110)
#485D5A
(72,93,90)
#374846
(55,72,70)
#263332
(38,51,50)
#151E1E
(21,30,30)
#000000
(0,0,0)

Tints of #BFF0E6

#BFF0E6
(191,240,230)
#C4F1E8
(196,241,232)
#C9F2EA
(201,242,234)
#CEF3EC
(206,243,236)
#D3F4EE
(211,244,238)
#D8F5F0
(216,245,240)
#DDF6F2
(221,246,242)
#E2F7F4
(226,247,244)
#E7F8F6
(231,248,246)
#ECF9F8
(236,249,248)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF0E6; }

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

This text font color is #BFF0E6.


Background Color

.myBgColor { background-color: #BFF0E6; }

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

This div background color is #BFF0E6.


Border color

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

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

This div border color is #BFF0E6.


Opacity

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

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

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

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

This text has shadow with #BFF0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF0E6 on black background.


Color preview on white background

This text has color #BFF0E6 on white background.



Black color preview on #BFF0E6 background

This text has black color on #BFF0E6 background.


White color preview on #BFF0E6 background

This text has white color on #BFF0E6 background.