COLOR #BCEDD3

HEX: #BCEDD3
RGB: (188,237,211)

Color info

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

RGB color model

#BCEDD3 color RGB value is (188,237,211).

  • red value is 188;
  • green value is 237;
  • blue value is 211.
RGB:
(188,237,211)
(74%,93%,83%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 211 of 255 = 83%

188
237
211

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

Portions of RGB colors in percentages

R + G + B =
188 + 237 + 211 = 636 (100%)
R 188 of 636 ~ 29.56%
G 237 of 636 ~ 37.26%
B 211 of 636 ~ 33.18%

%29.56
%37.26
%33.18

CMYK color model

#BCEDD3 color CMYK value is (21,0,11,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(21,0,11,7)
C21M0Y11K7 
(21%,0%,11%,7%)
(0.21/0.00/0.11/0.07)	

CMYK percentages

%20.68
%0
%10.97
%7.06

Codes

Color #BCEDD3 in popluar color models

BCEDD3
RGB188237211
HSL148°57.65%83.33%
HSB/HSV148°20.68%92.94%
CMYK20.68%0.00%10.97%
7.06%

Color #BCEDD3 in popluar number systems.

HEXBCEDD3
Decimal188237211
Binary101111001110110111010011
Octal274355323

Shades and tints

Shades of #BCEDD3

#BCEDD3
(188,237,211)
#ABD8C0
(171,216,192)
#9AC3AD
(154,195,173)
#89AE9A
(137,174,154)
#789987
(120,153,135)
#678474
(103,132,116)
#566F61
(86,111,97)
#455A4E
(69,90,78)
#34453B
(52,69,59)
#233028
(35,48,40)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #BCEDD3

#BCEDD3
(188,237,211)
#C2EED7
(194,238,215)
#C8EFDB
(200,239,219)
#CEF0DF
(206,240,223)
#D4F1E3
(212,241,227)
#DAF2E7
(218,242,231)
#E0F3EB
(224,243,235)
#E6F4EF
(230,244,239)
#ECF5F3
(236,245,243)
#F2F6F7
(242,246,247)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEDD3 color. Also use rgb(188,237,211) instead hex code.

Text Font Color

.myTextColor { color: #BCEDD3; }

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

This text font color is #BCEDD3.


Background Color

.myBgColor { background-color: #BCEDD3; }

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

This div background color is #BCEDD3.


Border color

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

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

This div border color is #BCEDD3.


Opacity

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

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

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

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

This text has shadow with #BCEDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEDD3 on black background.


Color preview on white background

This text has color #BCEDD3 on white background.



Black color preview on #BCEDD3 background

This text has black color on #BCEDD3 background.


White color preview on #BCEDD3 background

This text has white color on #BCEDD3 background.