COLOR #BFF7A4

HEX: #BFF7A4
RGB: (191,247,164)

Color info

#BFF7A4 contains mainly red and green colors. Web safe color of #BFF7A4 is #CCFF99 (or #CF9).

RGB color model

#BFF7A4 color RGB value is (191,247,164).

  • red value is 191;
  • green value is 247;
  • blue value is 164.
RGB:
(191,247,164)
(75%,97%,64%)

RGB channels and saturation

R 191 of 255 = 75%
G 247 of 255 = 97%
B 164 of 255 = 64%

191
247
164

R + G + B ~ 79%. #BFF7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 247 + 164 = 602 (100%)
R 191 of 602 ~ 31.73%
G 247 of 602 ~ 41.03%
B 164 of 602 ~ 27.24%

%31.73
%41.03
%27.24

CMYK color model

#BFF7A4 color CMYK value is (23,0,34,3).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 3.14%
CMYK:
(23,0,34,3)
C23M0Y34K3 
(23%,0%,34%,3%)
(0.23/0.00/0.34/0.03)	

CMYK percentages

%22.67
%0
%33.6
%3.14

Codes

Color #BFF7A4 in popluar color models

BFF7A4
RGB191247164
HSL100°83.84%80.59%
HSB/HSV100°33.60%96.86%
CMYK22.67%0.00%33.60%
3.14%

Color #BFF7A4 in popluar number systems.

HEXBFF7A4
Decimal191247164
Binary101111111111011110100100
Octal277367244

Shades and tints

Shades of #BFF7A4

#BFF7A4
(191,247,164)
#AEE196
(174,225,150)
#9DCB88
(157,203,136)
#8CB57A
(140,181,122)
#7B9F6C
(123,159,108)
#6A895E
(106,137,94)
#597350
(89,115,80)
#485D42
(72,93,66)
#374734
(55,71,52)
#263126
(38,49,38)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #BFF7A4

#BFF7A4
(191,247,164)
#C4F7AC
(196,247,172)
#C9F7B4
(201,247,180)
#CEF7BC
(206,247,188)
#D3F7C4
(211,247,196)
#D8F7CC
(216,247,204)
#DDF7D4
(221,247,212)
#E2F7DC
(226,247,220)
#E7F7E4
(231,247,228)
#ECF7EC
(236,247,236)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF7A4 color. Also use rgb(191,247,164) instead hex code.

Text Font Color

.myTextColor { color: #BFF7A4; }

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

This text font color is #BFF7A4.


Background Color

.myBgColor { background-color: #BFF7A4; }

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

This div background color is #BFF7A4.


Border color

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

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

This div border color is #BFF7A4.


Opacity

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

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

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

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

This text has shadow with #BFF7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF7A4 on black background.


Color preview on white background

This text has color #BFF7A4 on white background.



Black color preview on #BFF7A4 background

This text has black color on #BFF7A4 background.


White color preview on #BFF7A4 background

This text has white color on #BFF7A4 background.