COLOR #BCDA9B

HEX: #BCDA9B
RGB: (188,218,155)

Color info

#BCDA9B contains mainly red and green colors. Web safe color of #BCDA9B is #CCCC99 (or #CC9).

RGB color model

#BCDA9B color RGB value is (188,218,155).

  • red value is 188;
  • green value is 218;
  • blue value is 155.
RGB:
(188,218,155)
(74%,85%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 155 of 255 = 61%

188
218
155

R + G + B ~ 73%. #BCDA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 155 = 561 (100%)
R 188 of 561 ~ 33.51%
G 218 of 561 ~ 38.86%
B 155 of 561 ~ 27.63%

%33.51
%38.86
%27.63

CMYK color model

#BCDA9B color CMYK value is (14,0,29,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK:
(14,0,29,15)
C14M0Y29K15 
(14%,0%,29%,15%)
(0.14/0.00/0.29/0.15)	

CMYK percentages

%13.76
%0
%28.9
%14.51

Codes

Color #BCDA9B in popluar color models

BCDA9B
RGB188218155
HSL89°45.99%73.14%
HSB/HSV89°28.90%85.49%
CMYK13.76%0.00%28.90%
14.51%

Color #BCDA9B in popluar number systems.

HEXBCDA9B
Decimal188218155
Binary101111001101101010011011
Octal274332233

Shades and tints

Shades of #BCDA9B

#BCDA9B
(188,218,155)
#ABC78D
(171,199,141)
#9AB47F
(154,180,127)
#89A171
(137,161,113)
#788E63
(120,142,99)
#677B55
(103,123,85)
#566847
(86,104,71)
#455539
(69,85,57)
#34422B
(52,66,43)
#232F1D
(35,47,29)
#121C0F
(18,28,15)
#000000
(0,0,0)

Tints of #BCDA9B

#BCDA9B
(188,218,155)
#C2DDA4
(194,221,164)
#C8E0AD
(200,224,173)
#CEE3B6
(206,227,182)
#D4E6BF
(212,230,191)
#DAE9C8
(218,233,200)
#E0ECD1
(224,236,209)
#E6EFDA
(230,239,218)
#ECF2E3
(236,242,227)
#F2F5EC
(242,245,236)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDA9B color. Also use rgb(188,218,155) instead hex code.

Text Font Color

.myTextColor { color: #BCDA9B; }

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

This text font color is #BCDA9B.


Background Color

.myBgColor { background-color: #BCDA9B; }

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

This div background color is #BCDA9B.


Border color

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

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

This div border color is #BCDA9B.


Opacity

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

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

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

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

This text has shadow with #BCDA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDA9B on black background.


Color preview on white background

This text has color #BCDA9B on white background.



Black color preview on #BCDA9B background

This text has black color on #BCDA9B background.


White color preview on #BCDA9B background

This text has white color on #BCDA9B background.