COLOR #BCCC9A

HEX: #BCCC9A
RGB: (188,204,154)

Color info

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

RGB color model

#BCCC9A color RGB value is (188,204,154).

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

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 154 of 255 = 60%

188
204
154

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 154 = 546 (100%)
R 188 of 546 ~ 34.43%
G 204 of 546 ~ 37.36%
B 154 of 546 ~ 28.21%

%34.43
%37.36
%28.21

CMYK color model

#BCCC9A color CMYK value is (8,0,25,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(8,0,25,20)
C8M0Y25K20 
(8%,0%,25%,20%)
(0.08/0.00/0.25/0.20)	

CMYK percentages

%7.84
%0
%24.51
%20

Codes

Color #BCCC9A in popluar color models

BCCC9A
RGB188204154
HSL79°32.89%70.20%
HSB/HSV79°24.51%80.00%
CMYK7.84%0.00%24.51%
20.00%

Color #BCCC9A in popluar number systems.

HEXBCCC9A
Decimal188204154
Binary101111001100110010011010
Octal274314232

Shades and tints

Shades of #BCCC9A

#BCCC9A
(188,204,154)
#ABBA8C
(171,186,140)
#9AA87E
(154,168,126)
#899670
(137,150,112)
#788462
(120,132,98)
#677254
(103,114,84)
#566046
(86,96,70)
#454E38
(69,78,56)
#343C2A
(52,60,42)
#232A1C
(35,42,28)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #BCCC9A

#BCCC9A
(188,204,154)
#C2D0A3
(194,208,163)
#C8D4AC
(200,212,172)
#CED8B5
(206,216,181)
#D4DCBE
(212,220,190)
#DAE0C7
(218,224,199)
#E0E4D0
(224,228,208)
#E6E8D9
(230,232,217)
#ECECE2
(236,236,226)
#F2F0EB
(242,240,235)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCC9A; }

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

This text font color is #BCCC9A.


Background Color

.myBgColor { background-color: #BCCC9A; }

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

This div background color is #BCCC9A.


Border color

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

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

This div border color is #BCCC9A.


Opacity

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

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

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

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

This text has shadow with #BCCC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCC9A on black background.


Color preview on white background

This text has color #BCCC9A on white background.



Black color preview on #BCCC9A background

This text has black color on #BCCC9A background.


White color preview on #BCCC9A background

This text has white color on #BCCC9A background.