COLOR #BCF7DC

HEX: #BCF7DC
RGB: (188,247,220)

Color info

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

RGB color model

#BCF7DC color RGB value is (188,247,220).

  • red value is 188;
  • green value is 247;
  • blue value is 220.
RGB:
(188,247,220)
(74%,97%,86%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 220 of 255 = 86%

188
247
220

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

Portions of RGB colors in percentages

R + G + B =
188 + 247 + 220 = 655 (100%)
R 188 of 655 ~ 28.7%
G 247 of 655 ~ 37.71%
B 220 of 655 ~ 33.59%

%28.7
%37.71
%33.59

CMYK color model

#BCF7DC color CMYK value is (24,0,11,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(24,0,11,3)
C24M0Y11K3 
(24%,0%,11%,3%)
(0.24/0.00/0.11/0.03)	

CMYK percentages

%23.89
%0
%10.93
%3.14

Codes

Color #BCF7DC in popluar color models

BCF7DC
RGB188247220
HSL153°78.67%85.29%
HSB/HSV153°23.89%96.86%
CMYK23.89%0.00%10.93%
3.14%

Color #BCF7DC in popluar number systems.

HEXBCF7DC
Decimal188247220
Binary101111001111011111011100
Octal274367334

Shades and tints

Shades of #BCF7DC

#BCF7DC
(188,247,220)
#ABE1C8
(171,225,200)
#9ACBB4
(154,203,180)
#89B5A0
(137,181,160)
#789F8C
(120,159,140)
#678978
(103,137,120)
#567364
(86,115,100)
#455D50
(69,93,80)
#34473C
(52,71,60)
#233128
(35,49,40)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #BCF7DC

#BCF7DC
(188,247,220)
#C2F7DF
(194,247,223)
#C8F7E2
(200,247,226)
#CEF7E5
(206,247,229)
#D4F7E8
(212,247,232)
#DAF7EB
(218,247,235)
#E0F7EE
(224,247,238)
#E6F7F1
(230,247,241)
#ECF7F4
(236,247,244)
#F2F7F7
(242,247,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF7DC color. Also use rgb(188,247,220) instead hex code.

Text Font Color

.myTextColor { color: #BCF7DC; }

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

This text font color is #BCF7DC.


Background Color

.myBgColor { background-color: #BCF7DC; }

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

This div background color is #BCF7DC.


Border color

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

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

This div border color is #BCF7DC.


Opacity

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

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

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

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

This text has shadow with #BCF7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF7DC on black background.


Color preview on white background

This text has color #BCF7DC on white background.



Black color preview on #BCF7DC background

This text has black color on #BCF7DC background.


White color preview on #BCF7DC background

This text has white color on #BCF7DC background.