COLOR #BFF7E6

HEX: #BFF7E6
RGB: (191,247,230)

Color info

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

RGB color model

#BFF7E6 color RGB value is (191,247,230).

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

RGB channels and saturation

R 191 of 255 = 75%
G 247 of 255 = 97%
B 230 of 255 = 90%

191
247
230

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

Portions of RGB colors in percentages

R + G + B =
191 + 247 + 230 = 668 (100%)
R 191 of 668 ~ 28.59%
G 247 of 668 ~ 36.98%
B 230 of 668 ~ 34.43%

%28.59
%36.98
%34.43

CMYK color model

#BFF7E6 color CMYK value is (23,0,7,3).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(23,0,7,3)
C23M0Y7K3 
(23%,0%,7%,3%)
(0.23/0.00/0.07/0.03)	

CMYK percentages

%22.67
%0
%6.88
%3.14

Codes

Color #BFF7E6 in popluar color models

BFF7E6
RGB191247230
HSL162°77.78%85.88%
HSB/HSV162°22.67%96.86%
CMYK22.67%0.00%6.88%
3.14%

Color #BFF7E6 in popluar number systems.

HEXBFF7E6
Decimal191247230
Binary101111111111011111100110
Octal277367346

Shades and tints

Shades of #BFF7E6

#BFF7E6
(191,247,230)
#AEE1D2
(174,225,210)
#9DCBBE
(157,203,190)
#8CB5AA
(140,181,170)
#7B9F96
(123,159,150)
#6A8982
(106,137,130)
#59736E
(89,115,110)
#485D5A
(72,93,90)
#374746
(55,71,70)
#263132
(38,49,50)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #BFF7E6

#BFF7E6
(191,247,230)
#C4F7E8
(196,247,232)
#C9F7EA
(201,247,234)
#CEF7EC
(206,247,236)
#D3F7EE
(211,247,238)
#D8F7F0
(216,247,240)
#DDF7F2
(221,247,242)
#E2F7F4
(226,247,244)
#E7F7F6
(231,247,246)
#ECF7F8
(236,247,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF7E6; }

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

This text font color is #BFF7E6.


Background Color

.myBgColor { background-color: #BFF7E6; }

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

This div background color is #BFF7E6.


Border color

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

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

This div border color is #BFF7E6.


Opacity

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

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

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

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

This text has shadow with #BFF7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF7E6 on black background.


Color preview on white background

This text has color #BFF7E6 on white background.



Black color preview on #BFF7E6 background

This text has black color on #BFF7E6 background.


White color preview on #BFF7E6 background

This text has white color on #BFF7E6 background.