COLOR #BCDFD6

HEX: #BCDFD6
RGB: (188,223,214)

Color info

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

RGB color model

#BCDFD6 color RGB value is (188,223,214).

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

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 214 of 255 = 84%

188
223
214

R + G + B ~ 82%. #BCDFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 214 = 625 (100%)
R 188 of 625 ~ 30.08%
G 223 of 625 ~ 35.68%
B 214 of 625 ~ 34.24%

%30.08
%35.68
%34.24

CMYK color model

#BCDFD6 color CMYK value is (16,0,4,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(16,0,4,13)
C16M0Y4K13 
(16%,0%,4%,13%)
(0.16/0.00/0.04/0.13)	

CMYK percentages

%15.7
%0
%4.04
%12.55

Codes

Color #BCDFD6 in popluar color models

BCDFD6
RGB188223214
HSL165°35.35%80.59%
HSB/HSV165°15.70%87.45%
CMYK15.70%0.00%4.04%
12.55%

Color #BCDFD6 in popluar number systems.

HEXBCDFD6
Decimal188223214
Binary101111001101111111010110
Octal274337326

Shades and tints

Shades of #BCDFD6

#BCDFD6
(188,223,214)
#ABCBC3
(171,203,195)
#9AB7B0
(154,183,176)
#89A39D
(137,163,157)
#788F8A
(120,143,138)
#677B77
(103,123,119)
#566764
(86,103,100)
#455351
(69,83,81)
#343F3E
(52,63,62)
#232B2B
(35,43,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCDFD6

#BCDFD6
(188,223,214)
#C2E1D9
(194,225,217)
#C8E3DC
(200,227,220)
#CEE5DF
(206,229,223)
#D4E7E2
(212,231,226)
#DAE9E5
(218,233,229)
#E0EBE8
(224,235,232)
#E6EDEB
(230,237,235)
#ECEFEE
(236,239,238)
#F2F1F1
(242,241,241)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFD6; }

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

This text font color is #BCDFD6.


Background Color

.myBgColor { background-color: #BCDFD6; }

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

This div background color is #BCDFD6.


Border color

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

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

This div border color is #BCDFD6.


Opacity

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

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

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

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

This text has shadow with #BCDFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDFD6 on black background.


Color preview on white background

This text has color #BCDFD6 on white background.



Black color preview on #BCDFD6 background

This text has black color on #BCDFD6 background.


White color preview on #BCDFD6 background

This text has white color on #BCDFD6 background.