COLOR #BCF7DA

HEX: #BCF7DA
RGB: (188,247,218)

Color info

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

RGB color model

#BCF7DA color RGB value is (188,247,218).

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

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 218 of 255 = 85%

188
247
218

R + G + B ~ 85%. #BCF7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 247 + 218 = 653 (100%)
R 188 of 653 ~ 28.79%
G 247 of 653 ~ 37.83%
B 218 of 653 ~ 33.38%

%28.79
%37.83
%33.38

CMYK color model

#BCF7DA color CMYK value is (24,0,12,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(24,0,12,3)
C24M0Y12K3 
(24%,0%,12%,3%)
(0.24/0.00/0.12/0.03)	

CMYK percentages

%23.89
%0
%11.74
%3.14

Codes

Color #BCF7DA in popluar color models

BCF7DA
RGB188247218
HSL151°78.67%85.29%
HSB/HSV151°23.89%96.86%
CMYK23.89%0.00%11.74%
3.14%

Color #BCF7DA in popluar number systems.

HEXBCF7DA
Decimal188247218
Binary101111001111011111011010
Octal274367332

Shades and tints

Shades of #BCF7DA

#BCF7DA
(188,247,218)
#ABE1C7
(171,225,199)
#9ACBB4
(154,203,180)
#89B5A1
(137,181,161)
#789F8E
(120,159,142)
#67897B
(103,137,123)
#567368
(86,115,104)
#455D55
(69,93,85)
#344742
(52,71,66)
#23312F
(35,49,47)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #BCF7DA

#BCF7DA
(188,247,218)
#C2F7DD
(194,247,221)
#C8F7E0
(200,247,224)
#CEF7E3
(206,247,227)
#D4F7E6
(212,247,230)
#DAF7E9
(218,247,233)
#E0F7EC
(224,247,236)
#E6F7EF
(230,247,239)
#ECF7F2
(236,247,242)
#F2F7F5
(242,247,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7DA; }

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

This text font color is #BCF7DA.


Background Color

.myBgColor { background-color: #BCF7DA; }

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

This div background color is #BCF7DA.


Border color

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

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

This div border color is #BCF7DA.


Opacity

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

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

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

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

This text has shadow with #BCF7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF7DA on black background.


Color preview on white background

This text has color #BCF7DA on white background.



Black color preview on #BCF7DA background

This text has black color on #BCF7DA background.


White color preview on #BCF7DA background

This text has white color on #BCF7DA background.