COLOR #BCC3DB

HEX: #BCC3DB
RGB: (188,195,219)

Color info

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

RGB color model

#BCC3DB color RGB value is (188,195,219).

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

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 219 of 255 = 86%

188
195
219

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

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 219 = 602 (100%)
R 188 of 602 ~ 31.23%
G 195 of 602 ~ 32.39%
B 219 of 602 ~ 36.38%

%31.23
%32.39
%36.38

CMYK color model

#BCC3DB color CMYK value is (14,11,0,14).

  • cyan value is 14.16%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,11,0,14)
C14M11Y0K14 
(14%,11%,0%,14%)
(0.14/0.11/0.00/0.14)	

CMYK percentages

%14.16
%10.96
%0
%14.12

Codes

Color #BCC3DB in popluar color models

BCC3DB
RGB188195219
HSL226°30.10%79.80%
HSB/HSV226°14.16%85.88%
CMYK14.16%10.96%0.00%
14.12%

Color #BCC3DB in popluar number systems.

HEXBCC3DB
Decimal188195219
Binary101111001100001111011011
Octal274303333

Shades and tints

Shades of #BCC3DB

#BCC3DB
(188,195,219)
#ABB2C8
(171,178,200)
#9AA1B5
(154,161,181)
#8990A2
(137,144,162)
#787F8F
(120,127,143)
#676E7C
(103,110,124)
#565D69
(86,93,105)
#454C56
(69,76,86)
#343B43
(52,59,67)
#232A30
(35,42,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #BCC3DB

#BCC3DB
(188,195,219)
#C2C8DE
(194,200,222)
#C8CDE1
(200,205,225)
#CED2E4
(206,210,228)
#D4D7E7
(212,215,231)
#DADCEA
(218,220,234)
#E0E1ED
(224,225,237)
#E6E6F0
(230,230,240)
#ECEBF3
(236,235,243)
#F2F0F6
(242,240,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3DB; }

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

This text font color is #BCC3DB.


Background Color

.myBgColor { background-color: #BCC3DB; }

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

This div background color is #BCC3DB.


Border color

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

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

This div border color is #BCC3DB.


Opacity

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

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

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

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

This text has shadow with #BCC3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3DB on black background.


Color preview on white background

This text has color #BCC3DB on white background.



Black color preview on #BCC3DB background

This text has black color on #BCC3DB background.


White color preview on #BCC3DB background

This text has white color on #BCC3DB background.