COLOR #BFF9D7

HEX: #BFF9D7 RGB: (191,249,215)

Color info

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

RGB color model

#BFF9D7 color RGB value is (191,249,215).

RGB: (191,249,215) (75%, 98%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 249 of 255 = 98%
B 215 of 255 = 84%

191
249
215

R + G + B ~ 86%. #BFF9D7 is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 249 + 215 = 655 (100%)
R 191 of 655 ~ 29.16%
G 249 of 655 ~ 38.02%
B 215 of 655 ~ 32.82'%

%29.16
%38.02
%32.82

CMYK color model

#BFF9D7 color CMYK value is (23,0,14,2).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%

CMYK: (23,0,14,2)
C23M0Y14K2 (23%, 0%, 14%, 2%)
(0.23 / 0.00 / 0.14 / 0.02)

CMYK percentages

%23.29
%0
%13.65
%2.35

Codes

Color #BFF9D7 in popluar color models

BF F9 D7
RGB 191 249 215
HSL 145° 82.86% 86.27%
HSB/HSV 145° 23.29% 97.65%
CMYK 23.29% 0.00% 13.65%
2.35%

Color #BFF9D7 in popluar number systems.

HEX BF F9 D7
Decimal 191 249 215
Binary 10111111 11111001 11010111
Octal 277 371 327

Shades and tints

Shades of #BFF9D7

#BFF9D7
(191,249,215)
#AEE3C4
(174,227,196)
#9DCDB1
(157,205,177)
#8CB79E
(140,183,158)
#7BA18B
(123,161,139)
#6A8B78
(106,139,120)
#597565
(89,117,101)
#485F52
(72,95,82)
#37493F
(55,73,63)
#26332C
(38,51,44)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #BFF9D7

#BFF9D7
(191,249,215)
#C4F9DA
(196,249,218)
#C9F9DD
(201,249,221)
#CEF9E0
(206,249,224)
#D3F9E3
(211,249,227)
#D8F9E6
(216,249,230)
#DDF9E9
(221,249,233)
#E2F9EC
(226,249,236)
#E7F9EF
(231,249,239)
#ECF9F2
(236,249,242)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF9D7 color. Also use rgb(191,249,215) instead hex code.

Text Font Color

.myTextColor { color: #BFF9D7; }

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

This text font color is #BFF9D7.

Background Color

.myBgColor { background-color: #BFF9D7; }

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

This div background color is #BFF9D7.

Border color

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

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

This div border color is #BFF9D7.

Opacity

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

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

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

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

This text has shadow with #BFF9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFF9D7.

Preview

Color preview on black background

This text has color #BFF9D7 on black background.


Color preview on white background

This text has color #BFF9D7 on white background.


Black color preview on #BFF9D7 background

This text has black color on #BFF9D7 background.


White color preview on #BFF9D7 background

This text has white color on #BFF9D7 background.


Related colors

Complementary color

Complementary color for #hex is #400628.


I love getcolorcode.com

Triadic colors

1 #D7BFF9 and #F9D7BF with #BFF9D7 are triadic colors.

2 #D7F9BF and #F9BFD7 with #BFF9D7 are triadic colors.