COLOR #BCE8D1

HEX: #BCE8D1
RGB: (188,232,209)

Color info

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

RGB color model

#BCE8D1 color RGB value is (188,232,209).

  • red value is 188;
  • green value is 232;
  • blue value is 209.
RGB:
(188,232,209)
(74%,91%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 209 of 255 = 82%

188
232
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 209 = 629 (100%)
R 188 of 629 ~ 29.89%
G 232 of 629 ~ 36.88%
B 209 of 629 ~ 33.23%

%29.89
%36.88
%33.23

CMYK color model

#BCE8D1 color CMYK value is (19,0,10,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(19,0,10,9)
C19M0Y10K9 
(19%,0%,10%,9%)
(0.19/0.00/0.10/0.09)	

CMYK percentages

%18.97
%0
%9.91
%9.02

Codes

Color #BCE8D1 in popluar color models

BCE8D1
RGB188232209
HSL149°48.89%82.35%
HSB/HSV149°18.97%90.98%
CMYK18.97%0.00%9.91%
9.02%

Color #BCE8D1 in popluar number systems.

HEXBCE8D1
Decimal188232209
Binary101111001110100011010001
Octal274350321

Shades and tints

Shades of #BCE8D1

#BCE8D1
(188,232,209)
#ABD3BE
(171,211,190)
#9ABEAB
(154,190,171)
#89A998
(137,169,152)
#789485
(120,148,133)
#677F72
(103,127,114)
#566A5F
(86,106,95)
#45554C
(69,85,76)
#344039
(52,64,57)
#232B26
(35,43,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCE8D1

#BCE8D1
(188,232,209)
#C2EAD5
(194,234,213)
#C8ECD9
(200,236,217)
#CEEEDD
(206,238,221)
#D4F0E1
(212,240,225)
#DAF2E5
(218,242,229)
#E0F4E9
(224,244,233)
#E6F6ED
(230,246,237)
#ECF8F1
(236,248,241)
#F2FAF5
(242,250,245)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE8D1 color. Also use rgb(188,232,209) instead hex code.

Text Font Color

.myTextColor { color: #BCE8D1; }

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

This text font color is #BCE8D1.


Background Color

.myBgColor { background-color: #BCE8D1; }

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

This div background color is #BCE8D1.


Border color

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

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

This div border color is #BCE8D1.


Opacity

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

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

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

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

This text has shadow with #BCE8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE8D1 on black background.


Color preview on white background

This text has color #BCE8D1 on white background.



Black color preview on #BCE8D1 background

This text has black color on #BCE8D1 background.


White color preview on #BCE8D1 background

This text has white color on #BCE8D1 background.