COLOR #BFF7A9

HEX: #BFF7A9
RGB: (191,247,169)

Color info

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

RGB color model

#BFF7A9 color RGB value is (191,247,169).

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

RGB channels and saturation

R 191 of 255 = 75%
G 247 of 255 = 97%
B 169 of 255 = 66%

191
247
169

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

Portions of RGB colors in percentages

R + G + B =
191 + 247 + 169 = 607 (100%)
R 191 of 607 ~ 31.47%
G 247 of 607 ~ 40.69%
B 169 of 607 ~ 27.84%

%31.47
%40.69
%27.84

CMYK color model

#BFF7A9 color CMYK value is (23,0,32,3).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 3.14%
CMYK:
(23,0,32,3)
C23M0Y32K3 
(23%,0%,32%,3%)
(0.23/0.00/0.32/0.03)	

CMYK percentages

%22.67
%0
%31.58
%3.14

Codes

Color #BFF7A9 in popluar color models

BFF7A9
RGB191247169
HSL103°82.98%81.57%
HSB/HSV103°31.58%96.86%
CMYK22.67%0.00%31.58%
3.14%

Color #BFF7A9 in popluar number systems.

HEXBFF7A9
Decimal191247169
Binary101111111111011110101001
Octal277367251

Shades and tints

Shades of #BFF7A9

#BFF7A9
(191,247,169)
#AEE19A
(174,225,154)
#9DCB8B
(157,203,139)
#8CB57C
(140,181,124)
#7B9F6D
(123,159,109)
#6A895E
(106,137,94)
#59734F
(89,115,79)
#485D40
(72,93,64)
#374731
(55,71,49)
#263122
(38,49,34)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #BFF7A9

#BFF7A9
(191,247,169)
#C4F7B0
(196,247,176)
#C9F7B7
(201,247,183)
#CEF7BE
(206,247,190)
#D3F7C5
(211,247,197)
#D8F7CC
(216,247,204)
#DDF7D3
(221,247,211)
#E2F7DA
(226,247,218)
#E7F7E1
(231,247,225)
#ECF7E8
(236,247,232)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF7A9; }

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

This text font color is #BFF7A9.


Background Color

.myBgColor { background-color: #BFF7A9; }

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

This div background color is #BFF7A9.


Border color

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

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

This div border color is #BFF7A9.


Opacity

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

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

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

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

This text has shadow with #BFF7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF7A9 on black background.


Color preview on white background

This text has color #BFF7A9 on white background.



Black color preview on #BFF7A9 background

This text has black color on #BFF7A9 background.


White color preview on #BFF7A9 background

This text has white color on #BFF7A9 background.