COLOR #BCE7CD

HEX: #BCE7CD
RGB: (188,231,205)

Color info

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

RGB color model

#BCE7CD color RGB value is (188,231,205).

  • red value is 188;
  • green value is 231;
  • blue value is 205.
RGB:
(188,231,205)
(74%,91%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 231 of 255 = 91%
B 205 of 255 = 80%

188
231
205

R + G + B ~ 82%. #BCE7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 231 + 205 = 624 (100%)
R 188 of 624 ~ 30.13%
G 231 of 624 ~ 37.02%
B 205 of 624 ~ 32.85%

%30.13
%37.02
%32.85

CMYK color model

#BCE7CD color CMYK value is (19,0,11,9).

  • cyan value is 18.61%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(19,0,11,9)
C19M0Y11K9 
(19%,0%,11%,9%)
(0.19/0.00/0.11/0.09)	

CMYK percentages

%18.61
%0
%11.26
%9.41

Codes

Color #BCE7CD in popluar color models

BCE7CD
RGB188231205
HSL144°47.25%82.16%
HSB/HSV144°18.61%90.59%
CMYK18.61%0.00%11.26%
9.41%

Color #BCE7CD in popluar number systems.

HEXBCE7CD
Decimal188231205
Binary101111001110011111001101
Octal274347315

Shades and tints

Shades of #BCE7CD

#BCE7CD
(188,231,205)
#ABD2BB
(171,210,187)
#9ABDA9
(154,189,169)
#89A897
(137,168,151)
#789385
(120,147,133)
#677E73
(103,126,115)
#566961
(86,105,97)
#45544F
(69,84,79)
#343F3D
(52,63,61)
#232A2B
(35,42,43)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCE7CD

#BCE7CD
(188,231,205)
#C2E9D1
(194,233,209)
#C8EBD5
(200,235,213)
#CEEDD9
(206,237,217)
#D4EFDD
(212,239,221)
#DAF1E1
(218,241,225)
#E0F3E5
(224,243,229)
#E6F5E9
(230,245,233)
#ECF7ED
(236,247,237)
#F2F9F1
(242,249,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE7CD color. Also use rgb(188,231,205) instead hex code.

Text Font Color

.myTextColor { color: #BCE7CD; }

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

This text font color is #BCE7CD.


Background Color

.myBgColor { background-color: #BCE7CD; }

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

This div background color is #BCE7CD.


Border color

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

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

This div border color is #BCE7CD.


Opacity

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

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

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

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

This text has shadow with #BCE7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE7CD on black background.


Color preview on white background

This text has color #BCE7CD on white background.



Black color preview on #BCE7CD background

This text has black color on #BCE7CD background.


White color preview on #BCE7CD background

This text has white color on #BCE7CD background.