COLOR #BCE2D7

HEX: #BCE2D7
RGB: (188,226,215)

Color info

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

RGB color model

#BCE2D7 color RGB value is (188,226,215).

  • red value is 188;
  • green value is 226;
  • blue value is 215.
RGB:
(188,226,215)
(74%,89%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 215 of 255 = 84%

188
226
215

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

Portions of RGB colors in percentages

R + G + B =
188 + 226 + 215 = 629 (100%)
R 188 of 629 ~ 29.89%
G 226 of 629 ~ 35.93%
B 215 of 629 ~ 34.18%

%29.89
%35.93
%34.18

CMYK color model

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

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(17,0,5,11)
C17M0Y5K11 
(17%,0%,5%,11%)
(0.17/0.00/0.05/0.11)	

CMYK percentages

%16.81
%0
%4.87
%11.37

Codes

Color #BCE2D7 in popluar color models

BCE2D7
RGB188226215
HSL163°39.58%81.18%
HSB/HSV163°16.81%88.63%
CMYK16.81%0.00%4.87%
11.37%

Color #BCE2D7 in popluar number systems.

HEXBCE2D7
Decimal188226215
Binary101111001110001011010111
Octal274342327

Shades and tints

Shades of #BCE2D7

#BCE2D7
(188,226,215)
#ABCEC4
(171,206,196)
#9ABAB1
(154,186,177)
#89A69E
(137,166,158)
#78928B
(120,146,139)
#677E78
(103,126,120)
#566A65
(86,106,101)
#455652
(69,86,82)
#34423F
(52,66,63)
#232E2C
(35,46,44)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCE2D7

#BCE2D7
(188,226,215)
#C2E4DA
(194,228,218)
#C8E6DD
(200,230,221)
#CEE8E0
(206,232,224)
#D4EAE3
(212,234,227)
#DAECE6
(218,236,230)
#E0EEE9
(224,238,233)
#E6F0EC
(230,240,236)
#ECF2EF
(236,242,239)
#F2F4F2
(242,244,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE2D7 color. Also use rgb(188,226,215) instead hex code.

Text Font Color

.myTextColor { color: #BCE2D7; }

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

This text font color is #BCE2D7.


Background Color

.myBgColor { background-color: #BCE2D7; }

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

This div background color is #BCE2D7.


Border color

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

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

This div border color is #BCE2D7.


Opacity

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

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

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

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

This text has shadow with #BCE2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE2D7 on black background.


Color preview on white background

This text has color #BCE2D7 on white background.



Black color preview on #BCE2D7 background

This text has black color on #BCE2D7 background.


White color preview on #BCE2D7 background

This text has white color on #BCE2D7 background.