COLOR #BFF6B9

HEX: #BFF6B9
RGB: (191,246,185)

Color info

#BFF6B9 contains mainly red and green colors. Web safe color of #BFF6B9 is #CCFFCC (or #CFC).

RGB color model

#BFF6B9 color RGB value is (191,246,185).

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

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 185 of 255 = 73%

191
246
185

R + G + B ~ 81%. #BFF6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 185 = 622 (100%)
R 191 of 622 ~ 30.71%
G 246 of 622 ~ 39.55%
B 185 of 622 ~ 29.74%

%30.71
%39.55
%29.74

CMYK color model

#BFF6B9 color CMYK value is (22,0,25,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(22,0,25,4)
C22M0Y25K4 
(22%,0%,25%,4%)
(0.22/0.00/0.25/0.04)	

CMYK percentages

%22.36
%0
%24.8
%3.53

Codes

Color #BFF6B9 in popluar color models

BFF6B9
RGB191246185
HSL114°77.22%84.51%
HSB/HSV114°24.80%96.47%
CMYK22.36%0.00%24.80%
3.53%

Color #BFF6B9 in popluar number systems.

HEXBFF6B9
Decimal191246185
Binary101111111111011010111001
Octal277366271

Shades and tints

Shades of #BFF6B9

#BFF6B9
(191,246,185)
#AEE0A9
(174,224,169)
#9DCA99
(157,202,153)
#8CB489
(140,180,137)
#7B9E79
(123,158,121)
#6A8869
(106,136,105)
#597259
(89,114,89)
#485C49
(72,92,73)
#374639
(55,70,57)
#263029
(38,48,41)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #BFF6B9

#BFF6B9
(191,246,185)
#C4F6BF
(196,246,191)
#C9F6C5
(201,246,197)
#CEF6CB
(206,246,203)
#D3F6D1
(211,246,209)
#D8F6D7
(216,246,215)
#DDF6DD
(221,246,221)
#E2F6E3
(226,246,227)
#E7F6E9
(231,246,233)
#ECF6EF
(236,246,239)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF6B9; }

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

This text font color is #BFF6B9.


Background Color

.myBgColor { background-color: #BFF6B9; }

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

This div background color is #BFF6B9.


Border color

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

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

This div border color is #BFF6B9.


Opacity

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

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

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

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

This text has shadow with #BFF6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF6B9 on black background.


Color preview on white background

This text has color #BFF6B9 on white background.



Black color preview on #BFF6B9 background

This text has black color on #BFF6B9 background.


White color preview on #BFF6B9 background

This text has white color on #BFF6B9 background.