COLOR #BFE7DC

HEX: #BFE7DC
RGB: (191,231,220)

Color info

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

RGB color model

#BFE7DC color RGB value is (191,231,220).

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

RGB channels and saturation

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

191
231
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 231 + 220 = 642 (100%)
R 191 of 642 ~ 29.75%
G 231 of 642 ~ 35.98%
B 220 of 642 ~ 34.27%

%29.75
%35.98
%34.27

CMYK color model

#BFE7DC color CMYK value is (17,0,5,9).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(17,0,5,9)
C17M0Y5K9 
(17%,0%,5%,9%)
(0.17/0.00/0.05/0.09)	

CMYK percentages

%17.32
%0
%4.76
%9.41

Codes

Color #BFE7DC in popluar color models

BFE7DC
RGB191231220
HSL164°45.45%82.75%
HSB/HSV164°17.32%90.59%
CMYK17.32%0.00%4.76%
9.41%

Color #BFE7DC in popluar number systems.

HEXBFE7DC
Decimal191231220
Binary101111111110011111011100
Octal277347334

Shades and tints

Shades of #BFE7DC

#BFE7DC
(191,231,220)
#AED2C8
(174,210,200)
#9DBDB4
(157,189,180)
#8CA8A0
(140,168,160)
#7B938C
(123,147,140)
#6A7E78
(106,126,120)
#596964
(89,105,100)
#485450
(72,84,80)
#373F3C
(55,63,60)
#262A28
(38,42,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFE7DC

#BFE7DC
(191,231,220)
#C4E9DF
(196,233,223)
#C9EBE2
(201,235,226)
#CEEDE5
(206,237,229)
#D3EFE8
(211,239,232)
#D8F1EB
(216,241,235)
#DDF3EE
(221,243,238)
#E2F5F1
(226,245,241)
#E7F7F4
(231,247,244)
#ECF9F7
(236,249,247)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE7DC; }

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

This text font color is #BFE7DC.


Background Color

.myBgColor { background-color: #BFE7DC; }

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

This div background color is #BFE7DC.


Border color

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

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

This div border color is #BFE7DC.


Opacity

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

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

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

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

This text has shadow with #BFE7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE7DC on black background.


Color preview on white background

This text has color #BFE7DC on white background.



Black color preview on #BFE7DC background

This text has black color on #BFE7DC background.


White color preview on #BFE7DC background

This text has white color on #BFE7DC background.