COLOR #BFF1C7

HEX: #BFF1C7
RGB: (191,241,199)

Color info

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

RGB color model

#BFF1C7 color RGB value is (191,241,199).

  • red value is 191;
  • green value is 241;
  • blue value is 199.
RGB:
(191,241,199)
(75%,95%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 241 of 255 = 95%
B 199 of 255 = 78%

191
241
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 241 + 199 = 631 (100%)
R 191 of 631 ~ 30.27%
G 241 of 631 ~ 38.19%
B 199 of 631 ~ 31.54%

%30.27
%38.19
%31.54

CMYK color model

#BFF1C7 color CMYK value is (21,0,17,5).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(21,0,17,5)
C21M0Y17K5 
(21%,0%,17%,5%)
(0.21/0.00/0.17/0.05)	

CMYK percentages

%20.75
%0
%17.43
%5.49

Codes

Color #BFF1C7 in popluar color models

BFF1C7
RGB191241199
HSL130°64.10%84.71%
HSB/HSV130°20.75%94.51%
CMYK20.75%0.00%17.43%
5.49%

Color #BFF1C7 in popluar number systems.

HEXBFF1C7
Decimal191241199
Binary101111111111000111000111
Octal277361307

Shades and tints

Shades of #BFF1C7

#BFF1C7
(191,241,199)
#AEDCB5
(174,220,181)
#9DC7A3
(157,199,163)
#8CB291
(140,178,145)
#7B9D7F
(123,157,127)
#6A886D
(106,136,109)
#59735B
(89,115,91)
#485E49
(72,94,73)
#374937
(55,73,55)
#263425
(38,52,37)
#151F13
(21,31,19)
#000000
(0,0,0)

Tints of #BFF1C7

#BFF1C7
(191,241,199)
#C4F2CC
(196,242,204)
#C9F3D1
(201,243,209)
#CEF4D6
(206,244,214)
#D3F5DB
(211,245,219)
#D8F6E0
(216,246,224)
#DDF7E5
(221,247,229)
#E2F8EA
(226,248,234)
#E7F9EF
(231,249,239)
#ECFAF4
(236,250,244)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF1C7 color. Also use rgb(191,241,199) instead hex code.

Text Font Color

.myTextColor { color: #BFF1C7; }

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

This text font color is #BFF1C7.


Background Color

.myBgColor { background-color: #BFF1C7; }

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

This div background color is #BFF1C7.


Border color

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

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

This div border color is #BFF1C7.


Opacity

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

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

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

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

This text has shadow with #BFF1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF1C7 on black background.


Color preview on white background

This text has color #BFF1C7 on white background.



Black color preview on #BFF1C7 background

This text has black color on #BFF1C7 background.


White color preview on #BFF1C7 background

This text has white color on #BFF1C7 background.