COLOR #BCE3CB

HEX: #BCE3CB
RGB: (188,227,203)

Color info

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

RGB color model

#BCE3CB color RGB value is (188,227,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 227 of 255 = 89%
B 203 of 255 = 80%

188
227
203

R + G + B ~ 81%. #BCE3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 227 + 203 = 618 (100%)
R 188 of 618 ~ 30.42%
G 227 of 618 ~ 36.73%
B 203 of 618 ~ 32.85%

%30.42
%36.73
%32.85

CMYK color model

#BCE3CB color CMYK value is (17,0,11,11).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(17,0,11,11)
C17M0Y11K11 
(17%,0%,11%,11%)
(0.17/0.00/0.11/0.11)	

CMYK percentages

%17.18
%0
%10.57
%10.98

Codes

Color #BCE3CB in popluar color models

BCE3CB
RGB188227203
HSL143°41.05%81.37%
HSB/HSV143°17.18%89.02%
CMYK17.18%0.00%10.57%
10.98%

Color #BCE3CB in popluar number systems.

HEXBCE3CB
Decimal188227203
Binary101111001110001111001011
Octal274343313

Shades and tints

Shades of #BCE3CB

#BCE3CB
(188,227,203)
#ABCFB9
(171,207,185)
#9ABBA7
(154,187,167)
#89A795
(137,167,149)
#789383
(120,147,131)
#677F71
(103,127,113)
#566B5F
(86,107,95)
#45574D
(69,87,77)
#34433B
(52,67,59)
#232F29
(35,47,41)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCE3CB

#BCE3CB
(188,227,203)
#C2E5CF
(194,229,207)
#C8E7D3
(200,231,211)
#CEE9D7
(206,233,215)
#D4EBDB
(212,235,219)
#DAEDDF
(218,237,223)
#E0EFE3
(224,239,227)
#E6F1E7
(230,241,231)
#ECF3EB
(236,243,235)
#F2F5EF
(242,245,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE3CB; }

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

This text font color is #BCE3CB.


Background Color

.myBgColor { background-color: #BCE3CB; }

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

This div background color is #BCE3CB.


Border color

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

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

This div border color is #BCE3CB.


Opacity

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

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

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

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

This text has shadow with #BCE3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE3CB on black background.


Color preview on white background

This text has color #BCE3CB on white background.



Black color preview on #BCE3CB background

This text has black color on #BCE3CB background.


White color preview on #BCE3CB background

This text has white color on #BCE3CB background.