COLOR #BCF7E3

HEX: #BCF7E3
RGB: (188,247,227)

Color info

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

RGB color model

#BCF7E3 color RGB value is (188,247,227).

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

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 227 of 255 = 89%

188
247
227

R + G + B ~ 87%. #BCF7E3 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 247 + 227 = 662 (100%)
R 188 of 662 ~ 28.4%
G 247 of 662 ~ 37.31%
B 227 of 662 ~ 34.29%

%28.4
%37.31
%34.29

CMYK color model

#BCF7E3 color CMYK value is (24,0,8,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 3.14%
CMYK:
(24,0,8,3)
C24M0Y8K3 
(24%,0%,8%,3%)
(0.24/0.00/0.08/0.03)	

CMYK percentages

%23.89
%0
%8.1
%3.14

Codes

Color #BCF7E3 in popluar color models

BCF7E3
RGB188247227
HSL160°78.67%85.29%
HSB/HSV160°23.89%96.86%
CMYK23.89%0.00%8.10%
3.14%

Color #BCF7E3 in popluar number systems.

HEXBCF7E3
Decimal188247227
Binary101111001111011111100011
Octal274367343

Shades and tints

Shades of #BCF7E3

#BCF7E3
(188,247,227)
#ABE1CF
(171,225,207)
#9ACBBB
(154,203,187)
#89B5A7
(137,181,167)
#789F93
(120,159,147)
#67897F
(103,137,127)
#56736B
(86,115,107)
#455D57
(69,93,87)
#344743
(52,71,67)
#23312F
(35,49,47)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #BCF7E3

#BCF7E3
(188,247,227)
#C2F7E5
(194,247,229)
#C8F7E7
(200,247,231)
#CEF7E9
(206,247,233)
#D4F7EB
(212,247,235)
#DAF7ED
(218,247,237)
#E0F7EF
(224,247,239)
#E6F7F1
(230,247,241)
#ECF7F3
(236,247,243)
#F2F7F5
(242,247,245)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7E3; }

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

This text font color is #BCF7E3.


Background Color

.myBgColor { background-color: #BCF7E3; }

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

This div background color is #BCF7E3.


Border color

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

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

This div border color is #BCF7E3.


Opacity

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

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

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

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

This text has shadow with #BCF7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF7E3 on black background.


Color preview on white background

This text has color #BCF7E3 on white background.



Black color preview on #BCF7E3 background

This text has black color on #BCF7E3 background.


White color preview on #BCF7E3 background

This text has white color on #BCF7E3 background.