COLOR #BFF6C8

HEX: #BFF6C8
RGB: (191,246,200)

Color info

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

RGB color model

#BFF6C8 color RGB value is (191,246,200).

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

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 200 of 255 = 78%

191
246
200

R + G + B ~ 83%. #BFF6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 200 = 637 (100%)
R 191 of 637 ~ 29.98%
G 246 of 637 ~ 38.62%
B 200 of 637 ~ 31.4%

%29.98
%38.62
%31.4

CMYK color model

#BFF6C8 color CMYK value is (22,0,19,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK:
(22,0,19,4)
C22M0Y19K4 
(22%,0%,19%,4%)
(0.22/0.00/0.19/0.04)	

CMYK percentages

%22.36
%0
%18.7
%3.53

Codes

Color #BFF6C8 in popluar color models

BFF6C8
RGB191246200
HSL130°75.34%85.69%
HSB/HSV130°22.36%96.47%
CMYK22.36%0.00%18.70%
3.53%

Color #BFF6C8 in popluar number systems.

HEXBFF6C8
Decimal191246200
Binary101111111111011011001000
Octal277366310

Shades and tints

Shades of #BFF6C8

#BFF6C8
(191,246,200)
#AEE0B6
(174,224,182)
#9DCAA4
(157,202,164)
#8CB492
(140,180,146)
#7B9E80
(123,158,128)
#6A886E
(106,136,110)
#59725C
(89,114,92)
#485C4A
(72,92,74)
#374638
(55,70,56)
#263026
(38,48,38)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #BFF6C8

#BFF6C8
(191,246,200)
#C4F6CD
(196,246,205)
#C9F6D2
(201,246,210)
#CEF6D7
(206,246,215)
#D3F6DC
(211,246,220)
#D8F6E1
(216,246,225)
#DDF6E6
(221,246,230)
#E2F6EB
(226,246,235)
#E7F6F0
(231,246,240)
#ECF6F5
(236,246,245)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF6C8; }

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

This text font color is #BFF6C8.


Background Color

.myBgColor { background-color: #BFF6C8; }

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

This div background color is #BFF6C8.


Border color

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

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

This div border color is #BFF6C8.


Opacity

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

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

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

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

This text has shadow with #BFF6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF6C8 on black background.


Color preview on white background

This text has color #BFF6C8 on white background.



Black color preview on #BFF6C8 background

This text has black color on #BFF6C8 background.


White color preview on #BFF6C8 background

This text has white color on #BFF6C8 background.