COLOR #B1CC93

HEX: #B1CC93
RGB: (177,204,147)

Color info

#B1CC93 contains red, green and blue colors in about the same proportion. Web safe color of #B1CC93 is #99CC99 (or #9C9).

RGB color model

#B1CC93 color RGB value is (177,204,147).

  • red value is 177;
  • green value is 204;
  • blue value is 147.
RGB:
(177,204,147)
(69%,80%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 204 of 255 = 80%
B 147 of 255 = 58%

177
204
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 204 + 147 = 528 (100%)
R 177 of 528 ~ 33.52%
G 204 of 528 ~ 38.64%
B 147 of 528 ~ 27.84%

%33.52
%38.64
%27.84

CMYK color model

#B1CC93 color CMYK value is (13,0,28,20).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(13,0,28,20)
C13M0Y28K20 
(13%,0%,28%,20%)
(0.13/0.00/0.28/0.20)	

CMYK percentages

%13.24
%0
%27.94
%20

Codes

Color #B1CC93 in popluar color models

B1CC93
RGB177204147
HSL88°35.85%68.82%
HSB/HSV88°27.94%80.00%
CMYK13.24%0.00%27.94%
20.00%

Color #B1CC93 in popluar number systems.

HEXB1CC93
Decimal177204147
Binary101100011100110010010011
Octal261314223

Shades and tints

Shades of #B1CC93

#B1CC93
(177,204,147)
#A1BA86
(161,186,134)
#91A879
(145,168,121)
#81966C
(129,150,108)
#71845F
(113,132,95)
#617252
(97,114,82)
#516045
(81,96,69)
#414E38
(65,78,56)
#313C2B
(49,60,43)
#212A1E
(33,42,30)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #B1CC93

#B1CC93
(177,204,147)
#B8D09C
(184,208,156)
#BFD4A5
(191,212,165)
#C6D8AE
(198,216,174)
#CDDCB7
(205,220,183)
#D4E0C0
(212,224,192)
#DBE4C9
(219,228,201)
#E2E8D2
(226,232,210)
#E9ECDB
(233,236,219)
#F0F0E4
(240,240,228)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CC93 color. Also use rgb(177,204,147) instead hex code.

Text Font Color

.myTextColor { color: #B1CC93; }

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

This text font color is #B1CC93.


Background Color

.myBgColor { background-color: #B1CC93; }

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

This div background color is #B1CC93.


Border color

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

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

This div border color is #B1CC93.


Opacity

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

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

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

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

This text has shadow with #B1CC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CC93 on black background.


Color preview on white background

This text has color #B1CC93 on white background.



Black color preview on #B1CC93 background

This text has black color on #B1CC93 background.


White color preview on #B1CC93 background

This text has white color on #B1CC93 background.