COLOR #BCD6D1

HEX: #BCD6D1
RGB: (188,214,209)

Color info

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

RGB color model

#BCD6D1 color RGB value is (188,214,209).

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

RGB channels and saturation

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

188
214
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 209 = 611 (100%)
R 188 of 611 ~ 30.77%
G 214 of 611 ~ 35.02%
B 209 of 611 ~ 34.21%

%30.77
%35.02
%34.21

CMYK color model

#BCD6D1 color CMYK value is (12,0,2,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(12,0,2,16)
C12M0Y2K16 
(12%,0%,2%,16%)
(0.12/0.00/0.02/0.16)	

CMYK percentages

%12.15
%0
%2.34
%16.08

Codes

Color #BCD6D1 in popluar color models

BCD6D1
RGB188214209
HSL168°24.07%78.82%
HSB/HSV168°12.15%83.92%
CMYK12.15%0.00%2.34%
16.08%

Color #BCD6D1 in popluar number systems.

HEXBCD6D1
Decimal188214209
Binary101111001101011011010001
Octal274326321

Shades and tints

Shades of #BCD6D1

#BCD6D1
(188,214,209)
#ABC3BE
(171,195,190)
#9AB0AB
(154,176,171)
#899D98
(137,157,152)
#788A85
(120,138,133)
#677772
(103,119,114)
#56645F
(86,100,95)
#45514C
(69,81,76)
#343E39
(52,62,57)
#232B26
(35,43,38)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCD6D1

#BCD6D1
(188,214,209)
#C2D9D5
(194,217,213)
#C8DCD9
(200,220,217)
#CEDFDD
(206,223,221)
#D4E2E1
(212,226,225)
#DAE5E5
(218,229,229)
#E0E8E9
(224,232,233)
#E6EBED
(230,235,237)
#ECEEF1
(236,238,241)
#F2F1F5
(242,241,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD6D1; }

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

This text font color is #BCD6D1.


Background Color

.myBgColor { background-color: #BCD6D1; }

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

This div background color is #BCD6D1.


Border color

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

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

This div border color is #BCD6D1.


Opacity

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

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

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

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

This text has shadow with #BCD6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD6D1 on black background.


Color preview on white background

This text has color #BCD6D1 on white background.



Black color preview on #BCD6D1 background

This text has black color on #BCD6D1 background.


White color preview on #BCD6D1 background

This text has white color on #BCD6D1 background.