COLOR #BCCB9F

HEX: #BCCB9F
RGB: (188,203,159)

Color info

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

RGB color model

#BCCB9F color RGB value is (188,203,159).

  • red value is 188;
  • green value is 203;
  • blue value is 159.
RGB: (188,203,159) (74%,80%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 159 of 255 = 62%

188
203
159

R + G + B ~ 72%. #BCCB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 159 = 550 (100%)
R 188 of 550 ~ 34.18%
G 203 of 550 ~ 36.91%
B 159 of 550 ~ 28.91%

%34.18
%36.91
%28.91

CMYK color model

#BCCB9F color CMYK value is (7,0,22,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 20.39%
CMYK: (7,0,22,20) C7M0Y22K20 (7%,0%,22%,20%) (0.07/0.00/0.22/0.20)

CMYK percentages

%7.39
%0
%21.67
%20.39

Codes

Color #BCCB9F in popluar color models

BCCB9F
RGB188203159
HSL80°29.73%70.98%
HSB/HSV80°21.67%79.61%
CMYK7.39%0.00%21.67%
20.39%

Color #BCCB9F in popluar number systems.

HEXBCCB9F
Decimal188203159
Binary101111001100101110011111
Octal274313237

Shades and tints

Shades of #BCCB9F

#BCCB9F
(188,203,159)
#ABB991
(171,185,145)
#9AA783
(154,167,131)
#899575
(137,149,117)
#788367
(120,131,103)
#677159
(103,113,89)
#565F4B
(86,95,75)
#454D3D
(69,77,61)
#343B2F
(52,59,47)
#232921
(35,41,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCCB9F

#BCCB9F
(188,203,159)
#C2CFA7
(194,207,167)
#C8D3AF
(200,211,175)
#CED7B7
(206,215,183)
#D4DBBF
(212,219,191)
#DADFC7
(218,223,199)
#E0E3CF
(224,227,207)
#E6E7D7
(230,231,215)
#ECEBDF
(236,235,223)
#F2EFE7
(242,239,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCB9F color. Also use rgb(188,203,159) instead hex code.

Text Font Color

.myTextColor { color: #BCCB9F; }

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

This text font color is #BCCB9F.


Background Color

.myBgColor { background-color: #BCCB9F; }

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

This div background color is #BCCB9F.


Border color

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

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

This div border color is #BCCB9F.


Opacity

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

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

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

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

This text has shadow with #BCCB9F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCCB9F on black background.


Color preview on white background

This text has color #BCCB9F on white background.



Black color preview on #BCCB9F background

This text has black color on #BCCB9F background.


White color preview on #BCCB9F background

This text has white color on #BCCB9F background.