COLOR #BCD69E

HEX: #BCD69E
RGB: (188,214,158)

Color info

#BCD69E contains red, green and blue colors in about the same proportion. Web safe color of #BCD69E is #CCCC99 (or #CC9).

RGB color model

#BCD69E color RGB value is (188,214,158).

  • red value is 188;
  • green value is 214;
  • blue value is 158.
RGB:
(188,214,158)
(74%,84%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 158 of 255 = 62%

188
214
158

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

Portions of RGB colors in percentages

R + G + B =
188 + 214 + 158 = 560 (100%)
R 188 of 560 ~ 33.57%
G 214 of 560 ~ 38.21%
B 158 of 560 ~ 28.21%

%33.57
%38.21
%28.21

CMYK color model

#BCD69E color CMYK value is (12,0,26,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 16.08%
CMYK:
(12,0,26,16)
C12M0Y26K16 
(12%,0%,26%,16%)
(0.12/0.00/0.26/0.16)	

CMYK percentages

%12.15
%0
%26.17
%16.08

Codes

Color #BCD69E in popluar color models

BCD69E
RGB188214158
HSL88°40.58%72.94%
HSB/HSV88°26.17%83.92%
CMYK12.15%0.00%26.17%
16.08%

Color #BCD69E in popluar number systems.

HEXBCD69E
Decimal188214158
Binary101111001101011010011110
Octal274326236

Shades and tints

Shades of #BCD69E

#BCD69E
(188,214,158)
#ABC390
(171,195,144)
#9AB082
(154,176,130)
#899D74
(137,157,116)
#788A66
(120,138,102)
#677758
(103,119,88)
#56644A
(86,100,74)
#45513C
(69,81,60)
#343E2E
(52,62,46)
#232B20
(35,43,32)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCD69E

#BCD69E
(188,214,158)
#C2D9A6
(194,217,166)
#C8DCAE
(200,220,174)
#CEDFB6
(206,223,182)
#D4E2BE
(212,226,190)
#DAE5C6
(218,229,198)
#E0E8CE
(224,232,206)
#E6EBD6
(230,235,214)
#ECEEDE
(236,238,222)
#F2F1E6
(242,241,230)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD69E color. Also use rgb(188,214,158) instead hex code.

Text Font Color

.myTextColor { color: #BCD69E; }

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

This text font color is #BCD69E.


Background Color

.myBgColor { background-color: #BCD69E; }

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

This div background color is #BCD69E.


Border color

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

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

This div border color is #BCD69E.


Opacity

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

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

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

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

This text has shadow with #BCD69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD69E on black background.


Color preview on white background

This text has color #BCD69E on white background.



Black color preview on #BCD69E background

This text has black color on #BCD69E background.


White color preview on #BCD69E background

This text has white color on #BCD69E background.