COLOR #BFF6C5

HEX: #BFF6C5
RGB: (191,246,197)

Color info

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

RGB color model

#BFF6C5 color RGB value is (191,246,197).

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

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 197 of 255 = 77%

191
246
197

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

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 197 = 634 (100%)
R 191 of 634 ~ 30.13%
G 246 of 634 ~ 38.8%
B 197 of 634 ~ 31.07%

%30.13
%38.8
%31.07

CMYK color model

#BFF6C5 color CMYK value is (22,0,20,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 3.53%
CMYK:
(22,0,20,4)
C22M0Y20K4 
(22%,0%,20%,4%)
(0.22/0.00/0.20/0.04)	

CMYK percentages

%22.36
%0
%19.92
%3.53

Codes

Color #BFF6C5 in popluar color models

BFF6C5
RGB191246197
HSL127°75.34%85.69%
HSB/HSV127°22.36%96.47%
CMYK22.36%0.00%19.92%
3.53%

Color #BFF6C5 in popluar number systems.

HEXBFF6C5
Decimal191246197
Binary101111111111011011000101
Octal277366305

Shades and tints

Shades of #BFF6C5

#BFF6C5
(191,246,197)
#AEE0B4
(174,224,180)
#9DCAA3
(157,202,163)
#8CB492
(140,180,146)
#7B9E81
(123,158,129)
#6A8870
(106,136,112)
#59725F
(89,114,95)
#485C4E
(72,92,78)
#37463D
(55,70,61)
#26302C
(38,48,44)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #BFF6C5

#BFF6C5
(191,246,197)
#C4F6CA
(196,246,202)
#C9F6CF
(201,246,207)
#CEF6D4
(206,246,212)
#D3F6D9
(211,246,217)
#D8F6DE
(216,246,222)
#DDF6E3
(221,246,227)
#E2F6E8
(226,246,232)
#E7F6ED
(231,246,237)
#ECF6F2
(236,246,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF6C5; }

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

This text font color is #BFF6C5.


Background Color

.myBgColor { background-color: #BFF6C5; }

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

This div background color is #BFF6C5.


Border color

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

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

This div border color is #BFF6C5.


Opacity

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

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

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

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

This text has shadow with #BFF6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF6C5 on black background.


Color preview on white background

This text has color #BFF6C5 on white background.



Black color preview on #BFF6C5 background

This text has black color on #BFF6C5 background.


White color preview on #BFF6C5 background

This text has white color on #BFF6C5 background.