COLOR #BCCA91

HEX: #BCCA91
RGB: (188,202,145)

Color info

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

RGB color model

#BCCA91 color RGB value is (188,202,145).

  • red value is 188;
  • green value is 202;
  • blue value is 145.
RGB:
(188,202,145)
(74%,79%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 145 of 255 = 57%

188
202
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 145 = 535 (100%)
R 188 of 535 ~ 35.14%
G 202 of 535 ~ 37.76%
B 145 of 535 ~ 27.1%

%35.14
%37.76
%27.1

CMYK color model

#BCCA91 color CMYK value is (7,0,28,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%
CMYK:
(7,0,28,21)
C7M0Y28K21 
(7%,0%,28%,21%)
(0.07/0.00/0.28/0.21)	

CMYK percentages

%6.93
%0
%28.22
%20.78

Codes

Color #BCCA91 in popluar color models

BCCA91
RGB188202145
HSL75°34.97%68.04%
HSB/HSV75°28.22%79.22%
CMYK6.93%0.00%28.22%
20.78%

Color #BCCA91 in popluar number systems.

HEXBCCA91
Decimal188202145
Binary101111001100101010010001
Octal274312221

Shades and tints

Shades of #BCCA91

#BCCA91
(188,202,145)
#ABB884
(171,184,132)
#9AA677
(154,166,119)
#89946A
(137,148,106)
#78825D
(120,130,93)
#677050
(103,112,80)
#565E43
(86,94,67)
#454C36
(69,76,54)
#343A29
(52,58,41)
#23281C
(35,40,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BCCA91

#BCCA91
(188,202,145)
#C2CE9B
(194,206,155)
#C8D2A5
(200,210,165)
#CED6AF
(206,214,175)
#D4DAB9
(212,218,185)
#DADEC3
(218,222,195)
#E0E2CD
(224,226,205)
#E6E6D7
(230,230,215)
#ECEAE1
(236,234,225)
#F2EEEB
(242,238,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCA91 color. Also use rgb(188,202,145) instead hex code.

Text Font Color

.myTextColor { color: #BCCA91; }

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

This text font color is #BCCA91.


Background Color

.myBgColor { background-color: #BCCA91; }

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

This div background color is #BCCA91.


Border color

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

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

This div border color is #BCCA91.


Opacity

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

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

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

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

This text has shadow with #BCCA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCA91 on black background.


Color preview on white background

This text has color #BCCA91 on white background.



Black color preview on #BCCA91 background

This text has black color on #BCCA91 background.


White color preview on #BCCA91 background

This text has white color on #BCCA91 background.