COLOR #BCDDB7

HEX: #BCDDB7
RGB: (188,221,183)

Color info

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

RGB color model

#BCDDB7 color RGB value is (188,221,183).

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

RGB channels and saturation

R 188 of 255 = 74%
G 221 of 255 = 87%
B 183 of 255 = 72%

188
221
183

R + G + B ~ 78%. #BCDDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 221 + 183 = 592 (100%)
R 188 of 592 ~ 31.76%
G 221 of 592 ~ 37.33%
B 183 of 592 ~ 30.91%

%31.76
%37.33
%30.91

CMYK color model

#BCDDB7 color CMYK value is (15,0,17,13).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(15,0,17,13)
C15M0Y17K13 
(15%,0%,17%,13%)
(0.15/0.00/0.17/0.13)	

CMYK percentages

%14.93
%0
%17.19
%13.33

Codes

Color #BCDDB7 in popluar color models

BCDDB7
RGB188221183
HSL112°35.85%79.22%
HSB/HSV112°17.19%86.67%
CMYK14.93%0.00%17.19%
13.33%

Color #BCDDB7 in popluar number systems.

HEXBCDDB7
Decimal188221183
Binary101111001101110110110111
Octal274335267

Shades and tints

Shades of #BCDDB7

#BCDDB7
(188,221,183)
#ABC9A7
(171,201,167)
#9AB597
(154,181,151)
#89A187
(137,161,135)
#788D77
(120,141,119)
#677967
(103,121,103)
#566557
(86,101,87)
#455147
(69,81,71)
#343D37
(52,61,55)
#232927
(35,41,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCDDB7

#BCDDB7
(188,221,183)
#C2E0BD
(194,224,189)
#C8E3C3
(200,227,195)
#CEE6C9
(206,230,201)
#D4E9CF
(212,233,207)
#DAECD5
(218,236,213)
#E0EFDB
(224,239,219)
#E6F2E1
(230,242,225)
#ECF5E7
(236,245,231)
#F2F8ED
(242,248,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDB7; }

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

This text font color is #BCDDB7.


Background Color

.myBgColor { background-color: #BCDDB7; }

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

This div background color is #BCDDB7.


Border color

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

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

This div border color is #BCDDB7.


Opacity

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

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

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

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

This text has shadow with #BCDDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDDB7 on black background.


Color preview on white background

This text has color #BCDDB7 on white background.



Black color preview on #BCDDB7 background

This text has black color on #BCDDB7 background.


White color preview on #BCDDB7 background

This text has white color on #BCDDB7 background.