COLOR #BFF7D9

HEX: #BFF7D9 RGB: (191,247,217)

Color info

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

RGB color model

#BFF7D9 color RGB value is (191,247,217).

RGB: (191,247,217) (75%, 97%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 247 of 255 = 97%
B 217 of 255 = 85%

191
247
217

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

Portions of RGB colors in percentages

R + G + B = 191 + 247 + 217 = 655 (100%)
R 191 of 655 ~ 29.16%
G 247 of 655 ~ 37.71%
B 217 of 655 ~ 33.13'%

%29.16
%37.71
%33.13

CMYK color model

#BFF7D9 color CMYK value is (23,0,12,3).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 3.14%

CMYK: (23,0,12,3)
C23M0Y12K3 (23%, 0%, 12%, 3%)
(0.23 / 0.00 / 0.12 / 0.03)

CMYK percentages

%22.67
%0
%12.15
%3.14

Codes

Color #BFF7D9 in popluar color models

BF F7 D9
RGB 191 247 217
HSL 148° 77.78% 85.88%
HSB/HSV 148° 22.67% 96.86%
CMYK 22.67% 0.00% 12.15%
3.14%

Color #BFF7D9 in popluar number systems.

HEX BF F7 D9
Decimal 191 247 217
Binary 10111111 11110111 11011001
Octal 277 367 331

Shades and tints

Shades of #BFF7D9

#BFF7D9
(191,247,217)
#AEE1C6
(174,225,198)
#9DCBB3
(157,203,179)
#8CB5A0
(140,181,160)
#7B9F8D
(123,159,141)
#6A897A
(106,137,122)
#597367
(89,115,103)
#485D54
(72,93,84)
#374741
(55,71,65)
#26312E
(38,49,46)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #BFF7D9

#BFF7D9
(191,247,217)
#C4F7DC
(196,247,220)
#C9F7DF
(201,247,223)
#CEF7E2
(206,247,226)
#D3F7E5
(211,247,229)
#D8F7E8
(216,247,232)
#DDF7EB
(221,247,235)
#E2F7EE
(226,247,238)
#E7F7F1
(231,247,241)
#ECF7F4
(236,247,244)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF7D9; }

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

This text font color is #BFF7D9.

Background Color

.myBgColor { background-color: #BFF7D9; }

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

This div background color is #BFF7D9.

Border color

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

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

This div border color is #BFF7D9.

Opacity

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

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

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

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

This text has shadow with #BFF7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFF7D9.

Preview

Color preview on black background

This text has color #BFF7D9 on black background.


Color preview on white background

This text has color #BFF7D9 on white background.


Black color preview on #BFF7D9 background

This text has black color on #BFF7D9 background.


White color preview on #BFF7D9 background

This text has white color on #BFF7D9 background.


Related colors

Complementary color

Complementary color for #hex is #400826.


I love getcolorcode.com

Triadic colors

1 #D9BFF7 and #F7D9BF with #BFF7D9 are triadic colors.

2 #D9F7BF and #F7BFD9 with #BFF7D9 are triadic colors.