COLOR #BCE9DB

HEX: #BCE9DB
RGB: (188,233,219)

Color info

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

RGB color model

#BCE9DB color RGB value is (188,233,219).

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

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 219 of 255 = 86%

188
233
219

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

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 219 = 640 (100%)
R 188 of 640 ~ 29.38%
G 233 of 640 ~ 36.41%
B 219 of 640 ~ 34.22%

%29.38
%36.41
%34.22

CMYK color model

#BCE9DB color CMYK value is (19,0,6,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(19,0,6,9)
C19M0Y6K9 
(19%,0%,6%,9%)
(0.19/0.00/0.06/0.09)	

CMYK percentages

%19.31
%0
%6.01
%8.63

Codes

Color #BCE9DB in popluar color models

BCE9DB
RGB188233219
HSL161°50.56%82.55%
HSB/HSV161°19.31%91.37%
CMYK19.31%0.00%6.01%
8.63%

Color #BCE9DB in popluar number systems.

HEXBCE9DB
Decimal188233219
Binary101111001110100111011011
Octal274351333

Shades and tints

Shades of #BCE9DB

#BCE9DB
(188,233,219)
#ABD4C8
(171,212,200)
#9ABFB5
(154,191,181)
#89AAA2
(137,170,162)
#78958F
(120,149,143)
#67807C
(103,128,124)
#566B69
(86,107,105)
#455656
(69,86,86)
#344143
(52,65,67)
#232C30
(35,44,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #BCE9DB

#BCE9DB
(188,233,219)
#C2EBDE
(194,235,222)
#C8EDE1
(200,237,225)
#CEEFE4
(206,239,228)
#D4F1E7
(212,241,231)
#DAF3EA
(218,243,234)
#E0F5ED
(224,245,237)
#E6F7F0
(230,247,240)
#ECF9F3
(236,249,243)
#F2FBF6
(242,251,246)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE9DB; }

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

This text font color is #BCE9DB.


Background Color

.myBgColor { background-color: #BCE9DB; }

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

This div background color is #BCE9DB.


Border color

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

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

This div border color is #BCE9DB.


Opacity

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

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

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

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

This text has shadow with #BCE9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9DB on black background.


Color preview on white background

This text has color #BCE9DB on white background.



Black color preview on #BCE9DB background

This text has black color on #BCE9DB background.


White color preview on #BCE9DB background

This text has white color on #BCE9DB background.