COLOR #BCD6D0

HEX: #BCD6D0
RGB: (188,214,208)

Color info

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

RGB color model

#BCD6D0 color RGB value is (188,214,208).

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

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 208 of 255 = 82%

188
214
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 208 = 610 (100%)
R 188 of 610 ~ 30.82%
G 214 of 610 ~ 35.08%
B 208 of 610 ~ 34.1%

%30.82
%35.08
%34.1

CMYK color model

#BCD6D0 color CMYK value is (12,0,3,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK: (12,0,3,16) C12M0Y3K16 (12%,0%,3%,16%) (0.12/0.00/0.03/0.16)

CMYK percentages

%12.15
%0
%2.8
%16.08

Codes

Color #BCD6D0 in popluar color models

BCD6D0
RGB188214208
HSL166°24.07%78.82%
HSB/HSV166°12.15%83.92%
CMYK12.15%0.00%2.80%
16.08%

Color #BCD6D0 in popluar number systems.

HEXBCD6D0
Decimal188214208
Binary101111001101011011010000
Octal274326320

Shades and tints

Shades of #BCD6D0

#BCD6D0
(188,214,208)
#ABC3BE
(171,195,190)
#9AB0AC
(154,176,172)
#899D9A
(137,157,154)
#788A88
(120,138,136)
#677776
(103,119,118)
#566464
(86,100,100)
#455152
(69,81,82)
#343E40
(52,62,64)
#232B2E
(35,43,46)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #BCD6D0

#BCD6D0
(188,214,208)
#C2D9D4
(194,217,212)
#C8DCD8
(200,220,216)
#CEDFDC
(206,223,220)
#D4E2E0
(212,226,224)
#DAE5E4
(218,229,228)
#E0E8E8
(224,232,232)
#E6EBEC
(230,235,236)
#ECEEF0
(236,238,240)
#F2F1F4
(242,241,244)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD6D0; }

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

This text font color is #BCD6D0.


Background Color

.myBgColor { background-color: #BCD6D0; }

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

This div background color is #BCD6D0.


Border color

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

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

This div border color is #BCD6D0.


Opacity

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

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

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

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

This text has shadow with #BCD6D0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCD6D0 on black background.


Color preview on white background

This text has color #BCD6D0 on white background.



Black color preview on #BCD6D0 background

This text has black color on #BCD6D0 background.


White color preview on #BCD6D0 background

This text has white color on #BCD6D0 background.