COLOR #BFE8DC

HEX: #BFE8DC
RGB: (191,232,220)

Color info

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

RGB color model

#BFE8DC color RGB value is (191,232,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 232 of 255 = 91%
B 220 of 255 = 86%

191
232
220

R + G + B ~ 84%. #BFE8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 232 + 220 = 643 (100%)
R 191 of 643 ~ 29.7%
G 232 of 643 ~ 36.08%
B 220 of 643 ~ 34.21%

%29.7
%36.08
%34.21

CMYK color model

#BFE8DC color CMYK value is (18,0,5,9).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(18,0,5,9)
C18M0Y5K9 
(18%,0%,5%,9%)
(0.18/0.00/0.05/0.09)	

CMYK percentages

%17.67
%0
%5.17
%9.02

Codes

Color #BFE8DC in popluar color models

BFE8DC
RGB191232220
HSL162°47.13%82.94%
HSB/HSV162°17.67%90.98%
CMYK17.67%0.00%5.17%
9.02%

Color #BFE8DC in popluar number systems.

HEXBFE8DC
Decimal191232220
Binary101111111110100011011100
Octal277350334

Shades and tints

Shades of #BFE8DC

#BFE8DC
(191,232,220)
#AED3C8
(174,211,200)
#9DBEB4
(157,190,180)
#8CA9A0
(140,169,160)
#7B948C
(123,148,140)
#6A7F78
(106,127,120)
#596A64
(89,106,100)
#485550
(72,85,80)
#37403C
(55,64,60)
#262B28
(38,43,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #BFE8DC

#BFE8DC
(191,232,220)
#C4EADF
(196,234,223)
#C9ECE2
(201,236,226)
#CEEEE5
(206,238,229)
#D3F0E8
(211,240,232)
#D8F2EB
(216,242,235)
#DDF4EE
(221,244,238)
#E2F6F1
(226,246,241)
#E7F8F4
(231,248,244)
#ECFAF7
(236,250,247)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE8DC; }

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

This text font color is #BFE8DC.


Background Color

.myBgColor { background-color: #BFE8DC; }

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

This div background color is #BFE8DC.


Border color

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

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

This div border color is #BFE8DC.


Opacity

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

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

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

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

This text has shadow with #BFE8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE8DC on black background.


Color preview on white background

This text has color #BFE8DC on white background.



Black color preview on #BFE8DC background

This text has black color on #BFE8DC background.


White color preview on #BFE8DC background

This text has white color on #BFE8DC background.