COLOR #BCD78F

HEX: #BCD78F
RGB: (188,215,143)

Color info

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

RGB color model

#BCD78F color RGB value is (188,215,143).

  • red value is 188;
  • green value is 215;
  • blue value is 143.
RGB:
(188,215,143)
(74%,84%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 143 of 255 = 56%

188
215
143

R + G + B ~ 71%. #BCD78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 143 = 546 (100%)
R 188 of 546 ~ 34.43%
G 215 of 546 ~ 39.38%
B 143 of 546 ~ 26.19%

%34.43
%39.38
%26.19

CMYK color model

#BCD78F color CMYK value is (13,0,33,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 15.69%
CMYK:
(13,0,33,16)
C13M0Y33K16 
(13%,0%,33%,16%)
(0.13/0.00/0.33/0.16)	

CMYK percentages

%12.56
%0
%33.49
%15.69

Codes

Color #BCD78F in popluar color models

BCD78F
RGB188215143
HSL83°47.37%70.20%
HSB/HSV83°33.49%84.31%
CMYK12.56%0.00%33.49%
15.69%

Color #BCD78F in popluar number systems.

HEXBCD78F
Decimal188215143
Binary101111001101011110001111
Octal274327217

Shades and tints

Shades of #BCD78F

#BCD78F
(188,215,143)
#ABC482
(171,196,130)
#9AB175
(154,177,117)
#899E68
(137,158,104)
#788B5B
(120,139,91)
#67784E
(103,120,78)
#566541
(86,101,65)
#455234
(69,82,52)
#343F27
(52,63,39)
#232C1A
(35,44,26)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #BCD78F

#BCD78F
(188,215,143)
#C2DA99
(194,218,153)
#C8DDA3
(200,221,163)
#CEE0AD
(206,224,173)
#D4E3B7
(212,227,183)
#DAE6C1
(218,230,193)
#E0E9CB
(224,233,203)
#E6ECD5
(230,236,213)
#ECEFDF
(236,239,223)
#F2F2E9
(242,242,233)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD78F color. Also use rgb(188,215,143) instead hex code.

Text Font Color

.myTextColor { color: #BCD78F; }

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

This text font color is #BCD78F.


Background Color

.myBgColor { background-color: #BCD78F; }

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

This div background color is #BCD78F.


Border color

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

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

This div border color is #BCD78F.


Opacity

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

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

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

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

This text has shadow with #BCD78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD78F on black background.


Color preview on white background

This text has color #BCD78F on white background.



Black color preview on #BCD78F background

This text has black color on #BCD78F background.


White color preview on #BCD78F background

This text has white color on #BCD78F background.