COLOR #BCD4DB

HEX: #BCD4DB
RGB: (188,212,219)

Color info

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

RGB color model

#BCD4DB color RGB value is (188,212,219).

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

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 219 of 255 = 86%

188
212
219

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

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 219 = 619 (100%)
R 188 of 619 ~ 30.37%
G 212 of 619 ~ 34.25%
B 219 of 619 ~ 35.38%

%30.37
%34.25
%35.38

CMYK color model

#BCD4DB color CMYK value is (14,3,0,14).

  • cyan value is 14.16%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,3,0,14)
C14M3Y0K14 
(14%,3%,0%,14%)
(0.14/0.03/0.00/0.14)	

CMYK percentages

%14.16
%3.2
%0
%14.12

Codes

Color #BCD4DB in popluar color models

BCD4DB
RGB188212219
HSL194°30.10%79.80%
HSB/HSV194°14.16%85.88%
CMYK14.16%3.20%0.00%
14.12%

Color #BCD4DB in popluar number systems.

HEXBCD4DB
Decimal188212219
Binary101111001101010011011011
Octal274324333

Shades and tints

Shades of #BCD4DB

#BCD4DB
(188,212,219)
#ABC1C8
(171,193,200)
#9AAEB5
(154,174,181)
#899BA2
(137,155,162)
#78888F
(120,136,143)
#67757C
(103,117,124)
#566269
(86,98,105)
#454F56
(69,79,86)
#343C43
(52,60,67)
#232930
(35,41,48)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #BCD4DB

#BCD4DB
(188,212,219)
#C2D7DE
(194,215,222)
#C8DAE1
(200,218,225)
#CEDDE4
(206,221,228)
#D4E0E7
(212,224,231)
#DAE3EA
(218,227,234)
#E0E6ED
(224,230,237)
#E6E9F0
(230,233,240)
#ECECF3
(236,236,243)
#F2EFF6
(242,239,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD4DB; }

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

This text font color is #BCD4DB.


Background Color

.myBgColor { background-color: #BCD4DB; }

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

This div background color is #BCD4DB.


Border color

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

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

This div border color is #BCD4DB.


Opacity

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

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

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

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

This text has shadow with #BCD4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD4DB on black background.


Color preview on white background

This text has color #BCD4DB on white background.



Black color preview on #BCD4DB background

This text has black color on #BCD4DB background.


White color preview on #BCD4DB background

This text has white color on #BCD4DB background.