COLOR #BCCC88

HEX: #BCCC88
RGB: (188,204,136)

Color info

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

RGB color model

#BCCC88 color RGB value is (188,204,136).

  • red value is 188;
  • green value is 204;
  • blue value is 136.
RGB:
(188,204,136)
(74%,80%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 136 of 255 = 53%

188
204
136

R + G + B ~ 69%. #BCCC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 136 = 528 (100%)
R 188 of 528 ~ 35.61%
G 204 of 528 ~ 38.64%
B 136 of 528 ~ 25.76%

%35.61
%38.64
%25.76

CMYK color model

#BCCC88 color CMYK value is (8,0,33,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK:
(8,0,33,20)
C8M0Y33K20 
(8%,0%,33%,20%)
(0.08/0.00/0.33/0.20)	

CMYK percentages

%7.84
%0
%33.33
%20

Codes

Color #BCCC88 in popluar color models

BCCC88
RGB188204136
HSL74°40.00%66.67%
HSB/HSV74°33.33%80.00%
CMYK7.84%0.00%33.33%
20.00%

Color #BCCC88 in popluar number systems.

HEXBCCC88
Decimal188204136
Binary101111001100110010001000
Octal274314210

Shades and tints

Shades of #BCCC88

#BCCC88
(188,204,136)
#ABBA7C
(171,186,124)
#9AA870
(154,168,112)
#899664
(137,150,100)
#788458
(120,132,88)
#67724C
(103,114,76)
#566040
(86,96,64)
#454E34
(69,78,52)
#343C28
(52,60,40)
#232A1C
(35,42,28)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCCC88

#BCCC88
(188,204,136)
#C2D092
(194,208,146)
#C8D49C
(200,212,156)
#CED8A6
(206,216,166)
#D4DCB0
(212,220,176)
#DAE0BA
(218,224,186)
#E0E4C4
(224,228,196)
#E6E8CE
(230,232,206)
#ECECD8
(236,236,216)
#F2F0E2
(242,240,226)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCC88 color. Also use rgb(188,204,136) instead hex code.

Text Font Color

.myTextColor { color: #BCCC88; }

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

This text font color is #BCCC88.


Background Color

.myBgColor { background-color: #BCCC88; }

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

This div background color is #BCCC88.


Border color

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

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

This div border color is #BCCC88.


Opacity

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

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

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

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

This text has shadow with #BCCC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCC88 on black background.


Color preview on white background

This text has color #BCCC88 on white background.



Black color preview on #BCCC88 background

This text has black color on #BCCC88 background.


White color preview on #BCCC88 background

This text has white color on #BCCC88 background.