COLOR #BCD3CB

HEX: #BCD3CB
RGB: (188,211,203)

Color info

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

RGB color model

#BCD3CB color RGB value is (188,211,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 203 of 255 = 80%

188
211
203

R + G + B ~ 79%. #BCD3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 203 = 602 (100%)
R 188 of 602 ~ 31.23%
G 211 of 602 ~ 35.05%
B 203 of 602 ~ 33.72%

%31.23
%35.05
%33.72

CMYK color model

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

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(11,0,4,17)
C11M0Y4K17 
(11%,0%,4%,17%)
(0.11/0.00/0.04/0.17)	

CMYK percentages

%10.9
%0
%3.79
%17.25

Codes

Color #BCD3CB in popluar color models

BCD3CB
RGB188211203
HSL159°20.72%78.24%
HSB/HSV159°10.90%82.75%
CMYK10.90%0.00%3.79%
17.25%

Color #BCD3CB in popluar number systems.

HEXBCD3CB
Decimal188211203
Binary101111001101001111001011
Octal274323313

Shades and tints

Shades of #BCD3CB

#BCD3CB
(188,211,203)
#ABC0B9
(171,192,185)
#9AADA7
(154,173,167)
#899A95
(137,154,149)
#788783
(120,135,131)
#677471
(103,116,113)
#56615F
(86,97,95)
#454E4D
(69,78,77)
#343B3B
(52,59,59)
#232829
(35,40,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCD3CB

#BCD3CB
(188,211,203)
#C2D7CF
(194,215,207)
#C8DBD3
(200,219,211)
#CEDFD7
(206,223,215)
#D4E3DB
(212,227,219)
#DAE7DF
(218,231,223)
#E0EBE3
(224,235,227)
#E6EFE7
(230,239,231)
#ECF3EB
(236,243,235)
#F2F7EF
(242,247,239)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD3CB; }

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

This text font color is #BCD3CB.


Background Color

.myBgColor { background-color: #BCD3CB; }

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

This div background color is #BCD3CB.


Border color

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

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

This div border color is #BCD3CB.


Opacity

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

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

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

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

This text has shadow with #BCD3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD3CB on black background.


Color preview on white background

This text has color #BCD3CB on white background.



Black color preview on #BCD3CB background

This text has black color on #BCD3CB background.


White color preview on #BCD3CB background

This text has white color on #BCD3CB background.