COLOR #BFF6D7

HEX: #BFF6D7
RGB: (191,246,215)

Color info

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

RGB color model

#BFF6D7 color RGB value is (191,246,215).

  • red value is 191;
  • green value is 246;
  • blue value is 215.
RGB:
(191,246,215)
(75%,96%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 215 of 255 = 84%

191
246
215

R + G + B ~ 85%. #BFF6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 215 = 652 (100%)
R 191 of 652 ~ 29.29%
G 246 of 652 ~ 37.73%
B 215 of 652 ~ 32.98%

%29.29
%37.73
%32.98

CMYK color model

#BFF6D7 color CMYK value is (22,0,13,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 3.53%
CMYK:
(22,0,13,4)
C22M0Y13K4 
(22%,0%,13%,4%)
(0.22/0.00/0.13/0.04)	

CMYK percentages

%22.36
%0
%12.6
%3.53

Codes

Color #BFF6D7 in popluar color models

BFF6D7
RGB191246215
HSL146°75.34%85.69%
HSB/HSV146°22.36%96.47%
CMYK22.36%0.00%12.60%
3.53%

Color #BFF6D7 in popluar number systems.

HEXBFF6D7
Decimal191246215
Binary101111111111011011010111
Octal277366327

Shades and tints

Shades of #BFF6D7

#BFF6D7
(191,246,215)
#AEE0C4
(174,224,196)
#9DCAB1
(157,202,177)
#8CB49E
(140,180,158)
#7B9E8B
(123,158,139)
#6A8878
(106,136,120)
#597265
(89,114,101)
#485C52
(72,92,82)
#37463F
(55,70,63)
#26302C
(38,48,44)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #BFF6D7

#BFF6D7
(191,246,215)
#C4F6DA
(196,246,218)
#C9F6DD
(201,246,221)
#CEF6E0
(206,246,224)
#D3F6E3
(211,246,227)
#D8F6E6
(216,246,230)
#DDF6E9
(221,246,233)
#E2F6EC
(226,246,236)
#E7F6EF
(231,246,239)
#ECF6F2
(236,246,242)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF6D7 color. Also use rgb(191,246,215) instead hex code.

Text Font Color

.myTextColor { color: #BFF6D7; }

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

This text font color is #BFF6D7.


Background Color

.myBgColor { background-color: #BFF6D7; }

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

This div background color is #BFF6D7.


Border color

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

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

This div border color is #BFF6D7.


Opacity

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

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

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

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

This text has shadow with #BFF6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF6D7 on black background.


Color preview on white background

This text has color #BFF6D7 on white background.



Black color preview on #BFF6D7 background

This text has black color on #BFF6D7 background.


White color preview on #BFF6D7 background

This text has white color on #BFF6D7 background.