COLOR #BFF0D9

HEX: #BFF0D9
RGB: (191,240,217)

Color info

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

RGB color model

#BFF0D9 color RGB value is (191,240,217).

  • red value is 191;
  • green value is 240;
  • blue value is 217.
RGB:
(191,240,217)
(75%,94%,85%)

RGB channels and saturation

R 191 of 255 = 75%
G 240 of 255 = 94%
B 217 of 255 = 85%

191
240
217

R + G + B ~ 85%. #BFF0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 240 + 217 = 648 (100%)
R 191 of 648 ~ 29.48%
G 240 of 648 ~ 37.04%
B 217 of 648 ~ 33.49%

%29.48
%37.04
%33.49

CMYK color model

#BFF0D9 color CMYK value is (20,0,10,6).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%
CMYK:
(20,0,10,6)
C20M0Y10K6 
(20%,0%,10%,6%)
(0.20/0.00/0.10/0.06)	

CMYK percentages

%20.42
%0
%9.58
%5.88

Codes

Color #BFF0D9 in popluar color models

BFF0D9
RGB191240217
HSL152°62.03%84.51%
HSB/HSV152°20.42%94.12%
CMYK20.42%0.00%9.58%
5.88%

Color #BFF0D9 in popluar number systems.

HEXBFF0D9
Decimal191240217
Binary101111111111000011011001
Octal277360331

Shades and tints

Shades of #BFF0D9

#BFF0D9
(191,240,217)
#AEDBC6
(174,219,198)
#9DC6B3
(157,198,179)
#8CB1A0
(140,177,160)
#7B9C8D
(123,156,141)
#6A877A
(106,135,122)
#597267
(89,114,103)
#485D54
(72,93,84)
#374841
(55,72,65)
#26332E
(38,51,46)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #BFF0D9

#BFF0D9
(191,240,217)
#C4F1DC
(196,241,220)
#C9F2DF
(201,242,223)
#CEF3E2
(206,243,226)
#D3F4E5
(211,244,229)
#D8F5E8
(216,245,232)
#DDF6EB
(221,246,235)
#E2F7EE
(226,247,238)
#E7F8F1
(231,248,241)
#ECF9F4
(236,249,244)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF0D9; }

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

This text font color is #BFF0D9.


Background Color

.myBgColor { background-color: #BFF0D9; }

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

This div background color is #BFF0D9.


Border color

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

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

This div border color is #BFF0D9.


Opacity

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

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

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

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

This text has shadow with #BFF0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF0D9 on black background.


Color preview on white background

This text has color #BFF0D9 on white background.



Black color preview on #BFF0D9 background

This text has black color on #BFF0D9 background.


White color preview on #BFF0D9 background

This text has white color on #BFF0D9 background.