COLOR #BCD6CE

HEX: #BCD6CE
RGB: (188,214,206)

Color info

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

RGB color model

#BCD6CE color RGB value is (188,214,206).

  • red value is 188;
  • green value is 214;
  • blue value is 206.
RGB:
(188,214,206)
(74%,84%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 206 of 255 = 81%

188
214
206

R + G + B ~ 80%. #BCD6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 206 = 608 (100%)
R 188 of 608 ~ 30.92%
G 214 of 608 ~ 35.2%
B 206 of 608 ~ 33.88%

%30.92
%35.2
%33.88

CMYK color model

#BCD6CE color CMYK value is (12,0,4,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(12,0,4,16)
C12M0Y4K16 
(12%,0%,4%,16%)
(0.12/0.00/0.04/0.16)	

CMYK percentages

%12.15
%0
%3.74
%16.08

Codes

Color #BCD6CE in popluar color models

BCD6CE
RGB188214206
HSL162°24.07%78.82%
HSB/HSV162°12.15%83.92%
CMYK12.15%0.00%3.74%
16.08%

Color #BCD6CE in popluar number systems.

HEXBCD6CE
Decimal188214206
Binary101111001101011011001110
Octal274326316

Shades and tints

Shades of #BCD6CE

#BCD6CE
(188,214,206)
#ABC3BC
(171,195,188)
#9AB0AA
(154,176,170)
#899D98
(137,157,152)
#788A86
(120,138,134)
#677774
(103,119,116)
#566462
(86,100,98)
#455150
(69,81,80)
#343E3E
(52,62,62)
#232B2C
(35,43,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCD6CE

#BCD6CE
(188,214,206)
#C2D9D2
(194,217,210)
#C8DCD6
(200,220,214)
#CEDFDA
(206,223,218)
#D4E2DE
(212,226,222)
#DAE5E2
(218,229,226)
#E0E8E6
(224,232,230)
#E6EBEA
(230,235,234)
#ECEEEE
(236,238,238)
#F2F1F2
(242,241,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6CE color. Also use rgb(188,214,206) instead hex code.

Text Font Color

.myTextColor { color: #BCD6CE; }

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

This text font color is #BCD6CE.


Background Color

.myBgColor { background-color: #BCD6CE; }

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

This div background color is #BCD6CE.


Border color

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

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

This div border color is #BCD6CE.


Opacity

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

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

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

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

This text has shadow with #BCD6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6CE on black background.


Color preview on white background

This text has color #BCD6CE on white background.



Black color preview on #BCD6CE background

This text has black color on #BCD6CE background.


White color preview on #BCD6CE background

This text has white color on #BCD6CE background.