COLOR #BCD8D0

HEX: #BCD8D0
RGB: (188,216,208)

Color info

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

RGB color model

#BCD8D0 color RGB value is (188,216,208).

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

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 208 of 255 = 82%

188
216
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 208 = 612 (100%)
R 188 of 612 ~ 30.72%
G 216 of 612 ~ 35.29%
B 208 of 612 ~ 33.99%

%30.72
%35.29
%33.99

CMYK color model

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

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 15.29%
CMYK:
(13,0,4,15)
C13M0Y4K15 
(13%,0%,4%,15%)
(0.13/0.00/0.04/0.15)	

CMYK percentages

%12.96
%0
%3.7
%15.29

Codes

Color #BCD8D0 in popluar color models

BCD8D0
RGB188216208
HSL163°26.42%79.22%
HSB/HSV163°12.96%84.71%
CMYK12.96%0.00%3.70%
15.29%

Color #BCD8D0 in popluar number systems.

HEXBCD8D0
Decimal188216208
Binary101111001101100011010000
Octal274330320

Shades and tints

Shades of #BCD8D0

#BCD8D0
(188,216,208)
#ABC5BE
(171,197,190)
#9AB2AC
(154,178,172)
#899F9A
(137,159,154)
#788C88
(120,140,136)
#677976
(103,121,118)
#566664
(86,102,100)
#455352
(69,83,82)
#344040
(52,64,64)
#232D2E
(35,45,46)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #BCD8D0

#BCD8D0
(188,216,208)
#C2DBD4
(194,219,212)
#C8DED8
(200,222,216)
#CEE1DC
(206,225,220)
#D4E4E0
(212,228,224)
#DAE7E4
(218,231,228)
#E0EAE8
(224,234,232)
#E6EDEC
(230,237,236)
#ECF0F0
(236,240,240)
#F2F3F4
(242,243,244)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8D0; }

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

This text font color is #BCD8D0.


Background Color

.myBgColor { background-color: #BCD8D0; }

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

This div background color is #BCD8D0.


Border color

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

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

This div border color is #BCD8D0.


Opacity

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

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

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

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

This text has shadow with #BCD8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8D0 on black background.


Color preview on white background

This text has color #BCD8D0 on white background.



Black color preview on #BCD8D0 background

This text has black color on #BCD8D0 background.


White color preview on #BCD8D0 background

This text has white color on #BCD8D0 background.