COLOR #BCCD8E

HEX: #BCCD8E
RGB: (188,205,142)

Color info

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

RGB color model

#BCCD8E color RGB value is (188,205,142).

  • red value is 188;
  • green value is 205;
  • blue value is 142.
RGB:
(188,205,142)
(74%,80%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 142 of 255 = 56%

188
205
142

R + G + B ~ 70%. #BCCD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 142 = 535 (100%)
R 188 of 535 ~ 35.14%
G 205 of 535 ~ 38.32%
B 142 of 535 ~ 26.54%

%35.14
%38.32
%26.54

CMYK color model

#BCCD8E color CMYK value is (8,0,31,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 19.61%
CMYK:
(8,0,31,20)
C8M0Y31K20 
(8%,0%,31%,20%)
(0.08/0.00/0.31/0.20)	

CMYK percentages

%8.29
%0
%30.73
%19.61

Codes

Color #BCCD8E in popluar color models

BCCD8E
RGB188205142
HSL76°38.65%68.04%
HSB/HSV76°30.73%80.39%
CMYK8.29%0.00%30.73%
19.61%

Color #BCCD8E in popluar number systems.

HEXBCCD8E
Decimal188205142
Binary101111001100110110001110
Octal274315216

Shades and tints

Shades of #BCCD8E

#BCCD8E
(188,205,142)
#ABBB82
(171,187,130)
#9AA976
(154,169,118)
#89976A
(137,151,106)
#78855E
(120,133,94)
#677352
(103,115,82)
#566146
(86,97,70)
#454F3A
(69,79,58)
#343D2E
(52,61,46)
#232B22
(35,43,34)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCCD8E

#BCCD8E
(188,205,142)
#C2D198
(194,209,152)
#C8D5A2
(200,213,162)
#CED9AC
(206,217,172)
#D4DDB6
(212,221,182)
#DAE1C0
(218,225,192)
#E0E5CA
(224,229,202)
#E6E9D4
(230,233,212)
#ECEDDE
(236,237,222)
#F2F1E8
(242,241,232)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCD8E color. Also use rgb(188,205,142) instead hex code.

Text Font Color

.myTextColor { color: #BCCD8E; }

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

This text font color is #BCCD8E.


Background Color

.myBgColor { background-color: #BCCD8E; }

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

This div background color is #BCCD8E.


Border color

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

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

This div border color is #BCCD8E.


Opacity

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

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

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

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

This text has shadow with #BCCD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCD8E on black background.


Color preview on white background

This text has color #BCCD8E on white background.



Black color preview on #BCCD8E background

This text has black color on #BCCD8E background.


White color preview on #BCCD8E background

This text has white color on #BCCD8E background.