COLOR #BFF8DC

HEX: #BFF8DC
RGB: (191,248,220)

Color info

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

RGB color model

#BFF8DC color RGB value is (191,248,220).

  • red value is 191;
  • green value is 248;
  • blue value is 220.
RGB:
(191,248,220)
(75%,97%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 248 of 255 = 97%
B 220 of 255 = 86%

191
248
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 248 + 220 = 659 (100%)
R 191 of 659 ~ 28.98%
G 248 of 659 ~ 37.63%
B 220 of 659 ~ 33.38%

%28.98
%37.63
%33.38

CMYK color model

#BFF8DC color CMYK value is (23,0,11,3).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(23,0,11,3)
C23M0Y11K3 
(23%,0%,11%,3%)
(0.23/0.00/0.11/0.03)	

CMYK percentages

%22.98
%0
%11.29
%2.75

Codes

Color #BFF8DC in popluar color models

BFF8DC
RGB191248220
HSL151°80.28%86.08%
HSB/HSV151°22.98%97.25%
CMYK22.98%0.00%11.29%
2.75%

Color #BFF8DC in popluar number systems.

HEXBFF8DC
Decimal191248220
Binary101111111111100011011100
Octal277370334

Shades and tints

Shades of #BFF8DC

#BFF8DC
(191,248,220)
#AEE2C8
(174,226,200)
#9DCCB4
(157,204,180)
#8CB6A0
(140,182,160)
#7BA08C
(123,160,140)
#6A8A78
(106,138,120)
#597464
(89,116,100)
#485E50
(72,94,80)
#37483C
(55,72,60)
#263228
(38,50,40)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #BFF8DC

#BFF8DC
(191,248,220)
#C4F8DF
(196,248,223)
#C9F8E2
(201,248,226)
#CEF8E5
(206,248,229)
#D3F8E8
(211,248,232)
#D8F8EB
(216,248,235)
#DDF8EE
(221,248,238)
#E2F8F1
(226,248,241)
#E7F8F4
(231,248,244)
#ECF8F7
(236,248,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF8DC color. Also use rgb(191,248,220) instead hex code.

Text Font Color

.myTextColor { color: #BFF8DC; }

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

This text font color is #BFF8DC.


Background Color

.myBgColor { background-color: #BFF8DC; }

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

This div background color is #BFF8DC.


Border color

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

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

This div border color is #BFF8DC.


Opacity

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

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

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

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

This text has shadow with #BFF8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF8DC on black background.


Color preview on white background

This text has color #BFF8DC on white background.



Black color preview on #BFF8DC background

This text has black color on #BFF8DC background.


White color preview on #BFF8DC background

This text has white color on #BFF8DC background.