COLOR #BCD8D7

HEX: #BCD8D7
RGB: (188,216,215)

Color info

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

RGB color model

#BCD8D7 color RGB value is (188,216,215).

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

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 215 of 255 = 84%

188
216
215

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

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 215 = 619 (100%)
R 188 of 619 ~ 30.37%
G 216 of 619 ~ 34.89%
B 215 of 619 ~ 34.73%

%30.37
%34.89
%34.73

CMYK color model

#BCD8D7 color CMYK value is (13,0,0,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 15.29%
CMYK:
(13,0,0,15)
C13M0Y0K15 
(13%,0%,0%,15%)
(0.13/0.00/0.00/0.15)	

CMYK percentages

%12.96
%0
%0.46
%15.29

Codes

Color #BCD8D7 in popluar color models

BCD8D7
RGB188216215
HSL178°26.42%79.22%
HSB/HSV178°12.96%84.71%
CMYK12.96%0.00%0.46%
15.29%

Color #BCD8D7 in popluar number systems.

HEXBCD8D7
Decimal188216215
Binary101111001101100011010111
Octal274330327

Shades and tints

Shades of #BCD8D7

#BCD8D7
(188,216,215)
#ABC5C4
(171,197,196)
#9AB2B1
(154,178,177)
#899F9E
(137,159,158)
#788C8B
(120,140,139)
#677978
(103,121,120)
#566665
(86,102,101)
#455352
(69,83,82)
#34403F
(52,64,63)
#232D2C
(35,45,44)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCD8D7

#BCD8D7
(188,216,215)
#C2DBDA
(194,219,218)
#C8DEDD
(200,222,221)
#CEE1E0
(206,225,224)
#D4E4E3
(212,228,227)
#DAE7E6
(218,231,230)
#E0EAE9
(224,234,233)
#E6EDEC
(230,237,236)
#ECF0EF
(236,240,239)
#F2F3F2
(242,243,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8D7; }

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

This text font color is #BCD8D7.


Background Color

.myBgColor { background-color: #BCD8D7; }

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

This div background color is #BCD8D7.


Border color

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

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

This div border color is #BCD8D7.


Opacity

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

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

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

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

This text has shadow with #BCD8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8D7 on black background.


Color preview on white background

This text has color #BCD8D7 on white background.



Black color preview on #BCD8D7 background

This text has black color on #BCD8D7 background.


White color preview on #BCD8D7 background

This text has white color on #BCD8D7 background.