COLOR #BCE9DD

HEX: #BCE9DD
RGB: (188,233,221)

Color info

#BCE9DD contains red, green and blue colors in about the same proportion. Web safe color of #BCE9DD is #CCFFCC (or #CFC).

RGB color model

#BCE9DD color RGB value is (188,233,221).

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

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 221 of 255 = 87%

188
233
221

R + G + B ~ 84%. #BCE9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 221 = 642 (100%)
R 188 of 642 ~ 29.28%
G 233 of 642 ~ 36.29%
B 221 of 642 ~ 34.42%

%29.28
%36.29
%34.42

CMYK color model

#BCE9DD color CMYK value is (19,0,5,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(19,0,5,9)
C19M0Y5K9 
(19%,0%,5%,9%)
(0.19/0.00/0.05/0.09)	

CMYK percentages

%19.31
%0
%5.15
%8.63

Codes

Color #BCE9DD in popluar color models

BCE9DD
RGB188233221
HSL164°50.56%82.55%
HSB/HSV164°19.31%91.37%
CMYK19.31%0.00%5.15%
8.63%

Color #BCE9DD in popluar number systems.

HEXBCE9DD
Decimal188233221
Binary101111001110100111011101
Octal274351335

Shades and tints

Shades of #BCE9DD

#BCE9DD
(188,233,221)
#ABD4C9
(171,212,201)
#9ABFB5
(154,191,181)
#89AAA1
(137,170,161)
#78958D
(120,149,141)
#678079
(103,128,121)
#566B65
(86,107,101)
#455651
(69,86,81)
#34413D
(52,65,61)
#232C29
(35,44,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCE9DD

#BCE9DD
(188,233,221)
#C2EBE0
(194,235,224)
#C8EDE3
(200,237,227)
#CEEFE6
(206,239,230)
#D4F1E9
(212,241,233)
#DAF3EC
(218,243,236)
#E0F5EF
(224,245,239)
#E6F7F2
(230,247,242)
#ECF9F5
(236,249,245)
#F2FBF8
(242,251,248)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE9DD; }

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

This text font color is #BCE9DD.


Background Color

.myBgColor { background-color: #BCE9DD; }

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

This div background color is #BCE9DD.


Border color

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

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

This div border color is #BCE9DD.


Opacity

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

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

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

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

This text has shadow with #BCE9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9DD on black background.


Color preview on white background

This text has color #BCE9DD on white background.



Black color preview on #BCE9DD background

This text has black color on #BCE9DD background.


White color preview on #BCE9DD background

This text has white color on #BCE9DD background.