COLOR #BFE6DC

HEX: #BFE6DC
RGB: (191,230,220)

Color info

#BFE6DC contains red, green and blue colors in about the same proportion. Web safe color of #BFE6DC is #CCCCCC (or #CCC).

RGB color model

#BFE6DC color RGB value is (191,230,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 220 of 255 = 86%

191
230
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 220 = 641 (100%)
R 191 of 641 ~ 29.8%
G 230 of 641 ~ 35.88%
B 220 of 641 ~ 34.32%

%29.8
%35.88
%34.32

CMYK color model

#BFE6DC color CMYK value is (17,0,4,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(17,0,4,10)
C17M0Y4K10 
(17%,0%,4%,10%)
(0.17/0.00/0.04/0.10)	

CMYK percentages

%16.96
%0
%4.35
%9.8

Codes

Color #BFE6DC in popluar color models

BFE6DC
RGB191230220
HSL165°43.82%82.55%
HSB/HSV165°16.96%90.20%
CMYK16.96%0.00%4.35%
9.80%

Color #BFE6DC in popluar number systems.

HEXBFE6DC
Decimal191230220
Binary101111111110011011011100
Octal277346334

Shades and tints

Shades of #BFE6DC

#BFE6DC
(191,230,220)
#AED2C8
(174,210,200)
#9DBEB4
(157,190,180)
#8CAAA0
(140,170,160)
#7B968C
(123,150,140)
#6A8278
(106,130,120)
#596E64
(89,110,100)
#485A50
(72,90,80)
#37463C
(55,70,60)
#263228
(38,50,40)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #BFE6DC

#BFE6DC
(191,230,220)
#C4E8DF
(196,232,223)
#C9EAE2
(201,234,226)
#CEECE5
(206,236,229)
#D3EEE8
(211,238,232)
#D8F0EB
(216,240,235)
#DDF2EE
(221,242,238)
#E2F4F1
(226,244,241)
#E7F6F4
(231,246,244)
#ECF8F7
(236,248,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE6DC; }

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

This text font color is #BFE6DC.


Background Color

.myBgColor { background-color: #BFE6DC; }

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

This div background color is #BFE6DC.


Border color

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

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

This div border color is #BFE6DC.


Opacity

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

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

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

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

This text has shadow with #BFE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE6DC on black background.


Color preview on white background

This text has color #BFE6DC on white background.



Black color preview on #BFE6DC background

This text has black color on #BFE6DC background.


White color preview on #BFE6DC background

This text has white color on #BFE6DC background.