COLOR #BCD1D1

HEX: #BCD1D1
RGB: (188,209,209)

Color info

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

RGB color model

#BCD1D1 color RGB value is (188,209,209).

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

RGB channels and saturation

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

188
209
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 209 = 606 (100%)
R 188 of 606 ~ 31.02%
G 209 of 606 ~ 34.49%
B 209 of 606 ~ 34.49%

%31.02
%34.49
%34.49

CMYK color model

#BCD1D1 color CMYK value is (10,0,0,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%10.05
%0
%0
%18.04

Codes

Color #BCD1D1 in popluar color models

BCD1D1
RGB188209209
HSL180°18.58%77.84%
HSB/HSV180°10.05%81.96%
CMYK10.05%0.00%0.00%
18.04%

Color #BCD1D1 in popluar number systems.

HEXBCD1D1
Decimal188209209
Binary101111001101000111010001
Octal274321321

Shades and tints

Shades of #BCD1D1

#BCD1D1
(188,209,209)
#ABBEBE
(171,190,190)
#9AABAB
(154,171,171)
#899898
(137,152,152)
#788585
(120,133,133)
#677272
(103,114,114)
#565F5F
(86,95,95)
#454C4C
(69,76,76)
#343939
(52,57,57)
#232626
(35,38,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCD1D1

#BCD1D1
(188,209,209)
#C2D5D5
(194,213,213)
#C8D9D9
(200,217,217)
#CEDDDD
(206,221,221)
#D4E1E1
(212,225,225)
#DAE5E5
(218,229,229)
#E0E9E9
(224,233,233)
#E6EDED
(230,237,237)
#ECF1F1
(236,241,241)
#F2F5F5
(242,245,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1D1; }

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

This text font color is #BCD1D1.


Background Color

.myBgColor { background-color: #BCD1D1; }

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

This div background color is #BCD1D1.


Border color

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

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

This div border color is #BCD1D1.


Opacity

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

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

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

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

This text has shadow with #BCD1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1D1 on black background.


Color preview on white background

This text has color #BCD1D1 on white background.



Black color preview on #BCD1D1 background

This text has black color on #BCD1D1 background.


White color preview on #BCD1D1 background

This text has white color on #BCD1D1 background.