COLOR #BFF4C9

HEX: #BFF4C9
RGB: (191,244,201)

Color info

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

RGB color model

#BFF4C9 color RGB value is (191,244,201).

  • red value is 191;
  • green value is 244;
  • blue value is 201.
RGB:
(191,244,201)
(75%,96%,79%)

RGB channels and saturation

R 191 of 255 = 75%
G 244 of 255 = 96%
B 201 of 255 = 79%

191
244
201

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

Portions of RGB colors in percentages

R + G + B =
191 + 244 + 201 = 636 (100%)
R 191 of 636 ~ 30.03%
G 244 of 636 ~ 38.36%
B 201 of 636 ~ 31.6%

%30.03
%38.36
%31.6

CMYK color model

#BFF4C9 color CMYK value is (22,0,18,4).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(22,0,18,4)
C22M0Y18K4 
(22%,0%,18%,4%)
(0.22/0.00/0.18/0.04)	

CMYK percentages

%21.72
%0
%17.62
%4.31

Codes

Color #BFF4C9 in popluar color models

BFF4C9
RGB191244201
HSL131°70.67%85.29%
HSB/HSV131°21.72%95.69%
CMYK21.72%0.00%17.62%
4.31%

Color #BFF4C9 in popluar number systems.

HEXBFF4C9
Decimal191244201
Binary101111111111010011001001
Octal277364311

Shades and tints

Shades of #BFF4C9

#BFF4C9
(191,244,201)
#AEDEB7
(174,222,183)
#9DC8A5
(157,200,165)
#8CB293
(140,178,147)
#7B9C81
(123,156,129)
#6A866F
(106,134,111)
#59705D
(89,112,93)
#485A4B
(72,90,75)
#374439
(55,68,57)
#262E27
(38,46,39)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #BFF4C9

#BFF4C9
(191,244,201)
#C4F5CD
(196,245,205)
#C9F6D1
(201,246,209)
#CEF7D5
(206,247,213)
#D3F8D9
(211,248,217)
#D8F9DD
(216,249,221)
#DDFAE1
(221,250,225)
#E2FBE5
(226,251,229)
#E7FCE9
(231,252,233)
#ECFDED
(236,253,237)
#F1FEF1
(241,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF4C9 color. Also use rgb(191,244,201) instead hex code.

Text Font Color

.myTextColor { color: #BFF4C9; }

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

This text font color is #BFF4C9.


Background Color

.myBgColor { background-color: #BFF4C9; }

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

This div background color is #BFF4C9.


Border color

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

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

This div border color is #BFF4C9.


Opacity

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

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

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

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

This text has shadow with #BFF4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF4C9 on black background.


Color preview on white background

This text has color #BFF4C9 on white background.



Black color preview on #BFF4C9 background

This text has black color on #BFF4C9 background.


White color preview on #BFF4C9 background

This text has white color on #BFF4C9 background.