COLOR #BCD1DB

HEX: #BCD1DB
RGB: (188,209,219)

Color info

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

RGB color model

#BCD1DB color RGB value is (188,209,219).

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

RGB channels and saturation

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

188
209
219

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

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 219 = 616 (100%)
R 188 of 616 ~ 30.52%
G 209 of 616 ~ 33.93%
B 219 of 616 ~ 35.55%

%30.52
%33.93
%35.55

CMYK color model

#BCD1DB color CMYK value is (14,5,0,14).

  • cyan value is 14.16%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,5,0,14)
C14M5Y0K14 
(14%,5%,0%,14%)
(0.14/0.05/0.00/0.14)	

CMYK percentages

%14.16
%4.57
%0
%14.12

Codes

Color #BCD1DB in popluar color models

BCD1DB
RGB188209219
HSL199°30.10%79.80%
HSB/HSV199°14.16%85.88%
CMYK14.16%4.57%0.00%
14.12%

Color #BCD1DB in popluar number systems.

HEXBCD1DB
Decimal188209219
Binary101111001101000111011011
Octal274321333

Shades and tints

Shades of #BCD1DB

#BCD1DB
(188,209,219)
#ABBEC8
(171,190,200)
#9AABB5
(154,171,181)
#8998A2
(137,152,162)
#78858F
(120,133,143)
#67727C
(103,114,124)
#565F69
(86,95,105)
#454C56
(69,76,86)
#343943
(52,57,67)
#232630
(35,38,48)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #BCD1DB

#BCD1DB
(188,209,219)
#C2D5DE
(194,213,222)
#C8D9E1
(200,217,225)
#CEDDE4
(206,221,228)
#D4E1E7
(212,225,231)
#DAE5EA
(218,229,234)
#E0E9ED
(224,233,237)
#E6EDF0
(230,237,240)
#ECF1F3
(236,241,243)
#F2F5F6
(242,245,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1DB; }

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

This text font color is #BCD1DB.


Background Color

.myBgColor { background-color: #BCD1DB; }

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

This div background color is #BCD1DB.


Border color

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

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

This div border color is #BCD1DB.


Opacity

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

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

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

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

This text has shadow with #BCD1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1DB on black background.


Color preview on white background

This text has color #BCD1DB on white background.



Black color preview on #BCD1DB background

This text has black color on #BCD1DB background.


White color preview on #BCD1DB background

This text has white color on #BCD1DB background.