COLOR #BCD79A

HEX: #BCD79A
RGB: (188,215,154)

Color info

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

RGB color model

#BCD79A color RGB value is (188,215,154).

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

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 154 of 255 = 60%

188
215
154

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

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 154 = 557 (100%)
R 188 of 557 ~ 33.75%
G 215 of 557 ~ 38.6%
B 154 of 557 ~ 27.65%

%33.75
%38.6
%27.65

CMYK color model

#BCD79A color CMYK value is (13,0,28,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(13,0,28,16)
C13M0Y28K16 
(13%,0%,28%,16%)
(0.13/0.00/0.28/0.16)	

CMYK percentages

%12.56
%0
%28.37
%15.69

Codes

Color #BCD79A in popluar color models

BCD79A
RGB188215154
HSL87°43.26%72.35%
HSB/HSV87°28.37%84.31%
CMYK12.56%0.00%28.37%
15.69%

Color #BCD79A in popluar number systems.

HEXBCD79A
Decimal188215154
Binary101111001101011110011010
Octal274327232

Shades and tints

Shades of #BCD79A

#BCD79A
(188,215,154)
#ABC48C
(171,196,140)
#9AB17E
(154,177,126)
#899E70
(137,158,112)
#788B62
(120,139,98)
#677854
(103,120,84)
#566546
(86,101,70)
#455238
(69,82,56)
#343F2A
(52,63,42)
#232C1C
(35,44,28)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #BCD79A

#BCD79A
(188,215,154)
#C2DAA3
(194,218,163)
#C8DDAC
(200,221,172)
#CEE0B5
(206,224,181)
#D4E3BE
(212,227,190)
#DAE6C7
(218,230,199)
#E0E9D0
(224,233,208)
#E6ECD9
(230,236,217)
#ECEFE2
(236,239,226)
#F2F2EB
(242,242,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD79A; }

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

This text font color is #BCD79A.


Background Color

.myBgColor { background-color: #BCD79A; }

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

This div background color is #BCD79A.


Border color

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

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

This div border color is #BCD79A.


Opacity

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

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

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

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

This text has shadow with #BCD79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD79A on black background.


Color preview on white background

This text has color #BCD79A on white background.



Black color preview on #BCD79A background

This text has black color on #BCD79A background.


White color preview on #BCD79A background

This text has white color on #BCD79A background.