COLOR #BCE1DD

HEX: #BCE1DD
RGB: (188,225,221)

Color info

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

RGB color model

#BCE1DD color RGB value is (188,225,221).

  • red value is 188;
  • green value is 225;
  • blue value is 221.
RGB:
(188,225,221)
(74%,88%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 221 of 255 = 87%

188
225
221

R + G + B ~ 83%. #BCE1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 221 = 634 (100%)
R 188 of 634 ~ 29.65%
G 225 of 634 ~ 35.49%
B 221 of 634 ~ 34.86%

%29.65
%35.49
%34.86

CMYK color model

#BCE1DD color CMYK value is (16,0,2,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(16,0,2,12)
C16M0Y2K12 
(16%,0%,2%,12%)
(0.16/0.00/0.02/0.12)	

CMYK percentages

%16.44
%0
%1.78
%11.76

Codes

Color #BCE1DD in popluar color models

BCE1DD
RGB188225221
HSL174°38.14%80.98%
HSB/HSV174°16.44%88.24%
CMYK16.44%0.00%1.78%
11.76%

Color #BCE1DD in popluar number systems.

HEXBCE1DD
Decimal188225221
Binary101111001110000111011101
Octal274341335

Shades and tints

Shades of #BCE1DD

#BCE1DD
(188,225,221)
#ABCDC9
(171,205,201)
#9AB9B5
(154,185,181)
#89A5A1
(137,165,161)
#78918D
(120,145,141)
#677D79
(103,125,121)
#566965
(86,105,101)
#455551
(69,85,81)
#34413D
(52,65,61)
#232D29
(35,45,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCE1DD

#BCE1DD
(188,225,221)
#C2E3E0
(194,227,224)
#C8E5E3
(200,229,227)
#CEE7E6
(206,231,230)
#D4E9E9
(212,233,233)
#DAEBEC
(218,235,236)
#E0EDEF
(224,237,239)
#E6EFF2
(230,239,242)
#ECF1F5
(236,241,245)
#F2F3F8
(242,243,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1DD; }

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

This text font color is #BCE1DD.


Background Color

.myBgColor { background-color: #BCE1DD; }

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

This div background color is #BCE1DD.


Border color

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

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

This div border color is #BCE1DD.


Opacity

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

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

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

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

This text has shadow with #BCE1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1DD on black background.


Color preview on white background

This text has color #BCE1DD on white background.



Black color preview on #BCE1DD background

This text has black color on #BCE1DD background.


White color preview on #BCE1DD background

This text has white color on #BCE1DD background.